/* インデックス用のスタイルシート */
@charset "utf-8";

/* 各ブラウザの独自解釈をリセット */
* { margin: 0px; padding: 0px;}
img {border:none;}

/* ページ全体
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #DDE1E2 url(../img_index/main_bg_y.jpg) repeat-y center;
	text-align: center; /* IE5.5以前用中央揃え */
	color: #555555;
	font-size: 100%; /* 基本フォントサイズ */
}

p, th, td { font-size: 88%; line-height: 1.4;}

/* リンクの色 */ 
a:link { color: #007CF9; text-decoration:underline; }
/* 訪問済みリンクの色 */
a:visited { color: #3399FF; text-decoration:underline; }
/* マウスオーバー、アクティブリンクの色 */
a:hover, a:active { color: #FF9900; text-decoration:underline; }

.red { color: #F00; }
.blue { color: #0000FF; }
.orange { color: #F36422; }

/* コンテンツ全体コンテナ
---------------------------------------------------- */
#wrapper {
	margin: 10px auto;
	padding: 0px;
	height: auto;
	width: 900px;
	background: url(../img_index/bg.gif) repeat-y center top;
	text-align: center;
}

/* コンテンツ内容コンテナ
---------------------------------------------------- */
#pagebody {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 880px;
	text-align: left;
}

/* ヘッダ全体コンテナ 
---------------------------------------------------- */
#pagetop {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img_index/bg_top.gif) no-repeat center top;
}
	
#pagetop h1{
	margin: 0px;
	padding: 6px 0px 5px 0px;
	font-size: 75%;
	color: #555;
	font-weight: normal;
	text-align: center;
}

/* ヘッダ全体コンテナ
---------------------------------------------------- */
#header {
	width: 880px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	background: #285DC7 url(../img_index/header_bg.jpg) repeat-x;
	border-top: 2px solid #2454B7;
	border-bottom: 2px solid #2454B7;
}

/* メインコンテンツ全体コンテナ 
---------------------------------------------------- */
#contents {
	margin: 0px;
	padding: 0px;
}

/* メイン全体コンテナ
---------------------------------------------------- */

#main { margin: 0px; padding: 0px; float: left; width: 880px; text-align: left; }
address { margin: 0px; padding: 0px; font-size: 82%; text-align: center; font-weight: normal; font-style: normal; }

.img-right {float: right; margin-left: 5px; margin-bottom: 0px;}
.img-left {float: left; margin-right: 5px; margin-bottom: 0px;}
.img-center { margin: 0px 0px 10px; text-align: center; }

/* 左右ボックス
---------------------------------------------------- */
.lr-box { margin: 0px; padding: 0px; width: 100%; }
.r-box { margin: 0px; padding: 0px; width: 50%; float: right; }
.l-box { margin: 0px; padding: 0px; width: 50%; float: left; }


/* トップボタン
---------------------------------------------------- */
#topbtn {
	height: 140px;
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#topbtn ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#topbtn li {
	display: block;
	float: left;
}
#topbtn img{ vertical-align: bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	background: url(../img_index/foot.jpg) no-repeat;
	height: 28px;
	width: 880px;
}
#footer p {
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 75%;
	text-align: center;
	color: #555;
}

/*フッター下画像 */
#footend {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 900px;
	background: url(../img_index/bg_foot.gif) no-repeat center top;
	text-align: center;
}

/* クリアフィックス（回り込みの解除）
---------------------------------------------------- */
.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; }
