@charset "utf-8";
/* CSS Document */
/*各ページの中央コンテンツを個々に置く*/
/*メインのコンテンツです*/
/*レストランのページです*/
#slidebox{
	background-image:url(../image/restruntop.jpg);
	background-repeat:no-repeat
	}


#Content {
	border-top: 25px solid #333333;
	width: 830px;
	/*height:100%;*//*------100%は空のコンテンツでの天地一杯広げて確保-------*/
	height:700px;
	background: #fff;
	padding-bottom:30px;
	margin: 0 auto;/*overflow:hidden;*/
	position:relative;
	top:-50px;
	
}
/*	  全体を包むワンカラム（フッター除く）*/  
#OneColumnMain {
	width: 774px;
	height:auto;
/*		  background:yellow;
*/	  margin-top: 28px;
	margin-left: 28px;
	/*margin-bottom:40px;*/
}

/*	 赤べた白抜きロゴ*/  
#LogoHead{
	margin-bottom:28px;
	height:100px;
	}
#LogoHead p{
	font-size:12px;
	text-align:center;
	padding-top:10px;
	}	
/*１段目横長カラム*/
.Column01{
	width:774px;
	height:270px;
/*	background:aqua;
*/	}	
/*2段目横長カラム*/
.Column02{
	margin-top:15px;
	width:774px;
	height:200px;
	/*background:olive;*/
	}	


.Column01 .imgbox{
	width: 400px;
	height: 270px;
	/*background: gray;*/
	float: left;
	}
		
.migi{
	float:right;
	width:360px;
	height:270px;
	}	
.migi p{
	font-size: 10px;
	color: #333;
	line-height:1.8em
	}
.migi h2{
	padding-top:0.5em;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	}
.migi em{
	font-size:12px;
	background:pink;
	padding:0.2em 1em;

	}
/*高さ調整*/
/*.takasashousei{
	padding-top:20px;
	width:774px;
	height:80px;}*/
	/*background:olive;*/
	
		
.adustHeight{
	height:50px;
	width:830px;
	background:white;
	position:relative;
	top:89px;/*コンテントの高さです*/
	}	

