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

#Content{
	width: 830px;
	height:auto;/*------100%は空のコンテンツでの天地一杯広げて確保-------*/
	/*height:700px;*/
	border-top: 25px solid #333333;	
	height:650px;;
	background:#fff;
		margin:0 auto;
position:relative;
	top: -50px;
	}	


#leftContents{
	width:580px;
	height:580px;
	background:url(../image/ContentsBackGif.gif);
	background-repeat:no-repeat;
	/*背景に立て「宿泊ご予約」を入れてます*/
	float:left;
	/*background:yellow;*/
	margin-top:28px;
	margin-left:28px;
	/*margin-bottom:60px;*/
	}
	
	
.form{
	font-size: 12px;
	color:#fff;



	width:520px;
	/*	margin-top: 28px;
*/	margin-bottom: 15px;
	margin-left: 60px;
	margin-bottom:40px;
	border: thin solid #666;
	/*背景を見せるため左を空けてます*/
	}

/*フォームのベースTD*/	
.tdbg{
	background:#033;
	width:520px;
	margin-left:auto;
	margin-right:auto;
/*	overflow:hidden;
*/
	}
	 
/*[送信検索]文字*/
.shousin{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 516px;
	height: 12px;
	margin: 0 auto;
	margin-bottom:10px;
	background-color: #fff;
	text-align: center;	
	
	
  }

/*広告用画像*/



/*広告テキスト「早割28」*/
.baner{
	width:520px;
	background:666;
	margin-left: 60px;
	margin-bottom:15px;
	
	
	}
.banner img{
	display:block;
	padding-bottom:15px;
	}	



	
#Osusume_touroku{
	float:right;
	width:520px;
	height:46px;
	background:#CCC;
	margin-bottom:15px;
	}
	
#Osusume_touroku img{
	display:block;
	float:left;
	margin:0;
	padding:0;
}




#odenwa_dai{
	width: 520px;
	height: auto;
	margin-left: 60px;
	margin-bottom: 15px;
	background-color: #CFC;
	display: block;
	}



/*メインの中右コンテンツ*/
#rightContents{
	float:right;
	width:154px;
	height:300px;
	margin-top:28px;
	margin-right:28px;

	/*background:#CFC;*/
	}
	
/*お電話省*/
#odennwa_shou{
	background:#eee;
	margin-bottom:10px;
	}	
	
.Wi-Fi{
	float:right;
	width: 154px;
	font-size: 18px;
	font-weight: bold;
	background-color: #d7c785;
	padding: 5px 0;
	text-align: center;
	line-height:1.2em;
	}

/*高さ調整方法がhome　index.htmlとは大きく違います。*/
.adustHeight{
	height:50px;
	width:830px;
	background:white;
	position:relative;
	top:650px;/*コンテントの高さです*/
	}