@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	line-height:1.4;
}
body{
	font-size:13px;
	background-color:#000;
	/*text-align:center;*//*IE6以下用CSSハック*/
}
#wrapper{
	width:700px;
	background-color:#fff;
	margin:0 auto;
	text-align:left;
}
img{
	border-style:none;
	vertical-align:bottom;/*隙間を埋めるCSSハック*/
}
a{
	outline:none;		
}
#head{
	width:700px;
	height:190px;
}
h1{
	width:700px;
	height:20px;
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FF0;
	text-indent:20px;
	line-height:20px;
}
#navi{
	width:700px;
	height:30px;
}
#navi li{
	float:left;
	list-style-type:none;
}
#left{
	width:250px;
	height:520px;
	margin:10px;
	float:left;
	display:inline;	
}
#right{
	width:420px;
	margin:10px 10px 10px 0px;
	float:right;
	display:inline;
}
h2{
	margin-bottom:10px;
}
.down{
	margin-top:10px;
}
.food{
	float:left;
	margin-right:10px;
}

#foot{
	width:700px;
	height:75px;
	text-align:center;
	clear:both;
	background-image:url(imgs/foot.jpg);
}
address{
	font:normal bold 13px /75px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}