

/*--ヘッダーの設定--*/


#room #heder  {
	width: 100%;
	height: 300px;
	background: url(../../room/img/head.jpg) no-repeat center bottom;
	min-width: 950px;
}

#room .navi  {
    width: 100%;
	height: 75px;
	background: url(../../img/bg_head.jpg) repeat-x;
	border-bottom: solid 1px #cccccc;
	margin: 200px 0 10px 0;
}

.navi h1  {
	display:none;
}




/*--roomの設定--*/



#room p  {
	text-align:left;
}


.room_plan  {
	float: left;
	width: 395px;
	height: auto;
	margin: 0 0 0 20px;
	text-align: right;
}

.setubi  {
	width: 270px;
	float: left;
	margin: 10px 20px 0 0;
	padding: 0 0 10px 0;
	border: solid 1px #C9CACA;
}

.setubi p,
.amenity p  {
	background-color: #727171;
	color: white;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 10px;
}

.amenity  {
	width: 420px;
	float: left;
	margin: 10px 0px 30px 0;
	padding: 0 0 10px 0;
	border: solid 1px #C9CACA;
}


.price2  {
	color:#C30D23;
	margin: 10px 0 0px 0px;
	width: 360px;
	height: auto;
	font-size: 13px;
	background:url(../../img/bt_price.jpg) no-repeat;
	padding: 0 0 0px 60px;
	line-height:1.2em;
}

.price2 span  {
	font-size: 11px;
	line-height: 1.5em;
}

.price3  {
	color:#C30D23;
	margin: 0px 0 0 0px;
	width: 360px;
	height: auto;
	font-size: 13px;
	background:url(../../img/bt_price.jpg) no-repeat;
	padding: 0 0 10px 60px;
}





a  {
	color: black;
}





