@charset "utf-8";

/*■■■■■■■■■■■■■
　　トップページスライド
■■■■■■■■■■■■■■*/

#myGallery
{
	width: 550px;
	height: 261px;
	z-index:1;
}

.jdGallery
{
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{/*下から上へスライドするボックス*/
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 50px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{/*タイトル*/
	padding: 0;
	font-size: 14px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #eee;
}

.jdGallery .slideInfoZone p
{/*詳細*/
	padding: 0;
	font-size: 12px;
	margin: 2px 5px;
	color: #eee;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}


/*■■■■■■■■■■■■■
　　フリーズスクリーン
■■■■■■■■■■■■■■*/	
.FreezePaneOff
{
		visibility			: hidden;
		display				: none;
		position			: absolute;
		top					: -100px;
		left				: -100px;
}

.FreezePaneOn
{
		position			: absolute;
		top					: 0px;
		left				: 0px;
		visibility			: visible;
		display				: block;
		width				: 100%;
		height				: 100%;
		background-color	: #222;
		z-index				: 999;
		filter				: alpha(opacity=85);
		-moz-opacity		: 0.85;
		padding-top			: 20%;
}

.InnerFreezePane
{
		text-align			: center;
		width				: 100%;
		background-color	: #777;
		color				: White;
		font-size			: large;
		padding				: 9px;
}



/*■■■■■■■■■■■■■
　slimbox.js
■■■■■■■■■■■■■■*/
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/site_design/miniascape/languages/japanese/images/effects/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/site_design/miniascape/languages/japanese/images/effects/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/site_design/miniascape/languages/japanese/images/effects/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/site_design/miniascape/languages/japanese/images/effects/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

