/* CSS Document */


/* -----------------------------
		/base 
----------------------------- */
#welcome_body{
	width: 580px;
	margin:0px 0px 30px 0px;
	padding:0px;
	font-size:12px;
	font-family:"Verdana,ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:center;
	}

#contents{
	width:550px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	overflow: auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
	}

#textarea{
	width:335px;
	padding-top:0px;
	padding-left:5px;
	float:left;
	border:0px;
	}
	
#textarea p{
	font-family:"Verdana,ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #000000;
	margin:0px;
	padding: 5px 10px 10px 5px;
}
	
	
#photoarea{
	width:210px;
	padding-top:5px;
	padding-left:0px;
	float: right;
	border:0px;
	}	

#photoarea ul{
	list-style:none;
	margin:0px;
	padding:0px;	
	}
	
#photoarea li{
	margin:0;
	padding:0px;
	}
	
#permit{
	width:550px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	clear:left;
	}
	
#permit p{
	font-family:"Verdana,ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #000000;
	padding: 10px 5px 10px 10px;
	margin: 0px;
}

#permit img {
	float:right;
	margin:5px;
	}			

#permit .tx11{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	color:#000000;
	line-height: 1.4em;
	padding-left: 40px;
	}

h2{
	background-image:url(../img/about/h2.gif);
	background-repeat:no-repeat;
	width:550px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	color:#FFFFFF;
	text-indent:25px;
	height:30px;
	font-weight:bold;
	margin:0px;
	padding-top: 5px;
	text-align:left;
}

h3{
	background-image:url(../img/about/h3.gif);
	background-repeat:no-repeat;
	width:325px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:15px;
	color:#848442;
	text-indent:5px;
	font-weight:bold;
	margin:0px;
	padding-top: 4px;
	height:25px;
	text-align:left;
}

.tx14{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:15px;
	color:#4FAFDD;
	font-weight:bold;
	}	
.tx15{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	color:#66CC33;
	line-height: 1.3em;
	font-weight: bold;
	}
.txred{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
	}
	
.txblue{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#0000FF;
	font-weight:bold;
	}


/* -----------------------------
		/lightbox
----------------------------- */

#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;
	}
