@charset "iso-2022-jp";

div.bx-lef h1 {
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/h1.jpg);
	background-repeat:no-repeat;
	height:130px;
	}
div.bx-gallery {
	background-repeat:no-repeat;
	background-position:51px 0;
	height:960px;
	padding-left:51px;
	margin-bottom:10px;
	}
div#bx-gallery01 {
	background-image:url(img/thumb01.jpg);
	}
div#bx-gallery02 {
	background-image:url(img/thumb02.jpg);
	}
p#p-ctod {
	font-size:83%;
	text-align:center;
	line-height:1.25;
	}

div.bx-gallery ul {
	list-style-type:none;
	}
div.bx-gallery ul li {
	display:block;
	float:left;
	padding:5px 7px 7px 5px;
	}
div.bx-gallery ul li a {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	width:102px;
	height:68px;
	}
div.bx-gallery ul li a:hover {
	background-color:#fad6d6;
	opacity:0.6;
	filter: alpha(opacity=60);	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";	/* ie 8 */
	-moz-opacity:0.6;	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	zoom:1;
	}

/* gallery window */
div.bx-w-gallery {
	position:relative;
	width:742px;
	height:532px;
	}
div.bx-w-gallery p.gal-photo {
	background-repeat:no-repeat;
	background-position:11px 11px;
	width:742px;
	height:496px;
	}
div.bx-w-gallery p.gal-photo span {
	display:block;
	width:742px;
	height:496px;
	background-image:url(../gallery/img/waku.png);
	background-repeat:no-repeat;
	background-position:left top;
	}
div.bx-w-gallery ul {
	list-style-type:none;
	}
div.bx-w-gallery ul li {
	display:block;
	position:absolute;
	top:507px;
	}
div.bx-w-gallery ul li.btn-w-prev {
	left:210px;
	}
div.bx-w-gallery ul li.btn-w-next {
	left:437px;
	}
div.bx-w-gallery ul li.btn-w-close {
	left:358px;
	}
div.bx-w-gallery ul li a {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	background-image:url(../css/img/btn_extra.png);
	background-repeat:no-repeat;
	}
div.bx-w-gallery ul li.btn-w-prev a, div.bx-w-gallery ul li.btn-w-next a {
	width:95px;
	height:25px;
	}
div.bx-w-gallery ul li.btn-w-next a {
	background-position:0 -30px;
	}
div.bx-w-gallery ul li.btn-w-prev a {
	background-position:left top;
	}
div.bx-w-gallery ul li.btn-w-close a {
	background-position:0 -60px;
	width:26px;
	height:25px;
	}
div.bx-w-gallery ul li.btn-w-next a:hover {
	background-position:-100px -30px;
	}
div.bx-w-gallery ul li.btn-w-prev a:hover {
	background-position:-100px 0;
	}
div.bx-w-gallery ul li.btn-w-close a:hover {
	background-position:-100px -60px;
	}