@charset "utf-8";
	
/*======================================

	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/*======================================

	Reset

=======================================*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,em {
   margin:0;
   padding:0;
   font-style:normal;
   list-style:none;
   list-style-type:none;
}

img {
	border:none;
}

/* 文字間を綺麗に詰める場合の設定は下記をお使い下さい
	text-align:justify;
	text-justify: istribute;
*/

/*======================================

	Body

=======================================*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#666666;
	line-height:140%;
	background:url(../common/bg.jpg) repeat 0 0;
}

/*======================================

	Container

=======================================*/

div#container {
	width:auto;
	height:auto;
	text-align:center;
	margin:0 auto;
}

.left {
	background:url(../common/bg_left.jpg) repeat-y 0 0;
	width:13px;
	height:auto;
}

.right {
	background:url(../common/bg_right.jpg) repeat-y 0 0;
	width:13px;
	height:auto;
}
/*======================================

	All Parts

=======================================*/

.none {
	display:none;
}

.mt_small {
	margin-top:5px;
}

.mt_normal {
	margin-top:10px;
}

.mt_large {
	margin-top:20px;
}

.mb_normal {
	margin-bottom:10px;
}

.mr_normal {
	margin-right:15px;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.img_right {
	float:right;
	margin:0 0 20px 10px;
}

.img_left {
	float:left;
	margin:8px 10px 20px 0;
}

.clr {
	clear:both;
}

.mr_large {
	margin-right:15px;
	text-align:right;
}

.mr_large2 {
	margin-right:15px;
	margin-top:15px;
	text-align:right;
	clear:both;
}

.mb8 {
	margin-bottom:8px;
}
/*======================================

	Txt

=======================================*/
.txt10_9 {
	font-size:10px;
	color:#999999;
}

.orange16 {
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
}

.orange12 {
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
}

.red11 {
	color:#FF0000;
	font-size:11px;
}

.txt10_r {
	font-size:10px;
	color:#666666;
	text-align:right;
}

/*======================================

	Header

=======================================*/

div#header {
}

.disp {
	background:url(../common/top_bg.jpg) no-repeat 0 0;
	width:900px;
	height:19px;
}

html > body .disp {
	height:20px;
}

/*======================================

	Contents

=======================================*/

.contents {
	width:926px;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}

/*======================================

	Left navi

=======================================*/

div#left_navi {

}

/*======================================

	Main Navi

=======================================*/

div#mnavi {

}

/*======================================

	Main

=======================================*/

div#main {
	width:900px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:center;
	color:#666666;
}

.sec_bg {
	background: url(../img/cuisine/cuisine_bot.jpg) bottom no-repeat;
	width:900px;
	height:auto;
	padding-bottom:42px;
	margin:0 auto;
	text-align:center;
}

.table {
	margin:0 auto;
	text-align:center;
	font-size:12px;
}


.table_inner {
	margin:0 auto;
	text-align:left;
	font-size:12px;
}

/*======================================

	recommendation
	
=======================================*/

/*======================================

	feast
	
=======================================*/
.feast_top {
}

.feast_bottom {
	background:url(../img/feast/bot_bg.jpg) no-repeat bottom;
	width:826px;
	height:auto;
	padding-bottom:23px;
	font-size:14px;
	color:#666666;
	margin:0 auto;
}

.feast_bottom:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .feast_bottom {
    height: 1em;
    overflow: visible;
}
/**/

.feast_l {
	float:left;
	width:345px;
	height:auto;
	margin-left:44px;
	text-align:left;
}

.feast_r {
	float:left;
	width:350px;
	height:auto;
	text-align:left;
}

/*======================================

	cuisine
	
=======================================*/
h2.sec {
	margin:0;
}

/*======================================

	access
	
=======================================*/
.access {
	background:url(../img/access/address_bg2.jpg) center bottom;
	width:329px;
	height:auto;
	padding:0 15px 25px 41px;
	text-align:left;
	font-size:12px;
}

html > body .access {
	width:273px;
}

:root .access {
	background:url(../img/access/address_bg2.jpg) 1px bottom;
}

/*======================================

	Top Page

=======================================*/

div#top_inner {
	background:url(../img/top/top_bg.jpg) no-repeat 0 0;
	width:900px;
	height:164px;
	padding:16px 10px 15px 10px;
	margin:0 auto;
}

html > body div#top_inner {
	width:880px;
	height:133px;
}

div#top_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#top_inner {
    height: 1em;
    overflow: visible;
}
/**/

.top_l {
	float:left;
	width:340px;
	height:auto;
	text-align:center;
}

.what {
	overflow:auto;
	width:300px;
	height:96px;
	margin:0 auto;
	text-align:left;
	color:#666666;
}

.what dl {
}

.what dt {
	background:url(../img/top/list.jpg) no-repeat 0 5px;
	width:8px;
	height:8px;
	padding-left:12px;
	padding-bottom:6px;
}

html > body .what dt {
	background:url(../img/top/list.jpg) no-repeat 0 4px;
}

.what dd {
	padding-left:10px;
	padding-bottom:10px;
}


.top_r {
	float:left;
	width:515px;
	height:auto;
	margin-left:22px;
}

h2 {
	margin-bottom:10px;
}
/*======================================

	Footer

=======================================*/

div#footer {
	clear:both;
	background: url(../common/bottom_bg.jpg) no-repeat center;
	width:926px;
	height:80px;
	padding-top:26px;
	text-align:center;
	margin:0 auto;
}

html > body div#footer {
	height:54px;
}

