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

#slidebox{
	background-image:url(../image/yoyaku_top.jpg);
	background-repeat:no-repeat;
	}



#Content{
	border-top: 25px solid #333333;
	
	width: 830px;
	/*height:100%;*//*------100%は空のコンテンツでの天地一杯広げて確保-------*/
	height:1000px;
	
	background:white;
	margin:0 auto;
	position:relative;
	top:-50px;	
	
}
  #OneColumnMain{
	  width:774px;
	  height:980px;
	  /*overflow:hidden;*/
	  background:#fff;
	  margin-top:28px;
	  margin-left:28px;
	  }
.Column01{
	width:774px;
	height:260px;
	background:white;
	margin-bottom:28px;
	}
.annai{
	width:580px;
	height:260px;
	margin:0 auto;
	background:#eee;
	color:#666666;
	}
.annai h1{
	font-size: 14px;
	padding-bottom: 1em;
	border-bottom: thin dotted #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.annai p{
	font-size:12px;
	line-height:2.1em;
	}	
.Column02{
	width:774px;
	height:312px;
	/*background:yellow;*/
	margin-bottom:28px;

	}
#hidari{
	float:left;
	}
.tablebox{
	width:460px;
	height:312px;
	/*background:yellow;*/
	float:right;
	}


.tablebox caption{
	font-size:14px;
	color:#400000;
		padding:3px 0 5px;

}



.gaiyou{
	margin: 0;
	float: right;
	width: 460px;
	vertical-align: top;
	text-align: left;
/*	height: 120px;
*/}
.gaiyou td{
	font-size:12px;
	color:#333;
	
	}

	

.shisetsu{
	margin:0;
	padding:0;
	float:left;
	width: 460px;
}
.shisetsu td{
	font-size:12px;
	color:#333;
	}


	
		
	/*-------3段目用-------------*/
	
.goods{
	width:238px;
	height:300px;
	float:left;
	margin-right:30px;
	background:#fff;
	}
	
.card{
	width:238px;
	height:300px;
	float:right;
	background:#fff;
	}
.midashi{
	background:white;
	width:238px;
	height:45px;
	color:linen;
	margin-bottom:10px;
	}
.midashi h1{
	font-size:12px;
	color:#660000;
	}
.midashi p{
	font-size:10px;
	color:#666666;
	}			
.inner{
	
	widrh:238px;
	/*height:215px;*/
	background:white;
	}	
.inner p{
	font-size:10px;
	color:#003366;
	}

.inner img{
	float:right;
	}
.adustHeight{
	height:50px;
	width:830px;
	background:white;
	position:relative;
	top:-8px;/*コンテントの高さです*/
	}

	
	
