@charset "utf-8";
#room {
	color: #FFFFFF;
	padding: 70px 30px 20px;
	height: 320px;
	width: 810px;
}
#room_big {
	color: #FFFFFF;
	padding: 70px 30px 20px;
	height: 350px;
	width: 810px;
}
.button{
	width:250px;
	text-align:center;
	margin-top: 10px;
	}
.button a{
	display: block;
	padding: 3px;
	margin-top: 10px;
	width: 150px;
	text-align: center;
	color: #000000;
	background: #dddddd;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.button a:hover{
	display: block;
	padding: 3px;
	margin-top: 10px;
	width: 150px;
	text-align: center;
	color: #0033FF;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.button a .yellow_back{
	background:#FBFADB;
	}

.tensen{
	border:dotted 1px #999999;
	padding:5px;
	margin-top: 10px;
	}

.shisetsu {
	background: url(../shisetsu/image/shisetsu.jpg) no-repeat;
}
.roby {
	background: url(../shisetsu/image/room1.jpg);
}
.bath {
	background: url(../shisetsu/image/room2.jpg);
}
.bath2{
	background: url(../shisetsu/image/room3.jpg);
}
.bath2-2{
	background: url(../shisetsu/image/room2-2.jpg);
}
.yukata{
	background: url(../shisetsu/image/room7.jpg);
}
.room1 {
	background: url(../shisetsu/image/room4.jpg);
}
.room2{
	background: url(../shisetsu/image/room5.jpg);
}
.room3{
	background: url(../shisetsu/image/room6.jpg);
}

.leftco {
	float: left;
	width: 250px;
}
.rightco {
	float: right;
	width: 400px;
	margin-top: 250px;
	text-align: right;
}
.rightco2 {
	float: right;
	width: 250px;
}
.rightco img{
	border:solid 1px #333333;
	}
.a_white{
	color:#FFFFCC;
	text-decoration: underline;
}
p {margin-bottom:10px;}
