/* main */
.feature{
	width:640px;
	margin-bottom:20px;
	overflow:hidden;
}
p.entrytitle{
	font-size:30px;
	font-weight:bold;
	color:#7f7650;	
	padding:5px 0px;
	text-align:center;
	border-bottom:1px dashed #000000; 
	text-shadow:1px 1px 0px #ffffff;
}
p.feature_body{
	line-height:1.8;
	text-align:center;
	padding:10px 0px;
}
img.feature_photo{
	width:640px;
	margin-bottom:10px;
}


/* フロアマップ */
#floormap{
	width:640px;
	margin-bottom:30px;
	overflow:hidden;
}
.map_left{
	float:left;
}
.left1{
	height:373px;
	width:93px;
	float:left;
}
.left2{
	height:373px;
	width:367px;	
	float:right;
}
.left_a{
	height:73px;
	width:367px;	
}
.left_b{
	height:300px;
	width:367px;		
}
.left3{
	float:none;
}
.map_right{
	float:right;
}
.panelmap a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


/* タブ切り替え */
ul.floormenu {
	padding:10px 15px 0px 0px;
	float:right;
}
ul.floormenu a{
	text-decoration:none;
	color:black;
}
ul.floormenu a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
ul.floormenu li {
	font-size:12px;
}
.active {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


.floor_guide{
	margin-bottom:30px;
}
.gray{
	color:gray;
	padding-bottom:20px;
}
.guide{
	font-size:14px;
	padding-bottom:10px;
}

#gallery{
	height:150px;
}
.course_photo{
	float:left;
	margin:3px;	
}

.floortxt{
	float:left;
	padding-top:5px;
	font-size:15px;
	}
	
.floortxt p{
	font-size:13px;
	}