* {margin:0;padding:0;}
body{
	background:#cf9;
}
#all{
	width:720px;
	margin-left:100px;
}
#head{
	width:720px;
	background:#030;
	color:#cf9;
}
#main{
	width:720px;
	height:550px;
	background:#fff url("http://www.saihoku.net/shop/gurume/images/bg_2.jpg") no-repeat bottom left;
	color:#030;
}
#menu ul{list-style: none;padding:0;}
#menu ul li{margin:0;padding:0;display:block;float:left;}
#menu ul li a:link, #menu ul li a:visited{
	width: 120px;
	height: 40px;
	padding:0;margin: 0;
	text-decoration: none;
	display:block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 50px;
	color:#fff;
}
#menu ul li a:active, #menu ul li a:hover{
	color:#ff4500;
}
#menu ul li.m1{background:url("http://www.saihoku.net/shop/gurume/images/menu_top.gif") no-repeat;}
#menu ul li.m2{background:url("http://www.saihoku.net/shop/gurume/images/menu_lunch.gif") no-repeat;}
#menu ul li.m3{background:url("http://www.saihoku.net/shop/gurume/images/menu_dinner.gif") no-repeat;}
#menu ul li.m4{background:url("http://www.saihoku.net/shop/gurume/images/menu_reservation.gif") no-repeat;}
#menu ul li.m5{background:url("http://www.saihoku.net/shop/gurume/images/menu_access.gif") no-repeat;}
#menu ul li.m6{background:url("http://www.saihoku.net/shop/gurume/images/menu_drink.gif") no-repeat;}

#info{
	width:350px;
	padding:80px 0 0 20px;
	font-size:90%;
	line-height:150%;
}
#info h2{font-size:100%;font-weight:normal;color:#f00;}
#info ul{list-style:square;}
#info ul li a:link, #info ul li a:visited{
	color:#030;
	text-decoration:none;
}
#info ul li a:active, #info ul li a:hover{
	color:#f60;
	text-decoration:underline;
}
#hour{
	width:250px;
	padding:10px 20px;
	margin:20px;
	font-size:90%;
	border:1px dashed #ff0;
	float:right;
}
#hour ul{list-style:none;}
#hour dd{padding-left:20px;}

#footer{
	width:720px;
	padding:10px 0;
	font-size:85%;
	background:#030;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}