 @charset "utf-8";

/* ---------------------------------------------------------------------------------------------------------------- */
/* Basic class */
/* ---------------------------------------------------------------------------------------------------------------- */

*
{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic", sans-serif;
	font-size:12px;
	color:#333333;
	letter-spacing:0.1em;
	margin:0px;
	padding:0px;
}

br
{
	letter-spacing:0;
}

body
{
	background-color:#ffffff;
}

img
{
	border:0px #ffffff solid;
}

div
{
	zoom:100%;
}

div:after
{
	height:0.1px;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
	content:".";
}

.centercolumn img
{
	/*width:180px;*/
}

img.right
{
	float:right;
	border:1px #cccccc solid;
	padding:2px;
	margin:0px 0px 0px 10px;
}

img.left
{
	float:left;
	border:1px #cccccc solid;
	padding:2px;
	margin:0px 10px 0px 0px;
}

img.fixed
{
	width:100%
}

a
{
	color:#FF0000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

strong
{
	font-size:larger;
}

p
{
	color:#333333;
	line-height:20px;
	margin:2px 0px 10px 0px;
}

p.right
{
	letter-spacing:1px;
	float:right;
	text-align:right;
	padding:2px 5px 2px 5px;
	margin:0px;
}

span.red
{
	color:#FF0000;
}

span.blue
{
	color:#0000FF;
}

span.green
{
	color:#00FF00;
}

div.center
{
	text-align:center;
}

div.left
{
	text-align:left;
}

div.right
{
	text-align:right;
}

table
{
	width:100%;
	margin:10px 0px 15px 0px;
}

th
{
	width:100px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px #cccccc dotted;
	padding:4px;
}

td
{
	padding:4px;
	border-bottom:1px #cccccc dotted;
}

td.right
{
	text-align:right;
	border:0px #ffffff solid;
}

td.center
{
	text-align:center;
}

hr.dotted
{
	height:1px;
	border-top:0px #ffffff solid;
	border-right:0px #ffffff solid;
	border-bottom:1px #cccccc dotted;
	border-left:0px #ffffff solid;
	margin:2px 0px 0px 0px;
}

.clear
{
	clear:both;
}

.clear_left
{
	clear:left;
}

.clear_right
{
	clear:right;
}

form
{
	margin:0px;
	padding:0px;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Common class */
/* ---------------------------------------------------------------------------------------------------------------- */

.main h2
{
	height:32px;
	display:block;
	clear:both;
	border-bottom:1px #cccccc dotted;
	padding:2px 0px 0px 0px;
	margin:5px 0px 15px 0px;
}

.main h2 span.heading
{
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	margin:0px 0px 6px 0px;
}

.main h2 span.heading a
{
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	color:#333333;
	text-decoration:none;
}

.main h2 span.heading_eng
{
	display:block;
	font-size:9px;
	letter-spacing:2px;
	line-height:9px;
	color:#FF7700;
}

.main h3
{
	background-image:url(../img/mark_list.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	color:#FF0000;
	text-decoration:underline;
	padding:0px 0px 0px 20px;
}

.main h4
{
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#FF0000;
}

.main h5
{
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	color:#FF0000;
}

.main h6
{
	font-size:11px;
	border-bottom:1px #cccccc dotted;
	line-height:12px;
	color:#FF0000;
}

.outline
{
	position:relative;
}

.inline
{
	margin:0px 0px 20px 0px;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Layout & Common class */
/* ---------------------------------------------------------------------------------------------------------------- */

.container
{
	width:960px;
	background-image:url(../img/container_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin:0px auto;
}

/* ---------------------------------------------------------------------------------------------------------------- */


.header
{
	height:95px;
	background-image:url(../img/header_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}

h1
{
	font-size:26px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:normal;
	position:absolute;
	top:30px;
	left:10px;
}

h1 a
{
	font-size:26px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:normal;
	color:#333333;
}

.header h2
{
	font-size:11px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:normal;
	position:absolute;
	top:60px;
	left:10px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.mainimage
{
	width:940px;
	background-color:#FFFFFF;
	padding:5px;
	margin:0px 5px 0px 5px;
}

.mainimage
{
	width:940px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.main
{
	background-image:url(../img/main_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.leftcolumn
{
	width:500px;
	float:left;
	padding:10px 0px 15px 10px;
}

/* list for news, other */

.list
{
	clear:left;
	margin:0px 0px 15px 0px;
}

.list img
{
	height:70px;
	width:90px;
	float:left;
}

.list h3
{
	margin:0px 0px 10px 100px;
}

.list p
{
	font-size:11px;
	line-height:16px;
	margin:0px 0px 0px 100px;
}

/* menu */

.menu_list
{
	border:0;
	margin:0px 0px 15px 0px;
}

.menu_list h3
{
	text-decoration:none;
	line-height:18px;
}

.menu_list th, .menu_list td
{
	width:auto;
	border:0;
	vertical-align:top;
}

.menu_list td
{
	width:50%;
	padding:4px 8px 4px 0px;
	border-top:1px #cccccc dotted;
}

.menu_list img
{
	width:220px;
}

.menu_list h4
{
	background-image:none;
	line-height:18px;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.menu_list p
{
	font-size:11px;
	line-height:16px;
}

.menu_list p.price
{
	font-size:11px;
	line-height:16px;
	float:right;
}

.menu_list span.delivery,.menu_list span.takeout,
.menu_list span.delivery_unactive,.menu_list span.takeout_unactive
{
	display:block;
	float:left;
	width:60px;
	height:15px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	background-image:url(../img/menu_compliant.gif);
	margin:0 1px 0 0;
}

.menu_list span.delivery
{
	background-position:0px 0px;
}

.menu_list span.takeout
{
	background-position:-60px 0px;
}

.menu_list span.delivery_unactive
{
	background-position:0px -15px;
}

.menu_list span.takeout_unactive
{
	background-position:-60px -15px;
}

/* shop */

.shop_list
{
	margin:0px 0px 15px 0px;
}

.shop_list h3
{
	margin:0px 0px 10px 0px;
}

.shop_list img.shop
{
	width:500px;
	margin:0px 0px 5px 0px;
}

.shop_list table
{
	border:1px #cccccc solid;
}

.shop_list td a
{
	background-image:url(../img/mark_list.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:4px 4px 4px 15px;
}

.shop_list .map iframe
{
	width:500px;
	height:300px;
}

/* map */

.map_list
{
	margin:0px 0px 15px 0px;
}

.map_list h4
{
	margin:0px 0px 10px 0px;
}

.map_list .map
{
	width:500px;
	height:300px;
}

/* related */

.related_list
{
	margin: 0px 0px 10px 0px;
}

.related_list img
{
	max-width:180px;
}

.related_list p
{
	font-size:11px;
}

/* photo */

.photo_list
{
	clear:left;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

.photo_list img
{
	width:160px;
	float:left;
	margin:0px 0px 10px 0px;
}

.photo_list h3
{
	font-size:14px;
	background-image:none;
	line-height:20px;
	text-decoration:none;
	border-bottom:1px #cccccc dotted;
	padding:0px 40px 0px 0px;
	margin:0px 0px 5px 180px;
}

.photo_list p.text
{
	font-size:12px;
	line-height:16px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 180px;
}

/* sitemap list */

.site_list
{
	display:block;
	width:250px;
	min-height:120px;
	float:left;
	margin:0px 10px 10px 0px;
}

.site_list a:hover
{
	color:#aaaaaa;
}

.site_list dt
{
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/mark_list.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height:22px;
	border-bottom:1px #cccccc dotted;
	padding:0px 0px 0px 20px;
	margin:10px 0px 3px 0px;
}

.site_list dd
{
	font-size:12px;
	font-weight:bold;
	background-position:left;
	background-repeat:no-repeat;
	line-height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* inputform */

.inputform input.text
{
	width:300px;
	border:1px #cccccc solid;
}

.inputform input.text_s
{
	width:40px;
	border:1px #cccccc solid;
}

.inputform input.btn
{
	width:200px;
	height:25px;
	line-height:25px;
	background-image:url(../img/btn_toiawase.png);
	border:0px #ffffff solid;
}

.inputform textarea
{
	width:370px;
	height:100px;
	border:1px #cccccc solid;
}

/* coupon */

.coupon
{
	margin:10px 0px 10px 0px;
}

.coupon img
{
	width:500px;
	margin:10px 0px 0px 0px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.rightcolumn
{
	width:200px;
	float:right;
	padding:0px 10px 5px 0px;
}

/* menu */

ul.menu
{
	list-style:none;
	padding:0px 0px 0px 0px;
}

ul.menu li
{
	height:40px;
	border-bottom:1px #ffffff dotted;
	padding:0px 10px 0px 10px;
}

ul.menu li a
{
	height:40px;
	font-size:11px;
	line-height:40px;
	color:#FFFFFF;
	background-image:url(../img/mark_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.centercolumn
{
	width:180px;
	float:left;
	padding:10px 0px 15px 40px;
}

/* navi */

ul.navi
{
	list-style:none;
	width:180px;
}

ul.navi li
{
	background-image:url(../img/mark_list.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 5px;
}

ul.navi li a
{
	color:#ff7700;
	text-decoration:underline;
}

/* qr */
.qr
{
	text-align:center;
	background-color:#ffffff;
	border:1px #cccccc solid;
}

.qr img
{
	width:110px;
	margin:5px 0px 5px 0px;
}

/** movie **/

.movieThumb img
{
	display:block;
	margin:auto;
	width:auto !important;
	width:160px;
	max-width:160px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.footer
{
	clear:both;
	text-align:center;
	padding:0px 450px 0px 10px;
}

.footer p
{
	height:25px;
	font-size:11px;
	line-height:25px;
	color:#666666;
	text-align:center;
	margin:0px;
}

.footer p a
{
	font-size:11px;
	color:#999999;
}
