@charset "utf-8";


/* ------------------------------
共通部分
------------------------------ */

body { color: #535353; font-size: 12px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif; line-height: 140%; background-image: url(../images/body_back.jpg); background-repeat: repeat-x; background-position: center 0; margin:0; padding:0; }
h1,h2,h3,ul,li,p { margin: 0; padding: 0; }
img { margin: 0; padding: 0; border-style: none; }
td { font-size: 12px; }

a:link { color: #155286; text-decoration: underline; }
a:visited { color: #855086; text-decoration: none; }
a:hover { color: #3486bf; text-decoration: none; }
a:active { }
form { padding: 3px; }


/* ------------------------------
全体レイアウト部分
------------------------------ */

#wrapper { background-repeat: repeat; text-align: left; width: 908px; overflow: hidden; margin: 0 auto; padding: 0; }
/* ------------------------------
ヘッダー
------------------------------ */
#header { background-image: url(../images/header.jpg); background-repeat: no-repeat; background-position: right 0; width: 865px; height: 90px; overflow: hidden; margin: 0; padding: 0 43px 23px 0; _zoom: 1; }
#header h1 { float: left; margin: 0; padding: 18px 0 0 55px; }
#header p { float: right; margin: 0; padding: 0 18px 0 0; }

/* ------------------------------
メインイメージ
------------------------------ */
#mainimage { background-image: url(../images/topimage.jpg); background-repeat: no-repeat; margin: 10px 0; padding: 285px 0 20px 210px; }
#mainimage ul { overflow: hidden; margin: 0; padding: 0; _zoom: 1; }
#mainimage ul li { float: left; list-style-type: none; }
.menu01 { margin: 0 40px 0 0; padding: 0; }
.menu02 { margin: 0; padding: 0; }
/* ------------------------------
センターコンテンツ
------------------------------ */
#center { overflow: hidden; margin: 6px 0 0; padding: 0 0 20px; _zoom: 1; }
#center h2 { font-size: 13px; background-image: url(../images/h2_back.jpg); background-repeat: no-repeat; margin: 5px 0 10px; padding: 14px 10px 10px 42px; }
#center h3 { color: #fff; background-image: url(../images/h3_back.jpg); background-repeat: no-repeat; margin: 10px 0 15px 0; padding: 8px 8px 8px 38px; }
#center h4 { background-color: #eaeaea; padding: 5px 5px 5px 10px; border-top: 1px dotted #8dbffe; border-bottom: 1px dotted #8dbffe; }
#center p { margin: 0; padding: 5px 0; }
#center #topmenu { overflow: hidden; _zoom: 1; }
#center .topco { float: left; margin: 0 15px 0 0; padding: 0; }
#center .topco ul { margin: 0; padding: 0 0 10px; }
#center .topco ul li { background-image: url(../images/icon1.jpg); background-repeat: no-repeat; margin: 0; padding: 0 0 10px 18px; list-style-type: none; }
.pagetop { background-repeat: repeat; text-align: right; width: 857px; margin: 0 auto; padding: 18px 0 3px; }

#center .topco2 { float: left; margin: 0 0 0 0; padding: 0; }
#center .topco2 ul { margin: 0; padding: 0 0 10px; }
#center .topco2 ul li { background-image: url(../images/icon1.jpg); background-repeat: no-repeat; margin: 0; padding: 0 0 10px 18px; list-style-type: none; }
#under { float: none; clear: both; margin: 0; padding: 25px 0 0; }
#under p { text-align: right; }
.moji_red { color: #b9000d; }
.icon1 { background-image: url(../images/icon1.jpg); background-repeat: no-repeat; padding-left: 15px; }
.icon2 { background-image: url(../images/icon2.jpg); background-repeat: no-repeat; background-position: 0 -1px; padding-left: 20px; }
.icon3 { background-image: url(../images/icon3.jpg); background-repeat: no-repeat; padding-left: 25px; }
/* ------------------------------
フッター
------------------------------ */
#footer { background-image: url(../images/footer.jpg); background-repeat: repeat-x; background-position: center 0; text-align: left; margin: 0; padding: 0; }
.footer { color: #262626; font-size: 11px; background-repeat: repeat; text-align: right; width: 908px; margin: 0 auto; padding: 30px 0 100px; }


/* ------------------------------
CSSハック
------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-table;zoom:1;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 100%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
