@charset "utf-8";
/* CSS Document */
#room{
	margin-bottom:70px;
	}
.room_plan {
	clear:both;
	padding:0;
	margin-bottom: 70px;
	width:880px;
}
.room_plan li {
	border:1px solid #69541B;
	width:208px;
	height:86px;
	float:left;
	list-style:none;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	color:#000000;
}

.room_plan li a{
	text-decoration:none!important;
	color:#000000!important;
}

.room_plan .room_plan_boder {
	border:0;
	display:block;
	height:82px;
	background: url(../image/room_list/room_list_bg.gif) repeat-x;
	border:1px solid #FFFFFF;
	padding:1px;
	color:#000000;
	text-decoration:none;
}
.room_plan .room_plan_boder02 {
	border:0;
	display:block;
	height:82px;
	background: url(../image/room_list/room_list_bg02.gif) repeat-x;
	border:1px solid #FFFFFF;
	padding:1px;
	color:#000000;
	text-decoration:none;
}
.room_plan a:hover {
	border:0;
	display:block;
	height:82px;
	background: url(../image/room_list/room_list_bg_on.gif) repeat-x;
	border:1px solid #FFFFFF;
	padding:1px;
	color:#000000;
}
.room_plan .type {
	float:left;
	margin:0px 6px 0px 0px;
}
.room_plan .right {
	display:block;
	margin-top:4px;
	text-align:left;
}
.room_plan .right .type_id {
	margin-bottom:24px;
}



/***********************************
ローディング関連
************************************/
body#top{
	position: relative;
}

.room_plan li{
	display:none;
}

#loading_area {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../image/loading_bg.png);
	text-align: center;
	vertical-align: middle;
}

#ObjectField {	
	display: none;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;
}



