@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {	outline:none;	}

img {	vertical-align:top;	}



/* ===============================================
 common
 =============================================== */
 
body {
	background: #000000 url(../image/common/body_bg.jpg) repeat-x;
}
 
 
div#container {
	background: #000000 url(../image/common/container_bg.jpg) repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
 
 
div#wrapper {
	width: 800px;
}
 
/*---- header ----*/
div#header {
}

/*---- contents ----*/
div#contents {
	padding-top: 10px;
}

/*---- header link ----*/
div#header_link {
	clear: both;
	width: 800px;
	background: url(../image/common/footer_bg.gif);
	height: 40px;
	margin-top: 15px;
} 


div#header_link h2 {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 40px;
	color: #6E8794;
	font-size: 10px;
	line-height: 100%;
}

div#header_link h2 a {
	color: #6E8794;
}

div#header_link ul {
	list-style: none;
	padding-top: 15px;
	padding-left: 15px;
}

div#header_link li {
	padding-left: 15px;
	font-size: 11px;
	line-height: 100%;
	float: left;
}

div#header_link li a,
div#header_link li a:link,
div#header_link li a:visited{
	color: #FAEC8F;
	text-decoration: none;
	padding-top: 2px;
	display: block;
}

div#header_link li a:hover{
	text-decoration: underline;
}

 
/*---- main ----*/
div#main {
	float: left;
	border: 10px solid #CCCCCC;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 550px;
	min-height: auto;
}
*:first-child+html div#main {
	min-height: 435px;
}

/*---- side ----*/
div#side {
	float: right;
	width: 210px;
	background: #FFFFFF;
	padding: 10px 5px;
}

div#side div.tel {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 196px;
}

div#side h2 {
	
}

div#side h3 {
	padding-top: 10px;
	padding-bottom: 10px;	
}

div#side h4 {
	text-align: right;
	padding-right: 15px;
	font-size: 10px;
	line-height: 100%;	
}

div#side h4 a,
div#side h4 a:link,
div#side h4 a:visited{
	color: #FF0000;
	text-decoration: underline;
}

div#side h4 a:hover{
	text-decoration: none;
}

div#side h5 {
	font-size: 10px;
	color: #666666;
	line-height: 100%;
	padding-top: 22px;
	padding-left: 50px;	
}

div#side p {
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

div#side div.side_bn {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;	
}
 
 
/*---- footer ----*/
div#footer {
	clear: both;
	width: 800px;
	background: url(../image/common/footer_bg.gif);
	height: 111px;
	margin-top: 15px;
}

div#footer h2 {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 40px;
	color: #6E8794;
	font-size: 10px;
	line-height: 100%;
}

div#footer h2 a {
	color: #6E8794;
}

div#footer ul {
	list-style: none;
	padding-top: 20px;
	padding-left: 15px;
}

div#footer li {
	padding-left: 15px;
	font-size: 11px;
	line-height: 100%;
	float: left;
}

div#footer li a,
div#footer li a:link,
div#footer li a:visited{
	color: #FAEC8F;
	text-decoration: none;
	padding-top: 2px;
	display: block;
}

div#footer li a:hover{
	text-decoration: underline;
}


.big{
	font-size: 014px;
}
.right{
	text-align: right;
}
.brown{
	color: #500E01;	
}
.r_12 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
*html div#top {
	height: 435px;
}
*html div#top {
	height: 435px;
}
*html div#access {
	height: 435px;
}


/*------------------------------------------------------------------------------
index.html
------------------------------------------------------------------------------*/

div#top {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}
div#top p {
	font-size: 12px;
	line-height: 170%;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
}

div#top div.top_bn01 {
	float: left;
	padding-right: 22px;
	padding-left: 5px;
}
div#top div.top_bn02 {
	float: left;
	padding-right: 22px;	
}
div#top div.top_bn03 {
	float: left;
}


/*------------------------------------------------------------------------------
access.html
------------------------------------------------------------------------------*/

div#access {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}

div#access div.map01 {
	padding-top: 20px;
	padding-bottom: 15px;	
}


/*------------------------------------------------------------------------------
information.html
------------------------------------------------------------------------------*/

div#information {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}

div#information div.top_image {
	padding-bottom: 15px;
	padding-top: 15px;
}

