@charset "utf-8";
#conL #main{
	font-size:80%;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 10px;
}
#conL #txt{
	margin-bottom:15px;
}
#conL #rooms img{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#conL #rooms map{
display:inline;
}
#room1,#room2,#room3,#room4 {
	float: left;
	height: 183px;
	width: 343px;
	margin-right: 10px;
	margin-top: 10px;
}
#room1 {background-image: url(img/r0_1.jpg);}
#room2 {background-image: url(img/r0_2.jpg);}
#room3 {background-image: url(img/r0_3.jpg);}
#room4 {background-image: url(img/r0_4.jpg);}
#btbox {
	padding-left: 240px;
	padding-top: 150px;
}
.room_bt {
	background-image: url(img/room_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 23px;
	width: 94px;
}
.room_bt:hover {
	background-position: 0px -23px;
	text-indent: -9999px;
}
