/* CSS Document */

/****************************/
/* lightboxを使用するときに */
/* 使うスタイル　　　　　　 */
/****************************/

/*
body,h1,h2,h3,
h4,h5,h6,
p,div,a {
	margin: 0;
	padding: 0;
}
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

/****************************/
/* 上の領域                 */
/****************************/
#outerImageContainer{ 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-bottom: 1px solid #CCCCCC;
}

#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
/*Prevボタン*/
#prevLink { left: 0; float: left;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 30% no-repeat; }
/*Nextボタン*/
#nextLink { right: 0; float: right;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 30% no-repeat; }

/****************************/
/* 下の領域                 */
/****************************/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	font-size:small !important;
	>font-size:12px !important;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 0 0 0;
	line-height: 1.5em;
	overflow: auto;
	width: 100%	;
}

#imageData{	padding:0 10px; color: #666; border:}
/* テキストの幅（ページ数含む）*/
#imageData #imageDetails{
	width: 80%;
	float: left;
	text-align: left;
}	

/*下部のテキスト*/
#imageData #caption{
	font-wieght: normal;
}

/*ページ数を表示*/
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding: 10px 0 1.0em 0;
	font-size:x-small !important;
	>font-size:11px !important; border:
}	

		
/*ボタンの設定*/
#imageData #bottomNavClose{ width: 66px; height: 100%;  float: right;  padding-bottom: 0.7em; outline: none;}	 	

/*画像が表示されているときの背景（薄い色）*/
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000;}

/*個別設定*/
div.Gallery {
	height: 75px;
	margin: 250px 0 0 50px;
}

div.Gallery ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-weight: normal;
}