/*施設ページ・thinkbox部分：更新者−林大輔（2008.06.18）*/
*{
	margin:0;
	padding:0;
}
div#imgViewArea{
	margin: 10px auto 30px auto;
	text-align: center;
}

*html div#imgViewArea{
	position: absolute;
	height: 580px;
}
*:first-child+html div#imgViewArea{
	position: absolute;
	height: 580px;
}

div#imgViewArea div#imgSpace{
	width: 520px;
	margin: 0 auto 10px auto;
	text-align: center;
}

div#imgViewArea div#imgSpace img#mainPic{
	padding: 9px;
	border: 1px solid #CCCCCC;	
}

div#imgViewArea div#picList{
	position: inherit;
	bottom: 15px;
	width: 420px;
	margin: 0 0 0 54px;
	padding: 10px 50px 5px 50px;
	background-color: #EAEAEA;
}
*html div#imgViewArea div#picList{/*for IE6 hack*/
	bottom: 15px;
	margin: 200px 0 0 54px;
}
*:first-child+html div#imgViewArea div#picList{/*for IE7 hack*/
	bottom: 15px;
	margin: 200px 0 0 54px;
}

div#imgViewArea div#picList ul:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
div#imgViewArea div#picList ul{
	display: inline-block;
	width: 410px;
	margin: 0 0 0 10px;
	padding: 0;
}
*html div#imgViewArea div#picList ul{/*for IE6 hack*/
	margin: 0;
}
*:first-child+html div#imgViewArea div#picList ul{/*for IE7 hack*/
	margin: 0;
}

div#imgViewArea div#picList ul li{
	float: left;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin: 0 8px 5px 0;
	list-style-type: none;
	vertical-align: middle;
}

div#imgViewArea div#picList ul li a img { border: none }
div#imgViewArea div#picList ul li a:hover img {
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}

div#imgViewArea div#picList a img.inActive {
	border: 2px solid #E6752B;
}

