@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background: #f3f3e7 url(img/body_back.gif) repeat-y center top;
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Std W3", sans-serif;
	color:#000000;
	font-size:12px;
}
html {
	overflow-y:scroll;
}

p,li,dt,dl {
	line-height:1.4;
}

p {
	margin: 0;
}

strong{
	color:#264428;
	font-weight:bold;
	font-size: 14px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}

li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}

.clear {
	clear:both;
}
.hidden{
	display:none;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#0277d9;
	text-decoration:underline;
}
a:active {
	color:#666;
}


body,td,th {
	font-size: 12px;
}

.komidashi {
	font-size: 14px;
	color: #264428;
}

.price {
	font-size: 24px;
	font-weight: bold;
	color: #264428;
	line-height:100%;
}

.arrow {
	font-size: 16px;
	font-weight: bold;
	color: #ff9200;
	line-height:50%;
}



/*LBGS基本
--------------------------------------------------------------*/
#page {
	margin: 0 auto;
	text-align: left;
	background: #fff;
	width: 767px;
	min-height: 100%;
	position: relative;
	
}

#title{
	width:767px;
	height:292px;
	margin-bottom:4px;
	padding:0px;
}

#contents{
	width:767px;
	position:absolute;
	background:#ffffc8;
	margin-bottom:10px;
}

#contents h2{
	background: transparent url(img/ganbanyoku_back.gif) no-repeat left top;
	/*margin-bottom:10px;*/
}

#contents h3{
	background:#fff;
}

#contents dl{
	margin-top:10px;
}

#contents dt{
	font-weight:normal;
	margin-top:5px;
}
