﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	line-height: 140%;
	background-image: url(../images/background_f.jpg);
}

#container
{
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/back_container.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px 15px;
}

#header
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 780px;
}

#logo
{
	float: left;
	margin:0;
	padding:0px;
	width:260px;
	height: 100px;
}
#logo_r
{
	float: right;
	margin:0px;
	width: 520px;
	padding: 0px;
	height: 100px;
	background-image: url(../images/logo_r.jpg);
}
#us
{
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/under_shadow.jpg);
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#main {
	background-image: url(../images/back_main.jpg);
}
#photo
{
	padding: 0px;
	width: 100%;
	margin: 0px;
	text-align: center;
}
#flash
{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#mainContent
{
	margin:0px;
	width: 780px;
	padding: 0px;
}

#footer
{
	padding: 0;
	margin: 0px;
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	background-position: right bottom;
}
#footpath
{
	padding: 0;
	margin: 0px;
	background-image: url(../images/back_footpath.jpg);
	background-repeat: repeat-x;
	text-align: left;
	text-indent: 1em;
}
#footer_copy
{
	margin: 0;
	padding: 0px;
	text-align: right;
}
#footer a:link
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#path
{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.tx_main
{
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	width: 760px;
	margin-bottom: 0px;
}
.tx_mid
{
	width: 760px;
	margin-bottom: 10px;
}
.top_greeting
{
    float: left;
	width: 400px;
}
.gr_bg
{
    background: url(../images/greeting_bg.jpg) left top no-repeat;
	width: 400px;
	height: 170px;
}
.gr_bg p
{
    padding: 8px 10px 0px 10px;
	color: #FFFFFF;
}
.top_topics
{
    float: right;
}
.tp_bg
{
    background: url(../images/topics_bg.jpg) left top #1B1B1B no-repeat;
	width: 328px;
	height: 169px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.tp_bg li
{
    margin: 8px 0px 0px 5px;
	color: #FFFFFF;
	list-style-type: circle;
}
.bt_area
{
    width: 750px;
	padding: 0px 0px 0px 10px;
}

.top_bt
{
   margin: 0px;
   padding: 0px;
}

.top_bt li
{
    float: left;
	width: 240px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}


.tx_side
{
	padding: 0px;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 15px;
}

.tx_q
{
	font-weight: bold;
	color: #FF5890;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC3C3;
	border-bottom-color: #FFC3C3;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tx_a
{
	margin-left: 15px;
	width: 90%;
}
.tx_red
{
	color: #FF0000;
}
.tx_ora
{
	color: #FF6600;
}

.table {
	border: 3px double #CACAE2;
}

.table th {
	background-color: #DCDDED;
	color: #666666;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}
.table td {
	background-color: #FFFFFF;
	font-size: 11px;
}

.tableanother {
	border: 3px double #999999;
}
.tableanother td {
	font-size: 11px;
}

caption
{
	background-image: url(../images/back_tablehead.jpg);
	height: 15px;
	color: #FFFFFF;
	padding-top: 5px;
}


a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
	color: #0099FF;
}

a:active
{
	text-decoration: underline;
	color: #0099FF;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, #path
{
	margin-top:0px;
	margin-bottom:0px;
}

h1
{
	font-size: 90%;
	color: #FFFFFF;
	text-align: right;
	width: 95%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/back_h1.jpg);
	font-weight: normal;
	height: 24px;
}

h2{
	width : 474px;
	height:21px;
	font-size:12px;
	text-indent:1em;
	color:#CA3700;
	background-image:url(../images/back_h2.jpg);
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


h3{
	width : 473px;
	display : block;
	font-weight:bold;
	text-indent:0.5em;
	font-size:12px;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color:#cccccc;
	background-color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color:#CCCCCC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

address
{
	font-style: normal;
}

.l15
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

td img
{
	display: block;
}

img
{
	display: block;
}

.fltrt
{
	float: right;
	margin-right:0;
	margin-left: 0px;
}

.fltlft
{
	float: left;
	margin-left:0;
	margin-right: 0px;
}

.clearfloat
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.description
{
	font-size:10px;
	color:#aaaaaa;
}


hr
{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBCCD5;
	border-right-color: #F799AB;
	border-bottom-color: #F799AB;
	border-left-color: #FBCCD5;
}

.half_le
{
    float: left;
	width: 370px;
}
.half_ri
{
    float: right;
	width: 370px;
}
.half_ce
{
	width: 370px;
	margin: 0px 195px;
}
.half_le_large
{
    float: left;
	width: 500px;
}
.half_ri_small
{
    float: right;
	width: 240px;
}

#alacarte_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/alacarte_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#drink_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/drink_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#course_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/course_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#lunch_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/lunch_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#recommend_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/recommend_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#info_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/info_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#coupon_photo
{
	width: 780px;
	height: 120px;
	background: url(../images/coupon_mainvisual.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#alacarte_photo ul,
#drink_photo ul,
#course_photo ul,
#lunch_photo ul,
#recommend_photo ul,
#info_photo ul,
#coupon_photo ul
{
	list-style-type: none;
	position: absolute;
	left: 10px;
	top: 100px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#btm_ul
{
	list-style-type: none;
	width: 760px;
	margin: 0px;
	padding: 5px 0px;
	background-color: #333333;
}

#alacarte_photo ul li,
#drink_photo ul li,
#course_photo ul li,
#lunch_photo ul li,
#recommend_photo ul li,
#info_photo ul li,
#coupon_photo ul li,
#btm_ul li
{
	float: left;
	color: #FFFFFF;
}

#half_table
{
    width: 370px;
}
#half_table_red
{
    width: 340px;
}
#full_table_red
{
    width: 730px;
}
#half_l_table_red
{
    width: 470px;
}
#half_s_table_red
{
    width: 210px;
}

#half_table th,
#half_table_red th,
#full_table_red th,
#half_l_table_red th,
#half_s_table_red th
{
    font-size: 100%;
	text-align: left;
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}
#half_table th span,
#half_table_red th span,
#full_table_red th span,
#half_l_table_red th span,
#half_s_table_red th span
{
	font-weight: normal;
	text-align: left;
	color: #CCCCCC;
	padding-left: 10px;
	display: block;
}
#half_table td,
#half_table_red td,
#full_table_red td,
#half_l_table_red td,
#half_s_table_red td
{
    font-size: 100%;
	text-align: right;
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}
#half_table td.ti,
#half_table_red td.ti,
#full_table_red td.ti,
#half_l_table_red td.ti,
#half_s_table_red td.ti
{
    font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color:#CCCCCC;
	border: none;
}
#half_table .bn,
#half_table_red .bn,
#full_table_red .bn,
#half_l_table_red .bn,
#half_s_table_red .bn
{
	border: none;
}
#tx_redb
{
	color: #FF0000;
	font-weight: bold;
}
#half_table .bn2,
#half_table_red .bn2,
#full_table_red .bn2,
#half_l_table_red .bn2,
#half_s_table_red .bn2
{
	border: none;
	text-align: center;
	color: #CCC;
	font-weight: bold;
}
#half_table .bn3,
#half_table_red .bn3,
#full_table_red .bn3,
#half_l_table_red .bn3,
#half_s_table_red .bn3
{
	border: none;
	text-align: left;
}

#half_table .ac,
#half_table_red .ac,
#full_table_red .ac,
#half_l_table_red .ac,
#half_s_table_red .ac
{
	text-align: center;
}

.idt
{
    text-indent: -1em;
	padding-left: 1em;
}

.idt1_5
{
    text-indent: -1.5em;
	padding-left: 1.5em;
}
.idt3
{
    text-indent: -3em;
	padding-left: 3em;
}
.idt4
{
    text-indent: -4em;
	padding-left: 4em;
}

.if
{
    padding: 3px;
	background-color: #666666;
}

.coupon_bg
{
    width: 760px;
	height: 380px;
	background: url(../images/coupon_img_01.gif) left top no-repeat;
	position: relative;
}

.coupon_bg .c_01
{
    width: 550px;
	height: 90px;
	left: 20px;
	top: 100px;
	position: absolute;
}

.coupon_bg .c_01 p
{
    margin: 0px 0px 7px 0px;
	line-height: 120%;
}

.coupon_bg .c_02
{
    width: 300px;
	height: 50px;
	left: 40px;
	top: 210px;
	position: absolute;
}

.coupon_bg .c_03
{
    width: 380px;
	height: 150px;
	left: 370px;
	top: 210px;
	position: absolute;
}

#cmt
{
    color: #D59758;
	font-weight: normal;
}

.cmt2
{
    color: #D59758;
	font-weight: normal;
	text-indent: 1em;
}

.fwn
{
	font-weight: normal;
}

.flame_red
{
    border:1px solid #FF0000; 
	padding: 14px;
}
.flame_red730
{
    border:1px solid #FF0000; 
	padding: 14px;
	width: 730px;
}

.notice
{
    text-align: center;
	color: #FFF;
	margin-bottom: 50px;
}

.hot
{
    background: url(../images/hotimage_01.jpg) left center no-repeat;
	padding-left: 25px;
}
.hot2
{
    background: url(../images/hotimage_02.jpg) left center no-repeat;
	padding-left: 25px;
}
.slash
{
    background: url(../images/slash.jpg) left center no-repeat;
	padding-left: 25px;
	padding-top: 10px;
}

.mb10
{
    margin-bottom: 10px;
}