div#information div.column {
	padding-bottom: 10px;	
}
div#information div.column table td {
	padding-bottom: 5px;
}
div#information div.column p {
	font-size: 10px;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 7px;	
}
div#information div.column .info {
	font-size: 16px;
	font-weight: bold;
	color: #F97010;
	line-height: 130%;
	background-image: url(../image/information/information_ttlbg.jpg);
	background-repeat: no-repeat;
	width: 475px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
}
div#information table.info01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC7112;
	width: 100%;
}
div#information table.info01 td {
	font-weight: bold;
}
div#information table.info02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE606D;
	width: 100%;
	color: #EE626F;
}
div#information table.info02 td {
	font-weight: bold;
}
div#information table.info03 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CA320;
	width: 100%;
	color: #8CA320;
}
div#information table.info03 td {
	font-weight: bold;
}
div#information div.column div.column_bg {
	background: url(../image/information/information_bg01.jpg) no-repeat;
	height: 328px;
	width: 515px;	
}
div#information div.column div.left_box01 {
	float: left;
	width: 290px;
	padding-top: 15px;
	padding-left: 20px;		
}
div#information div.column div.right_box01 {
	float: right;
	width: 165px;
	padding-right: 30px;
	padding-top: 15px;		
}
div#information div.column div.left_box02 {
	float: left;
	width: 165px;
	padding-top: 15px;
	padding-left: 20px;		
}
div#information div.column div.right_box02 {
	float: right;
	width: 290px;
	padding-right: 30px;
	padding-top: 15px;		
}
div#information table.tPrint td {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}




/*------------------------------------------------------------------------------
menu.html
------------------------------------------------------------------------------*/

div#menu {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}
div#menu table#pticeInfo {
	border: 1px solid #B0A3A3;
	font-size: 13px;
	width: 460px;
	margin-bottom: 20px;
	line-height: 140%;
}
div#menu div#menuBtn ul {
	list-style-type: none;
}
div#menu div#menuBtn ul li {
	float: left;
	width: 160px;
	height: 34px;
}
div#menu div#menuBtn ul li a {
	height: 34px;
	width: 160px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
div#menu div#menuBtn ul li#mBtn02,
div#menu div#menuBtn ul li#mBtn03 {
	margin-left: 15px;
}
div#menu div#menuBtn ul li#mBtn01 a {
	background-image: url(../image/menu/menuBtn01.jpg);
	background-repeat: no-repeat;
}
div#menu div#menuBtn ul li#mBtn01,
div#menu div#menuBtn ul li#mBtn01 a:hover {
	background-image: url(../image/menu/menuBtn01_over.jpg);
	background-repeat: no-repeat;
}
div#menu div#menuBtn ul li#mBtn02 a {
	background-image: url(../image/menu/menuBtn02.jpg);
	background-repeat: no-repeat;
}
div#menu div#menuBtn ul li#mBtn02,
div#menu div#menuBtn ul li#mBtn02 a:hover {
	background-image: url(../image/menu/menuBtn02_over.jpg);
	background-repeat: no-repeat;
}
div#menu div#menuBtn ul li#mBtn03 a {
	background-image: url(../image/menu/menuBtn03.jpg);
	background-repeat: no-repeat;
}
div#menu div#menuBtn ul li#mBtn03,
div#menu div#menuBtn ul li#mBtn03 a:hover {
	background-image: url(../image/menu/menuBtn03_over.jpg);
	background-repeat: no-repeat;
}
div#menu div.top_image {
	padding-bottom: 15px;
	padding-top: 15px;
}


div#menu div.column01_top {
	background: url(../image/menu/menu_columnbg01.jpg) no-repeat;
	height: 37px;
	width: 515px;
	clear: left;
	margin-top: 30px;
}
*:first-child+html div#menu div.column01_top {
	margin-top: 10px;
}
*html div#menu div.column01_top {
	margin-top: 10px;
}
div#menu div.column01 {
	background: url(../image/menu/menu_columnbg02.jpg);
	width: 463px;
	padding-right: 26px;
	padding-left: 26px;
}
div#menu div.column01_under {
	background: url(../image/menu/menu_columnbg03.jpg);
	height: 43px;
	width: 513px;
	clear: both;
	margin-left: 2px;
}

div#menu div.column02_top {
	background: url(../image/menu/menu_columnbg04.jpg) no-repeat;
	height: 37px;
	width: 515px;
	margin-top: 40px;
}
*:first-child+html div#menu div.column02_top {
	margin-top: 10px;
}
*html div#menu div.column02_top {
	margin-top: 10px;
}
div#menu div.column02 {
	background: url(../image/menu/menu_columnbg05.jpg);
	width: 515px;	
}
div#menu div.column02_under {
	background: url(../image/menu/menu_columnbg06.jpg) no-repeat;
	height: 47px;
	width: 515px;
	clear: both;
}


div#menu div.column01 h3{
	clear: both;
	padding-bottom: 15px;
}

div#menu div.column01 h4{
	clear: both;
	font-size: 12px;
	padding-bottom: 10px;
}

div#menu div.column01 h5{
	font-size: 16px;
	line-height: 150%;
	color: #CC6600;
	font-weight: bold;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}

div#menu div.column01 p{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 5px;
}

div#menu div.column01 div.line{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#menu div.column01 div.box01{
	width: 100%;	
}
div#menu div.column01 div.box01_1{
	clear:both;
}

div#menu div.box01_1 table.subInfo {
	float:left;
	margin-left: 5px;
	width: 265px;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
}
div#menu div.box01_1 img {
	float:right
}

