@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:80%;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#323232;
	line-height:1.4em;
        background:url(../img/bg.jpg) repeat-y 50% 50%;
}

table{
	padding:0px;
	margin:0px;
	font-size:100%;
}
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}
p {
	padding:0px;
	margin:0px;
}
ul , dl , ol{
	padding:0px;
	margin:0px;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
form {
	padding:0px;
	margin:0px;
}
object,
embed {
	vertical-align: top;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
}
a:hover *{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	text-decoration:underline;
}


a:active {
	text-decoration: none;
}
.cl{
	clear:left;
}
.clr{
	clear:right;
}
.clb{
	clear:both;
}
.red{
	font-weight:bold;
	color:red;
}
.del{
	height:1px;
	text-indent:-9999px;
	overflow:hidden;
}
.ex{
	font-size:90%;
	color:#505050;
}
.err{
	background-color:#ffe6e6;
	font-size:120%;
	font-weight:bold;
}
.text_right{
	text-align: right;
	margin-right:15px;
}
.box{
	width:650px;
	margin:auto;
	background:url(../img/box_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
.box h2,
.box h2 a{
	width:650px;
	height:80px;
	background-position:0 bottom;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}

/************************************/
/*  ヘッダー
/************************************/

#head{
	width:940px;
	margin:auto;
	text-align:center;
}
#head h1 a{
	width:940px;
	height:240px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}

#head .top h1 a{
	background:url(../img/photo/p4.jpg);
}
#head .shop h1 a{
	background:url(../img/shop.jpg);
}
#head .menu h1 a{
	background:url(../img/menu.jpg);
}

#head .update h1 a{
	background:url(../img/update.jpg);
}
#head .coupon h1 a{
	background:url(../img/coupon.jpg);
}


/************************************/
/*  ナビ
/************************************/

#navi{
	width:940px;
	height:100px;
	margin:auto;
	background:url(../img/navi_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
#navi ul{
	text-align:left;
	text-indent:-9999px;
	list-style:none;

}
#navi li{
	float:left;
}
#navi a {
	width:80px;
	height:100px;
	background-position:0 0;
	background-repeat:no-repeat;
	display: block;
}
#navi a:hover {
	background-position:-80px 0;
}
#navi a.now {
	background-position:-80px 0;
}

.navi1 a{
	background-image:url(../img/menu/001.gif);
}
.navi2 a{
	background-image:url(../img/menu/002.gif);
}
.navi3 a{
	background-image:url(../img/menu/003.gif);
}
.navi4 a{
	background-image:url(../img/menu/004.gif);
}


/************************************/
/*  メイン
/************************************/
#main{
	width:950px;
	margin:0px auto;
	text-align:left;
	clear:left;
}


/************************************/
/*  右
/************************************/
#right{
	width:260px;
	margin-right:5px;
	margin-top:30px;
	float:right;
	margin-bottom:50px;
	text-align:left;
}

