@charset "utf-8";

/* 各ブラウザの独自解釈をリセット */
* { margin: 0px; padding: 0px;}
img {border:none;}

/* ページ全体 */
body {
	margin: 0px;
	padding: 0px;
	background: #02021E;
	text-align: center; /* IE5.5以前用中央揃え */
	color: #FFF;
	font-size: 0.8em; /* 基本フォントサイズ */
	line-height: 150%;
}

/* リンクの色 */ 
a:link { color: #6C7B8B; }
/* 訪問済みリンクの色 */
a:visited { color: #6C7B8B; }
/* マウスオーバー、アクティブリンクの色 */
a:hover, a:active { color: #B9D3EE; }

.red { color: #FF0000; }
.blue {	color: #0261F9; }


/* コンテンツ全体コンテナ */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 850px;
	text-align: center;
}

/* コンテンツ内容コンテナ */
#pagebody {
	margin: 10px auto 30px ;
	padding: 0px;
	height: auto;
	width: 850px;
	text-align: left;
}

/* メインコンテンツ全体コンテナ */
#contents {
	margin: 0px;
	padding: 5px;
	border: 0px solid #404040;
}


h1{
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

.midashi {  margin: 0px; padding: 0px; }

address { margin: 0px; font-weight: normal; font-style: normal; padding: 0px; }

.p-enter { margin: 10px; text-align: center; }

.p1 { margin: 0px 15px 10px; }
.p2 { margin: 0px 0px 10px; text-align: center; }
.p3 { margin: 0px 20px 5px; text-align: right; }

/* フッタメニュー
---------------------------------------------------- */
#footmenu {
	clear: both;
	width: 840px;
	padding: 5px 0px;
	background: #02021E;
	border-top: 1px dotted #242331;
	margin-top: 5px;
}
#footmenu p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #626262;
}
#footmenu a {
  text-decoration: none; /* NNでリンク線が出てしまうのを防ぐ為 */
}

#footmenu address { margin: 0px; padding: 0px; font-size: 12px; text-align: center; font-weight: normal; font-style: normal; }

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/foot.jpg) no-repeat;
	height: 28px;
	width: 840px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

.gotopfoot {
	float: right;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* クリアフィックス（回り込みの解除）
---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden; /* この指定でDWでレイアウトが崩れない \*/
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*テキスト非表示*/
em { visibility: hidden; }
/*回り込み初期化*/
#clearboth {clear: both;}
.clearboth {clear: both;}


/* ライトボックス用のスタイル（lightbox.cssより）
---------------------------------------------------- */
#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; }
#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; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
