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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*ボディタグ*/body {	background-color:#691F01;	font-size:11px;	color:#FFFFE6;}/*リンク*/a:link { color:#FFC600; }a:visited { color:#FFC600; }a:hover { color:#5BB83F; }/*リンク2*/a.link2:link { color:#cc0000; }a.link2:visited { color:#990000; }a.link2:hover { color:#ff0000; }/*見出し*/.headline {	font-weight:bold;	font-size:14px;	color:#EA4F00;}/*メニュー*/.menu {	width:160px;	text-align:left;	font-size:10px;	color:#FFFFE6;}/*住所部分*/.add {text-align:left;	font-size:10px;	color:#FFFFE6;}/*日付け*/.date {	font-size:10px;	color:#FFC21D;}/*content1*/.content1 {	font-size:10px;	color:#555555;	margin-bottom:10px;}/*content2*/.content2 {	font-size:12px;	color:#555555;	margin-top:20px;	width:420px;}/*content3*/.content3 {	font-size:12px;	color:#555555;}/*content4*/.content4 {margin-top:10px;text-align:center;	font-size:18px;	color:#555555;}/*content5*/.content5 {	width:420px;	font-size:14px;	color:#555555;}/*content6*/.content6 {	font-size:10px;	color:#555555;	line-height:120%;}/*content7*/.content7 {margin-top:10px;text-align:left;	font-size:18px;	color:#cc0000;}/*content8*/.content8 {	font-size:12px;	color:#555555;	margin-top:10px;	width:600px;}/*content9*/.content9 {	font-size:10px;	color:#005555;	margin-top:10px;	width:600px;}/*content10*/.content10 {	font-size:12px;	color:#cc0000;	margin-top:10px;}/*content11*/.content11 {	width:500px;	font-size:14px;	color:#555555;	line-height:140%;	margin-left:50px;}/* キャンペーン用BOX*/.bannerbox {width:200px;margin-left:20px;background:#555555;text-align:left;font-size:12px;line-height:140%;color:#FFFFE6;border-top:1px #55555 solid;border-left:1px #55555 solid;border-right:1px #55555 solid;border-bottom:1px #55555 solid;padding:10px;}/* プロフィール用BOX*/.profilebox1 {width:200px;margin-left:20px;text-align:left;font-size:12px;line-height:140%;color:#555555;border-top:1px #55555 solid;border-left:1px #55555 solid;border-right:1px #55555 solid;border-bottom:1px #55555 solid;padding:8px;}