.right_teba a{
	width:250px;
	height:300px;
	background:url(../img/right_teba.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	border:1px solid #643200;
}

.right_hiru{
	width:250px;
	height:300px;
	margin-top:15px;
	background:url(../img/right_hiru.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:1px solid #643200;
}
.right_m h2 a{
	width:250px;
	height:35px;
	margin-top:15px;
	background:url(../img/right_m.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
.right_m h2 a:hover {
	background-position:-250px 0;
}

.right_m img{
	margin:7px 10px 5px 10px;
	float:left;
}
.right_m p{
	margin:7px 10px 5px 0px;
}
.right_m div{
	margin:5px 10px 5px 10px;
	clear:left;
	color:#966400;
}

.right_shop h2 a{
	width:250px;
	height:35px;
	margin-top:15px;
	background:url(../img/right_shop.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
}
.right_shop h2 a:hover {
	background-position:-250px 0;
}
.right_shop img {
	margin:10px;
}
.right_shop ul {
	margin:0px 10px;
	list-style:none;
}
.right_shop li {
	margin-top:3px;
	padding-bottom:3px;
}
.right_shop .add {
	padding-left:20px;
	background:url(../img/right_add.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border-bottom:1px dotted #643200;
}
.right_shop .hour{
	padding-left:20px;
	background:url(../img/right_hour.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.right_shop .tel{
	width:230px;
	height:60px;
	margin-top:10px;
	padding-left:20px;
	background:url(../img/right_tel.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.right_link h2{
	width:250px;
	height:35px;
	margin-top:25px;
	background:url(../img/right_link.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.right_link ul{
	list-style:none;
	margin:15px 10px;
}
.right_link ul img{
	margin:0px 0px 3px 0px;
	border:1px solid #643200;
}
.right_tw h2{
	width:250px;
	height:35px;
	margin-top:25px;
	background:url(../img/right_tw.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.right_tw_in{
	margin:15px 0 0 10px;
}

/************************************/
/*  左
/************************************/
#left{
	width:670px;
	margin-left:5px;
	margin-bottom:50px;
	float:left;
}
/************************************/
/*  トップページ
/************************************/

.t111126{
	margin-bottom:40px;
	margin-top:40px;
}

.t111126 h2{
	height:638px;
	background:url(../img/111126_bg.jpg);
	background-repeat:no-repeat;
}
.t111126_in{
	width:350px;
	margin:-608px 30px 0px 80px;
	overflow:hidden;
}
.t111126_in h3{
	padding-left:15px;
	background:url(../img/list.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	color:#800026;
	font-size:150%;
	font-style: italic;
}
.t111126_in h4{
	margin:7px 0px 3px 0px;
	padding-left:15px;
	color:#643200;
	font-size:130%;
	font-style: italic;
}
.t111126_in ul{
	margin:5px 0px 10px 30px;
}
.t111126_in ul li{
	border-bottom:1px dotted #C5AA62;
}
.t111126_in p{
	margin:7px 0px 3px 15px;
}

/************************************/
/*  新着情報
/************************************/
.topics{
	margin-top:20px;
	margin-bottom:40px;
	text-align:left;
}
.topics h2 ,
.topics h2 a{
	background:url(../img/new_title.gif);
}
.topics h2 a:hover {
	background-position:-650px 0;
}

.topics dl{
	margin:-40px 0px 0px 80px;
}
.topics dt{
	padding-left:25px;
	background:url(../img/new_icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.topics dd{
	padding-bottom:15px;
	margin:8px 60px 25px 8px;
	background:url(../img/line.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
}
.topics dd h3{
	margin-bottom:8px;
	font-size:130%;
	font-style: italic;
	color:#643200;
}
.topics .img{
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
	padding:2px;
	margin-right:15px;
	margin-bottom:5px;
	background:#fff;
}


/************************************/
/*  トップページ
/************************************/
.top_001{
	margin-bottom:40px;
}

.top_001 h2{
	height:350px;
	background:url(../img/torinchu_title.gif);
}
.top_001_in{
	margin:-310px 60px 0px 80px;
	font-weight:bold;
}
.top_001_in img{
	margin:15px 10px 0px 10px;
}
.top_001_in h3{
	margin-bottom:10px;
	font-size:130%;
	font-style: italic;
	color:#643200;
}
.top_001_in p{
	margin:0px 0px 0px 10px;
}


.top_002 h2{
	background:url(../img/top_lunch.gif);
}
.top_002_in{
	margin:-40px 30px 0px 80px;
	overflow:hidden;
}

.top_002 ul{
	width:180px;
	float:left;
	list-style:none;
}
.top_002 h3{
	padding:0px 5px 8px 5px;
	font-size:130%;
	font-style: italic;
	color:#643200;
	background:url(../img/top_lunch_line.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
}
.top_002 .com{
	margin:5px 7px;
	font-weight:bold;
}
.top_002 .pri{
	margin-right:15px;
	font-size:120%;
	font-weight:bold;
	color:red;
	text-align:right;
	text-decoration:underline;
}
.top_002 ul li p{
	margin:2px 0px 2px 0px;
	font-weight:normal;
}
.top_002_in2{
	width:350px;
	height:75px;
	margin:0px 0px 0px 20px;
	background:url(../img/top_lunch_bg.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
	text-indent:-9999px;
	clear:left;
}


/************************************/
/*  メニュー
/************************************/

.osusume{
	margin-top:20px;
}
.osusume h2{
	background:url(../img/osusume_title.gif);
}
.osusume_in{
	margin:-60px 30px 0px 80px;
	overflow:hidden;
}

.osusume ul{
	width:260px;
	margin:20px 10px 0px 0px;
	float:left;
	list-style:none;
}
.osusume h3{
	padding:0px 5px 8px 5px;
	font-size:130%;
	font-style: italic;
	color:#643200;
	background:url(../img/osusume_line.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
}
.osusume .com{
	margin:5px 7px;
}
.osusume .pri{
	margin-right:15px;
	font-size:120%;
	font-weight:bold;
	color:red;
	text-align:right;
	text-decoration:underline;
}
.osusume_in2{
	width:400px;
	height:75px;
	margin:0px 0px 0px 20px;
	background:url(../img/osusume_bg.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
	text-indent:-9999px;
	clear:left;
}

.couse{
	margin-top:40px;
}
.couse h2{
	height:638px;
	background:url(../img/couse_title.jpg);
}
.couse_in{
	width:350px;
	margin:-608px 30px 0px 80px;
	overflow:hidden;
}
.couse_in h3{
	padding-left:15px;
	background:url(../img/list.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	color:#800026;
	font-size:150%;
	font-style: italic;
}
.couse_in h4{
	margin:7px 0px 3px 0px;
	padding-left:15px;
	color:#643200;
	font-size:130%;
	font-style: italic;
}
.couse_in ul{
	margin:5px 0px 10px 30px;
}
.couse_in ul li{
	border-bottom:1px dotted #C5AA62;
}


/************************************/
/*  店舗案内
/************************************/
.shop_page{
	margin-top:20px;
	margin-bottom:40px;
	text-align:left;
}
.shop_page h2{
	background:url(../img/shop_title.gif);
}
.shop_page_in{
	margin:-40px 30px 0px 80px;
}

.shop_page_in h3,
.kodawari_in h3,
.jikosyoukai_in h3{
	margin-bottom:15px;
	font-size:130%;
	font-style: italic;
	color:#643200;
}
.shop_page_in p{
	margin:0px 0px 0px 10px;
}
.shop_page_in img{
	margin:15px 0px 0px 10px;
}



.kodawari h2{
	background:url(../img/kodawari_title.gif);
}
.kodawari_in{
	margin:-40px 30px 35px 80px;
}
.kodawari p{
	margin:0px 0px 0px 10px;
}

.shop_page2 h2{
	background:url(../img/shop2_title.gif);
}
.shop_page2_in{
	margin:-40px 30px 0px 80px;
}

.shop_page2 ul{
	background:url(../img/shop2_in.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	list-style:none;
	font-weight:bold;
}
.shop_page2 li {
	margin-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #643200;
}
.shop_page2 .add {
	padding-left:20px;
	background:url(../img/right_add.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.shop_page2 .hour{
	padding-left:20px;
	background:url(../img/right_hour.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.shop_page2 .tel{
	width:230px;
	height:60px;
	margin-top:10px;
	padding-left:20px;
	background:url(../img/right_tel.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.jikosyoukai h2{
	background:url(../img/jikosyoukai_title.gif);
}
.jikosyoukai_in{
	margin:-40px 30px 20px 80px;
	background:url(../img/jikosyoukai.gif);
	background-position:right 0;
	background-repeat:no-repeat;
}
.jikosyoukai_in ul{
	width:250px;
	margin:0px 0px 0px 10px;
	list-style:none;
}
.jikosyoukai_in li{
	padding:0px 0px 5px 15px;
	margin-top:5px;
	background:url(../img/list.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	color:#800026;
	font-size:120%;
	font-weight:bold;
	font-style: italic;
	border-bottom:1px dotted #643200;
}
.jikosyoukai_in p{
	width:300px;
	margin:10px 0px 0px 5px;
}

/************************************/
/*  地図
/************************************/
#Map{
	margin:15px 0px 0px 20px;
	width:500px;
	height:400px;
}


/************************************/
/*  クーポン
/************************************/
.coupon_page{
	margin-top:20px;
	margin-bottom:50px;
	text-align:left;
}
.coupon_page h2{
	background:url(../img/coupon/title.gif);
}
.coupon_page2 h2{
	background:url(../img/coupon/title2.gif);
}
.coupon_page3 h2{
	background:url(../img/coupon/title3.gif);
}
.coupon_in{
	width:525px;
	height:167px;
	padding:1px;
	margin:-30px 30px 50px 80px;
	overflow:hidden;
	border:1px solid #643200;
}
.coupon_in p{
	margin:-40px 0 0 17px;
	color:#fff;
}
.coupon_in2{
	width:525px;
	padding:1px;
	margin:-30px 30px 0px 80px;
	overflow:hidden;
	border:1px solid #643200;
}
/************************************/
/*  Page        　　                */
/************************************/

.Page {
	margin:15px auto 15px auto;
	text-align:center;
}

.Page a{
	margin:0px 1px;
	padding:5px 10px;
	border-style:solid;
	border-color:#321414;
	border-width:1px;
	background-color:#ffffff;
}
.Page a:hover{
	background-color:#EBDCB4;
	text-decoration:none;
}
.page_now{
	margin:0px 1px;
	padding:5px 10px;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	background-color:#B48246;
	font-weight:bold;
	color:#fff;
}
/************************************/
/*  フッター
/************************************/
.page_top{
	width:940px;
	margin:auto;
	clear:both;
}
.page_top a {
	width:28px;
	height:29px;
	float:right;
	margin:10px 15px 15px 0px;
	background-image:url(../img/page_top.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	display: block;
	text-indent:-9999px;
}
.page_top a:hover {
	background-position:-28px 0;
}


#footer{
	width:940px;
	height:150px;
	margin:auto;
	background:url(../img/foot.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:left;
	clear:right;
}
#footer ul{
	padding:35px 20px 0px 430px;
	list-style:none;
}
#footer li{
	display:inline;
	padding: 0px 0.8em 0px;
	border-right: 1px #ccc solid;
}
#footer li a:link ,
#footer li a:visited ,
#footer li a:hover ,
#footer li a:active {
	color:#fff;
}
#footer .f_menu_last{
	border-right: none;
}
