@charset "UTF-8";
body {
	width: 850px;
	margin:0px auto;
	padding:0px;
	font-size:small;
	line-height:1.3em;
	color:#492C12;
	border: thin solid #492C12;
}

img {
	border:0px;
}

#top {
	width: 850px;
	height: 900px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
}

#new {
	position:relative;
	top:600px;
	left:102px;
	width:370px;
	float:left; 
}

#new ul {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

#new li {
	margin: 0;
	border-top-style: dotted;
	border-top-color: #D1C3AC;
	border-top-width: medium;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	width: 850px;
	height: 144px;
	background-image: url(img/footer_bg.jpg);
}

#footer_txt{
	width: 850px;
	position: relative;
	top: 100px;
	font-size:x-small;
}

#footer_txt a:link {
	color: #492C12;
	text-decoration: none;
}

#footer_txt a:visited {
	color: #492C12;
	text-decoration: none;
}

#footer_txt a:hover {
	color: #492C12;
	text-decoration: underline;
}

#footer_txt a:active {
	color: #FF0000;
	text-decoration: underline;
}

#banner {
	position:relative;
	top:500px;
	left:140px;
	width:281px;
	float:left; 
}

#concept {
	width: 850px;
	background-image: url(img/concept_bg.jpg);
	background-repeat: no-repeat;
}

#to_top {
	position:relative;
	top:44px;
	left:551px;
	width:194px;
	height: 32px;
}

#contents {
	position:relative;
	top:180px;
	left:96px;
	width:472px;
	color: #000000;
	line-height: 1.7em;
	margin-bottom: 150px;
	float:left; 
}

#contents h1 {
	margin:0px;
	padding:0px;
}

#contents h2 {
	color: #492C12;
	background-image: url(img/r_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 20px 0px;
	padding: 0 0 0 15px;
	font-size: 1.4em;
}

#contents p {
	padding-left: 14px;
}

#shop {
	width: 850px;
	background-image: url(img/shop_bg.jpg);
	background-repeat: no-repeat;
}

#shop h1 {
	margin:0px;
	padding:0 0 20px 0;
}

#shop p {
	line-height: 2em;
}

#c-menu {
	width: 850px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
}

.menu-b {
	margin-bottom: 20px;
	margin-left: 50px;
}

#contact {
	width: 850px;
	background-image: url(img/contact_bg.jpg);
	background-repeat: no-repeat;
}

#reserve {
	width: 850px;
	background-image: url(img/reserve_bg.jpg);
	background-repeat: no-repeat;
}

#reserve h1 {
	font-size: large;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 40px
}

#reserve h2 {
	margin-top: 40px
}

#left_banner {
	position:relative;
	top:350px;
	left:50px;
	width:180px;
	float:left; 
}



/* ���̎w��
------------------------------------------------------------------------------------- */

.f-bold {
	font-weight: bolder;
}

.f-xs {
	font-size: x-small;
}

.f-xxs {
	font-size: xx-small;
	margin-left: 30px;
}

.f-m {
	font-size: medium;
}

.f-m2 {
	font-size: medium;
	background-color: #FFF5DA;
}

.f-black {
	color: #000000;
}

.back-yellow {
	background-color: #FFF5DA;
	width: 450px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.menu-title {
	font-size: x-large;
	color: #492C12;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #492C12;
	margin-top: 50px;
	padding: 5px 0 5px 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #492C12;
	width: 90%;
}

.menu-txt {
	font-size: small;
	line-height: 1.2em;
	margin-left: 14px;
	color: #492C12;
}

