@charset "utf-8";
/* CSS Document */
/*メインの中左コンテンツ*/
/*各ページの中央コンテンツのお個々に置く*/
/*メインのコンテンツです*/
/*ゲストルームのページです*/


/*トップ画面は背景に置く*/
#slidebox {
	width: 1127px;
	height: 374px;
	background-image: url(../image/guwestroomtop.jpg);
	background-repeat: no-repeat;
}
#Content {
	width: 830px;
	height:1000px;/*------100%は空のコンテンツでの天地一杯広げて確保-------*/
	border-top: 25px solid #333333;
	margin: 0 auto;
		position:relative;
	top: -50px;
	background:white;
}
/*	 ページ内容をワンカラムでくるむ*/
#OneColumnMain {
	width: 800px;
	/*height: auto;*/
	background:white;
	margin-left: 28px;
	margin-top: 28px;
}
/*客室タイプご案内*/
#rooms {
	width:774px;
	height:800px;
	background:white;
}
#rooms h1 {
 font-size:14px;
	color: #300;
}
#rooms h2 {
	color: #FF6633;
	font: bold 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#rooms h3 {
	font-size: 12px;
}
.roombox {
	float: left;
	background: white;
	width: 246px;
	height: 200px;
	margin-top: 20px;
	margin-right: 18px;
	overflow: hidden;
}
/*最後ルームボックスはライトマージンを取れないため別途用意*/
.roomboxlust {
	float: left;
	background: white;
	width: 246px;
	height: 200px;
	margin-top: 20px;
	overflow: hidden;
}
/*分煙*/
.bunen {
	float: left;
	width: 240px;
	height: 158px;
	margin-top: 20px;
	overflow: hidden;
	background-color:#eee;
	border: thin solid #666;
}
.bunen img {
	padding-top: 5px;
	padding-left: 5px;
}
.bunen h3 {
	font-size:11px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	line-height:1.5em;
}
/*設備--ルームを参考にする*/
#setsubi {
	width: 774px;
	/*	height: 300px;
*/	background: #fff;
	padding-top: 20px;
	overflow: hidden;
}
#setsubi h1 {
	font-size: 14px;
	color: #300;
	line-height: 1.6em;
}
#setsubi .inner {
	/*width:644px;*/
	height: auto;
	margin: 10px 50px 0 50px;
	font-size: 12px;
	background: #FFF;
}
#setsubi .inner2 {
	width: 380px;
	height: 130px;
	;
	margin-left: 50px;
	/*	margin-right: 50px;
*/	font-size: 12px;
	/*background: yellow;*/
}
#setsubi .inner img {
	float: left;
	margin-top: 10px;
	margin-right: 10PX;/*イメージの右側に10px、テキストの左側に空白出来た*/
}
#setsubi .inner2 img.amenity {
	float: left;
	margin-top: 0px;
	margin-right: 10PX;/*イメージの右側に10px、テキストの左側に空白出来た*/
}
#img2box {
	float: left;
	width: 296px;
	height: 136px;
	background: white;
	position: relative;
	right: -300px;
	bottom: 0px;
	border: thin solid #666;
	top: -130px;
	}
	#img2box p,h1{
		padding-left:1em;
		font-size:10px;
		}

#setsubi .inner2 img.clift {
	margin-top: 0px;
}
#setsubi .inner h1 {
	margin-top: 10px;
}
/*高さ調整方法がhome　index.htmlとは大きく違います。*/
.adustHeight{
	height:50px;
	width:830px;
	background:white;
	position:relative;
	top:172px;/*コンテントの高さです*/
	}