@charset "utf-8";
/* CSS Document */

h1{
	width:100%;
	height:35px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	background:#903;
}

h2{
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	background:#903;
}

/*------------------------------------------------------------
	客室
------------------------------------------------------------*/
#guest_room1{
	margin-bottom:30px;
	width:100%;
	height:auto;
}

#guest_room1 ul{
	margin-top:10px;
	line-height:1.5em;
}

#guest_room1 li span{
	color:#F9C;
}

#guest_room1 p img{
	margin-top:20px;
	width:100%;
}

#guest_room1 p{
	text-align:center;
	line-height:1.8em;
}

#guest_room1 table{
	margin-top:10px;
	width:100%;
	height:auto;
	color:#000;
	border-top:#AE5B5B 1px dotted;
}

#guest_room1 td{
	padding:10px;
	width:30%;
	text-align:left;
	background:#D5AAAA;
	border-bottom:#AE5B5B 1px dotted;
}

#guest_room1 th{
	padding:10px 0 10px 10px;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	border-bottom:#AE5B5B 1px dotted;
	background:#EEEEEE;
}

#guest_room1 hr{
	margin-top:10px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:#B69DA3 1px dotted;
}

#guest_room1 th span{
	color:#900;
}