@charset "utf-8";
/*枠構造(TOPページのみの特別仕様有り)
┌────#wrap─────────────────────┐
│┌───#header──────────────────┐│
│└────────────────────────────┘│
│┌───#mainhead────────────────┐│
│└────────────────────────────┘│
│┌───#main────────────────────┐│
││┌#main_column┐┌#menu_column┐││
││└────────────┘└────────────┘││
│└────────────────────────────┘│
│┌───#footer──────────────────┐│
│└────────────────────────────┘│
└──────────────────────────────┘*/

#main{
	background-image:url("images/hr_line.png");
	background-repeat:repeat-x;
}
div#mainhead{
	width:760px;
	height:177px;
	margin:0px;
	*margin-bottom:-3px;
	padding:0px;
	background-color:black;
}
/*
div#main_column{margin:18px 5px 0px 5px;}
div#menu_column{margin:18px 5px 0px 0px;}
*/

div#menu_column{margin:18px 5px 0px 0px;}


div.event_info_box{
	border-bottom:dashed 1px #000000;
	padding-bottom:10px;
	margin-bottom:1em;
	line-height:150%;
}
div.event_info_box h3{
	font-style: normal;
	font-weight: bold;
	color:#F90;
}
div.event_info_box  p{
	line-height:150%;
	margin-top:1em;
}
div#event_info p.last_p{
	border-bottom-style:none;
	padding-bottom:0px;
	margin-bottom:0em;
	}
/*店舗情報*/
dl.shop_data{width:500px;}
dl.shop_data dt{
	float:left;
	width:100px;
	display:inline;
}
dl.shop_data dd{
	width:400px;
	margin-left:100px;
}

.mainheadimg{
	width:760px;
	height:177px;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:inline-block;
}
object, embed{
	vertical-align:top;
	background-color:black;
	margin:0px 0px 0px 0px;
	padding:0px;
}

h3.greeting{
	font-weight:bold;
}
.greeting{
	margin-bottom:1.5em;
}

dl.price_data:after{
	content:".";
	font-size:1px;
	height:0px;
	clear:both;
	display:block;
}
.price_data{
	zoom:1;
}
dl.price_data dt{
	float:left;
	width:100px;
}
dl.price_data dd{
	margin-left:100px;
	width:50px;
	text-align:right;
}
p.center{
	text-align:center;
}
table.price_table{
	/*margin:auto;*/
	table-layout:auto;
}
.price_table tbody tr th,
.price_table tbody tr td{
	font-weight:bold;
}
.price_table tbody tr td{
	text-align:right;
}
.price_table caption{
	font-weight:bold;
	text-align:center;	
}
.caption{
	font-weight:bold;
}

/* トップページ　店舗メッセージ */
/*

.message {
	padding:2px;
}

.message p {
	padding:7px 4px;
}

.message span {
	color:#cc3333;
	margin:0 0.5em;
}


/* トップページ　キャンペーン */
.campaign {
	padding:0;
}

.campaign h3 {
	font-size:12px;
	border-bottom:1px dotted #006633;
}

.campaign a {
	padding:2px;
}

.campaign dt {
	font-weight:bold;
	color:#632a17;
	padding:3px 0 1px 21px;
	background-image:url("images/list_img_003.gif");
	background-position:1px 4px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #bf794e;
}

.campaign dd {
	padding:2px 0 20px 4px;
}

/* トップページ　トピックス */
.topics dt {
	color:#666666;
	font-size:90%;
	margin:8px 0 0 2px;
}

.topics dd {
	padding:3px 0 8px 24px;
	background-image:url("images/list_img_001.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

