@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*Win Firefox用*/
:focus {
    ?moz-outline-style: none;
}
/*Mac Firefox用*/
a {
    outline: none;
 }
img {
	border:0;
} 
.subttl {
	background-image: url(../images/sub-ttl.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 15px;
	text-indent: -999em;
}
#wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3A3316;
	background-repeat: repeat-y;
	background-image: url(../images/background.jpg);
}
#sub-txt {
	background-image: url(../images/subtxt.jpg);
	height: 15px;
	width: 750px;
	text-indent: -999em;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 750px;
	clear: both;
	background-position: bottom;
	font-size: 9px;
}
#navi {
	float: right;
	width: 400px;
	height: 53px;
}
#logo {
	float: left;
	height: 53px;
	width: 166px;
}
#navi ul {
	height: 39px;
	width: 400px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi li {
	float: left;
}
#sub-txt {
	width: 750px;
	height: 17px;
	overflow: hidden;
	float: left;
	clear: both;
	background-image: url(../images/subtxt.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
#food-menu {
	background-image: url(../images/manu.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 91px;
	display: block;
	text-indent: -999em;
}
#about-shop {
	background-image: url(../images/shop.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 39px;
	width: 70px;
}
#shop {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 39px;
	width: 104px;
}
#inquiry {
	background-image: url(../images/inquiry.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 93px;
	text-indent: -999em;
	display: block;
}
.clear {
	clear: both;
}

#contents {
    clear: both;
	overflow: hidden;
}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
	overflow: visible;
}
/**/

body {
	background-color: #F5E8BC;
}
.font-16px {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #856A4B;
	text-decoration: none;
}

