/*--------------------大外枠--------------------*/

body{
	background-color: #eeeeee;
}

#container{		/*全部の枠*/
	background-color: white;
	position: absolute;
	left: 50%;
	width: 800px;
	border-style: solid;
	border-width: 2px;
	border-color: #444455;
	margin-left: -400px; /* いったん端によけてから半分だけ戻す */
}

#index{	/* インデックス */
	height: 800px;
	background-image: url(http://www.ficsis.net/img/indexbg.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}
h1{
	font-size: 9px;
	color: #444455;
	margin: 5px 0px 0px 10px;
}
h2{
	font-size: 9px;
	color: #444455;
	margin: 5px 0px 0px 10px;
}

/*--------------------上バナー関連--------------------*/

#banner{/* バナー絵*/
	padding-top: 450px;/* 高さ-150（600-150=450*/
	height: 150px;
	background-image: url(http://www.ficsis.net/img/topbg201508.png);
	width: 800px;
	text-align: right;
	background-repeat: no-repeat;
	}
	
.bannertop{/* 上*/
	padding-top: 10px;
	height: 40px;
	background-color: #444455;
	width: 800px;
	}

.bannerbottom{/* 下*/
	padding-top: 10px;
	height: 20px;
	background-color: #444455;
	width: 800px;
	}
	
.menuicon{/* トップアイコン画像の隙間消し */
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	vertical-align: bottom;
}

.logo{/* 画像の隙間消し */
	vertical-align: middle;
	background-color: white;
	padding: 5px 5px 5px 5px;
}

/*--------------------メインウインドウ関連--------------------*/


.index_txt{	/* インデックステキスト */
	padding: 700px 20px 0px 550px;
	color: #444455;
	font-size: 11px;
	text-align: left;
}

.main{	/* メイン */
	margin: 50px 20px 50px 20px;
	color: #444455;
	font-size: 11px;
	text-align: left;
}

/*--------------------細かい調整関連--------------------*/

.mail{/*メール*/
	text-align: right;
	padding: 20px 20px 20px 20px;
}

.left{/* left */
	text-align: left;
	padding: 0px 0px 30px 10px;
}

.right{/* right */
	text-align: right;
}

.cent{	/* メイン */
	margin: 0px 0px 0px 400px;
}
.midcent{	/* WORKS用 */
	margin: 0px 0px 0px 230px;
}

/*--------------------フッター関連--------------------*/

#footer{/* (c)マーク */
	background-color: #444455;
	height: 40px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: white;
}

/*--------------------テーブル関連--------------------*/
table{
margin: 10px 0px 10px 0px;
background-color: white;
}

td.m1{/* 見出し180 */
	height: 20px;
	width: 180px;
	color: #ffffff;
	background-color: #444455;
	font-size: 11px;
	text-align:  center;
	vertical-align: middle;
}
td.m2{/* 項目180 */
	height: 20px;
	width: 180px;
	font-size: 11px;
	text-align:  center;
	vertical-align: middle;
}

td.mm1{/* 見出し40 */
	height: 20px;
	width: 40px;
	color: #ffffff;
	background-color: #444455;
	font-size: 11px;
	text-align:  center;
	vertical-align: middle;
}
td.mm2{/* 項目160 */
	height: 20px;
	width: 160px;
	color: #ffffff;
	background-color: #444455;
	font-size: 11px;
	text-align:  center;
	vertical-align: middle;
}
td.m3{/* 見出し360 */
	height: 20px;
	color: #ffffff;
	background-color: #444455;
	font-size: 11px;
	text-align:  center;
	vertical-align: middle;
}
td.m4{/* 項目360 */
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}
td.mm4{/* 項目300 */
	width: 300px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}
td.ig{/* イラストギャラリー用 */
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

/*--------------------リンク関連--------------------*/

a{
	text-decoration: none; 	
	font-weight: bold;
}
a:link{		color: #444455;}
a:visited{	color: #444455;}
a:hover {	color: #444455; }
a:active {	color: #444455;	}

a.m1:link{		color: #ffffff;}
a.m1:visited{	color: #ffffff;}
a.m1:hover {	color: #ffffff; }
a.m1:active {	color: #ffffff;	}

a.m2:link{		color: #444455;}
a.m2:visited{	color: #444455;}
a.m2:hover {	color: #444455; }
a.m2:active {	color: #444455;	}


/*--------------------Lightbox関連--------------------*/
#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(http://www.ficsis.net/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.ficsis.net/img/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; }
