/*左メニュー反転*/
#categoryMenu .menu #mExplanation a {
	background-position: 180px center;
}

.imgBox {
	float:left;
	display:inline;
}
.textBox {
	width:410px;
	float:left;
	display:inline;
	margin:0 0 0 5px;
}

.explanationBox {
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;	
}
.explanation h4 {
	margin:0;
	padding:0;
}
.explanationTitle {
	margin:0px;
	padding:8px 5px 5px 5px;
	color:#A37823;
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
}
.explanationText {
	font-size:12px;
	margin:5px 0 10px 20px;
	line-height:1.6;
}

/*寮写真*/
.photoList {
	width:644px;
	height:auto;
	margin:10px 0 0 0;
	background-color:#EEEEEE;
	border:#CCCCCC solid 5px;
	padding:10px 0;
}
.photoListTitle {
	border-bottom:#AE1619 solid 2px;
	margin:10px 10px 0 10px;
}
.photoList p{
	margin:0px;
	color:#A37823;
	font-size:14px;
	font-weight:bold;
}
.photoThumb {
	float:left;
	width:144px;
	display:inline;
	margin:10px 0 0 12px;
	_margin:10px 0 0 10px;
	position:relative;

}
.photoThumb a img{
	border:#CCCCCC solid 3px;
	padding:2px;
}
.photoThumb a:hover img {
	border-color: #BEA36A;
}
.photoThumb .zoomIcon {
	background-image:url(img/explanation/btn-detail.gif);
	background-repeat:no-repeat;
	width:45px;
	height:16px;
	position:absolute;
	right:10px;
	top:100px;

}
/*--------------------------------------------*/
/*lightboxの影ため、IE7だけへの対応*/
body#index {
	height:auto;
}
/*--------------------------------------------*/