@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-room.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}
#lmenu03 a {
	background-position: 0 -72px;
}
#lmenu03 a:hover {
	background-position: -200px -72px;
}
#lmenu04 a {
	background-position: 0 -108px;
}
#lmenu04 a:hover {
	background-position: -200px -108px;
}
#lmenu05 a {
	background-position: 0 -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
#lmenu06 a {
	background-position: 0 -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}
#lmenu07 a {
	background-position: 0 -216px;
}
#lmenu07 a:hover {
	background-position: -200px -216px;
}
#lmenu08 a {
	background-position: 0 -252px;
}
#lmenu08 a:hover {
	background-position: -200px -252px;
}
#lmenu09 a {
	background-position: 0 -288px;
}
#lmenu09 a:hover {
	background-position: -200px -288px;
}
#lmenu10 a {
	background-position: 0 -324px;
}
#lmenu10 a:hover {
	background-position: -200px -324px;
}
#lmenu11 a {
	background-position: 0 -360px;
}
#lmenu11 a:hover {
	background-position: -200px -360px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/roomguide/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

/* 見出し
------------------------------------------------------------*/
#caption {
	padding-bottom: 20px;
}
#caption img {
	padding: 4px;
	border: 1px solid #522b72;
}
#caption p {
	margin: 20px auto 0;
	width: 680px;
	line-height: 1.4em;
}

/* 部屋選択
------------------------------------------------------------*/
#roomtype {
}
#left {
	float: left;
	width: 440px;
}

#select-room01,
#select-room02,
#select-room03 {
	width: 438px;
	/*height: 120px;*/
	padding-top: 40px;
	clear: both;
}
#select-room01 {
	background: url(../../img/roomguide/select-room01.gif) no-repeat center top;
}
#select-room02 {
	background: url(../../img/roomguide/select-room02.gif) no-repeat center top;
}
#select-room03 {
	background: url(../../img/roomguide/select-room03.gif) no-repeat center top;
}
#select-room01 .room,
#select-room02 .room,
#select-room03 .room {
	padding: 0px 5px;
	width: 136px;
	float: left;
}
#select-room01 .room p,
#select-room02 .room p,
#select-room03 .room p {
	height: 30px;
	text-align: right;
	font-size: 10px;
}
#right {
	float: right;
	width: 280px;
}
#check {
	padding-bottom: 20px;
}
#check-left {
	float: left;
	width: 140px;
}
#check-left img {
	padding: 4px;
	border: 1px solid #522b72;
}
#check-right {
	float: left;
	width: 140px;
}
#check-right p {
	margin: 0px auto;
	padding-bottom: 10px;
	line-height: 1.4em;
	clear: both;
}
#check-right dl {
	line-height: 1.5em;
	width: 140px;
	font-weight: bold;
	padding-bottom: 10px;
}
#check-right dt {
	clear: both;
	float: left;
	width: 80px;
}
#check-right dd {
	float: left;
	width: 60px;
	font-size: 16px;
}
#check-right em {
	font-size: 10px;
	line-height: 1.2em;
}

#room-info {
	padding-bottom: 20px;
	clear: both;
}
#room-info dl {
	margin: 0px auto;
	line-height: 1.5em;
}
#room-info dt {
	background: #B79BCB;
	padding-left: 10px;
	font-weight: bold;
}
#room-info dd {
	padding-left: 10px;
	padding-bottom: 20px;
}
#room-info dd strong {
	background: #CCCCCC;
	display: block;
	width: 257px;
	padding: 0 0 0 5px;
	margin: 10px 0 0;
}
#room-info dd ul {
	padding: 0 0 0 20px;
	border: 1px solid #CCCCCC;
	width: 240px;
}
