@charset "UTF-8";

/* ここから 客室 設定*/
#room {
	width				: 680px;
	height				: auto;
	float				: left;
}

#room_wrap {
	width				: 680px;
	height				: auto;
	float				: left;
	margin-bottom		: 10px;
}

#room_wrap_left {
	width				: 350px;
	height				: auto;
	float				: left;
}

#room_wrap_right {
	width				: 330px;
	height				: auto;
	float				: right;
}

#room_wrap table td {
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	padding-right		: 5px;
	line-height			: 1.5em;
}

#room h1{
	color				: #000066;
	font-size			: 1.5em;
	text-align			: left;
}

#room h2{
	font-size			: 0.75em;
	text-align			: left;
	font-weight			: normal;
	padding-left		: 20px;
}

/* 客室 設定 ここまで */
