/* =============================================================================
	各ルーム CSS
============================================================================= */
@import url("../index.css");

table.RoomInfo {
	margin-top:10px;
	border:2px #c69 solid;
	border-bottom-width:1px;
	width:50px;
	float:right;
}

table.RoomInfo td,
table.RoomInfo th {
	padding:5px 0;
	border-bottom:1px #c69 solid;
	text-align:center;
}

table.RoomInfo th {
	color: #300;
	background-color:#fff8ff;
}

#Main .RoomImg {
	margin:0 0 0 10px;
	padding:10px 0 20px;
	width:470px;
	height:280px;
}

#Main .RoomImg img {
	float:left;
}

#Main .RoomImg p {
	margin:0;
	padding:5px 0 0;
	line-height:13px;
}
