@charset "utf-8";

/*
Rooms CSS
*/
.read {
	height: 147px;
	background: url(/img/read_room.gif) left top no-repeat;
}
h2 {
	width: 800px;
	height: 100px;
	background: url(/img/h2_room.jpg) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}
h3 {
	text-indent: -9999px;
	overflow: hidden;
}
h4 {
	width: 285px;
	color: #900;
	font-size: 100%;
	padding: 10px 0;
	border-top: 1px dotted #333333;
}
.rooma,
.roomb {
	width: 285px;
	padding-top: 190px;
	float: left;
}
.rooma {
	margin-right: 10px;
}
.roomcopy {
	margin-bottom: 10px;
	min-height: 30px;
	_height: 30px;
}
#room03 p.roomcopy,
#room04 p.roomcopy {
	min-height: 60px;
	_height: 60px;
}

ul.setsubilist {
	font-size: 80%;
	list-style-type: none;
	margin: 0 0 20px 15px;
}
ul.setsubilist li {
	background: url(/img/arrow_r.gif) left center no-repeat;
	padding-left: 20px;
	margin: 0px 0 8px;
}
ul.setsubilist li.kara {
	background: none;
	padding: 0;
	margin: 0;
}



#room01 {
	background: url(/img/room_img01.jpg) left top no-repeat;
}
#room02 {
	background: url(/img/room_img02.jpg) left top no-repeat;
}
#room03 {
	background: url(/img/room_img03.jpg) left top no-repeat;
}
#room04 {
	background: url(/img/room_img04.jpg) left top no-repeat;
}
#room05 {
	background: url(/img/room_img05.jpg) left top no-repeat;
}
#room06 {
	background: url(/img/room_img06.jpg) left top no-repeat;
}
#room07 {
	background: url(/img/room_img07.jpg) left top no-repeat;
}

.btnyoyaku {
	text-align: right;
}
.btnyoyaku a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#youshitsu01,
#youshitsu02,
#youshitsu03 {
	border-bottom: 1px dotted #333333;
	margin-bottom: 35px;
}

table {
	width: 100%;
	margin-bottom: 15px;
}
th, td {
	font-size: 80%;
	text-align: center;
	border: 1px solid #F0DEC8;
	padding: 7px 0px;
}
th {
	background: #CCC;
}
td {
	background: #FFF;
}