@charset "utf-8";
/*--------------------------------------------------*/

ul.sNavi{
	float: left;
	margin-left:20px;
}

ul.firstItem{
	margin-left:0;
}

ul.sNavi li{
	margin-bottom:0.2em;
}

ul.sNavi li a:hover img,
ul#mapEx li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


/*--------------------------------------------------*/

div.detailBox{ margin-top:45px;}

div.detailBox h6{
	float: left;
	width: 200px;
}
div.detailBox ul{
	margin-left:20px;
	float: left;
	display: block;
}
div.detailBox ul li{
	margin-bottom:0.5em;
	padding-left:140px;
	margin-bottom:1.2em;
	border-bottom:1px dotted #ccc;
}

	div.detailBox ul li#d01{ background:url(../img/detail/img01.jpg) no-repeat 0 center; height:101px}
	div.detailBox ul li#d02{ background:url(../img/detail/img02.jpg) no-repeat 0 center; height:97px}
	div.detailBox ul li#d03{ background:url(../img/detail/img03.jpg) no-repeat 0 center; height:82px}
	div.detailBox ul li#d04{ background:url(../img/detail/img04.jpg) no-repeat 0 center; height:92px}
	div.detailBox ul li#d05{ background:url(../img/detail/img05.jpg) no-repeat 0 center; height:112px}
	div.detailBox ul li#d06{ background:url(../img/detail/img06.jpg) no-repeat 0 center; height:85px}
	div.detailBox ul li#d07{ background:url(../img/detail/img09.jpg) no-repeat 0 center; height:108px}
	div.detailBox ul li#d08{ background:url(../img/detail/img10.jpg) no-repeat 0 center; height:89px}
	div.detailBox ul li#d09{ background:url(../img/detail/img11.jpg) no-repeat 0 center; height:133px}
	div.detailBox ul li#d10{ background:url(../img/detail/img07.jpg) no-repeat 0 center; height:80px}
	div.detailBox ul li#d11{ background:url(../img/detail/img08.jpg) no-repeat 0 center; height:138px}


/*--------------------------------------------------*/

p.goPageTop{
	display: block;
	text-indent:-9999px;
	margin-bottom:2em;
	float: right;
}

p.goPageTop a,
p.goPageTop a:hover{
	display: block;
	width:69px;
	height: 12px;
}
p.goPageTop em{ display: none;}
p.goPageTop a{ background:url(../../share/img/pagetop.gif) no-repeat 0 0;}
p.goPageTop a:hover{ background:url(../../share/img/pagetop.gif) no-repeat 0 -11px;}