div#menu div.column01 div.left_box01 {
	float: left;
	width: 245px;
}
div#menu div.column01 div.right_box01 {
	float: right;
	width: 180px;	
}
div#menu div.column01 div.left_box02{
	float: left;
	width: 245px;	
}
div#menu div.column01 div.right_box02{
	float: right;
	width: 200px;	
}
div#menu div.column01 div.left_box03{
	width: 450px;	
}


div#menu div.column02 {
	
}

div#menu div.column02 h3 {
	
}

div#menu div.column02 h4 {
	padding-bottom: 10px;	
}

div#menu div.column02 h5 {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}

div#menu div.column02 p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;	
}

div#menu div.column02 div.left_box01 {
	float: left;
	width: 175px;
	padding-left: 15px;	
}
div#menu div.column02 div.right_box01 {
	float: right;
	width: 300px;
	padding-right: 15px;	
}
div#menu div.right_box01 img {
	margin-bottom: 10px;
}

div#menu div.column02 div.column02_bg01 {
	clear: both;
	width: 464px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#menu div.column02 div.column02_bg01 p.nomi {
	background: url(../image/menu/menu_img05.jpg) no-repeat left center;
	font-size: 14px;
	font-weight: bold;
	color: #5E1106;
	padding-left: 55px;
	margin-left: 65px;	
}

div#menu div.column02 div.column02_bg02 {
	clear: both;
	width: 464px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	background-color: #FFFFFF;
}

div#menu div.column02 div.column02_bg02 div.image01 {
	text-align: center;
}

div#menu div.column02 div.column02_bg02 div.table01 {
	width: 440px;
	padding-left: 30px;
	padding-top: 20px;	
}

div#menu div.column02 div.column02_bg02 div.table01 table {
	width: 100%;	
}

div#menu div.column02 div.column02_bg02 div.table01 td {
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

div#menu div.column02 div.column02_bg02 div.table02 {
	width: 450px;
	padding-left: 15px;
	padding-top: 20px;	
}

div#menu div.column02 div.column02_bg02 div.table02 table {
	width: 100%;	
}

div#menu div.column02 div.column02_bg02 div.table02 td {
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

div#menu div.column02 div.column02_bg02 div.table03 {
	width: 410px;
	padding-left: 30px;
	padding-top: 20px;	
}

div#menu div.column02 div.column02_bg02 div.table03 table {
	width: 100%;	
}

div#menu div.column02 div.column02_bg02 div.table03 td {
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}
/*div#menu table.subInfo {
	margin-left: 5px;
	width: 100%;
	font-size: 12px;
	line-height: 150%;
	
	margin-bottom: 15px;
}*/
div#menu table.subInfo th {
	text-align: left;
	color: #FFFFFF;
	background-color: #983124;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div#menu table.subInfo td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: #FFF9F6;
	padding-bottom: 3px;
	font-size: 11px;
}
div#menu table.memuList td {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 150%;
}
div#menu table.memuList {
	width: 100%;
	margin-left: 5px;
	font-size: 12px;
	line-height: 120%;
}
div#menu table.memuList th {
	color: #FFFFFF;
	background-color: #983124;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
div#menu table#people {
	margin-left: 5px;
	margin-bottom: 10px;
}
div#menu table#people td {
	font-size: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
div#menu table#beer td {
	padding: 0px;	
}
div#menu table#beer th {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
	color: #000000;
}
.t_10 {
	font-size: 10px;
	font-weight: normal;
}
.m_12 {
	color: #983124;
}
table.memuList .underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9999;
}
table.memuList .underline01 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9999;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 5px;
}


/*------------------------------------------------------------------------------
coupon.html
------------------------------------------------------------------------------*/

div#coupon {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}

div#coupon p{
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	padding-left: 20px;
	padding-top: 10px;
}

div#coupon h4{
	font-size: 12px;
	line-height: 100%;
	color: #666666;
	text-align: right;
	padding-top: 5px;	
}

div#coupon div.image{
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

div#coupon div.print_btn{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

div#coupon div.text_area{
	border: 3px double #999999;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 450px;
	margin: 25px auto 15px;	
}
div#popup {
	width: 525px;
	padding: 5px;
	border: 5px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
}
div#popup div.column02_top {
	background: url(../image/menu/menu_columnbg04.jpg) no-repeat;
	height: 37px;
	width: 515px;	
}
div#popup div.column02 {
	background: url(../image/menu/menu_columnbg05.jpg);
	width: 475px;
	padding-right: 20px;
	padding-left: 20px;
}
div#popup div.column02_under {
	background: url(../image/menu/menu_columnbg06.jpg) no-repeat;
	height: 47px;
	width: 515px;
	clear: both;
}
div#popup table.drinklist {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 455px;
	font-size: 12px;
	line-height: 150%;
}
.t_14 {
	font-size: 14px;
	font-weight: bold;
}

