@charset "utf-8";

h2#room,
h2#pubSpace {
	margin-bottom: 10px;
	padding-top: 142px;
}
h2#room { background: transparent url(./images/bg_room01.jpg) scroll no-repeat 0 0; }
h2#pubSpace { background: transparent url(./images/bg_pub01.jpg) scroll no-repeat 0 0; }


h3#room01, h3#room02 {
	margin-bottom: 10px;
	padding-top: 133px;
	width: 240px;
}
h3#room01 { background: transparent url(./images/ph_room01.jpg) scroll no-repeat 0 0; }
h3#room02 { background: transparent url(./images/ph_room02.jpg) scroll no-repeat 0 0; }

div#contentsBody div.btWrapper {
	margin: 0 auto;
	width: 220px;
	overflow: hidden;
}
div#contentsBody div.btWrapper div.bt01,
div#contentsBody div#bath {
	float: left;
}
div#contentsBody div.btWrapper div.bt02,
div#contentsBody div#living {
	float: right;
}

div#contentsBody div.btWrapper div.bt01 a,
div#contentsBody div.bt02 a {
	display: block;
	width: 105px;
	height: 44px;
	text-indent: -9999px;
}
div#contentsBody div.btWrapper div.bt01 a { background: transparent url(./images/bt_room01.gif) scroll no-repeat 0 0; }
div#contentsBody div.bt02 a { background: transparent url(./images/bt_room02.gif) scroll no-repeat 0 0; }
div#contentsBody div.btWrapper div.bt01 a:hover,
div#contentsBody div.btWrapper div.bt02 a:hover {
	background-position: 0 -44px;
}

div#contentsBody h2#bath,
div#contentsBody h2#living,
div#contentsBody h2#activity,
div#contentsBody h2#restaurant,
div#contentsBody h2#party,
div#contentsBody h2#family,
div#contentsBody h2#courtyard {
	margin: 30px 0 10px 0;
	padding-bottom: 134px;
	width: 240px;
}
div#contentsBody h2#bath  { background: transparent url(./images/ph_room03.jpg) scroll no-repeat 0 bottom; }
div#contentsBody h2#living { background: transparent url(./images/ph_room04.jpg) scroll no-repeat 0 bottom; }
div#contentsBody h2#activity { background: transparent url(./images/ph_pub01.jpg) scroll no-repeat 0 bottom; }
div#contentsBody h2#restaurant { background: transparent url(./images/ph_pub02.jpg) scroll no-repeat 0 bottom; }
div#contentsBody h2#party { background: transparent url(./images/ph_pub03.jpg) scroll no-repeat 0 bottom; }
div#contentsBody h2#family { background: transparent url(./images/ph_pub04.jpg) scroll no-repeat 0 bottom; }
div#contentsBody h2#courtyard { background: transparent url(./images/ph_pub05.jpg) scroll no-repeat 0 bottom; }


