*{
	margin:0;
	padding:0;
}


body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
td {
	vertical-align: top;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	font-size: 12px;
	margin-bottom: 5px;
}


/*　　レイアウト　　*/
.cont {
	margin: 0px 0px 30px;
}
.px_5 {
	margin-top: 5px;
}
.px_10 {
	margin-top: 10px;
}
.imgtxt {
	text-align: center;
	margin-top: 15px;
}
#left {
	background: #423C2E;
}
#right {
	padding-bottom: 50px;
	padding-left: 15px;
}
#foot {
	color: #FFFFFF;
	background: #222222;
	text-align: right;
	padding: 3px 10px 3px 0px;
	width: 730px;
}


/*　　テキスト　　*/
.red {
	color: #FF0000;
}
.red_dark {
	color: #B73634;
}
.red_darkbold {
	color: #B73634;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.caption {
	color: #987E00;
	margin-top: 5px;
}
#btn_tothetop {
	color: #0000FF;
	text-align: right;
	margin-top: 20px;
}


/*　　ナビゲーションボタン　　*/
#navi {
	list-style: none;
}
#navi li img {
	vertical-align:bottom;
}


/*　　リンクエリアコメント　　*/
#linkarea {
	text-align: center;
	margin-top: 20px;
}


/*　　店舗概要　　*/
#outline {
	margin-top: 10px;
	margin-bottom: 15px;
}
#outline td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}


/*　　メニュー　　*/
.pricelist {
	margin-top: 10px;
}
.pricelist td {
	padding: 1px;
}
.price {
	color: #FF0000;
	text-align: right;
}
.pricelist2 {
	margin-top: 5px;
}
.pricelist2 td {
	padding: 1px;
}
.pricelist3 {
	margin-bottom: 20px;
}
.pricelist3 td {
	padding: 1px;
}


/*　　スぺシャルメニュー　　*/
#feature {
	background: #FCFBE5;
	margin-top: 10px;
	border: 1px solid #8F8107;
}
#feature td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}



/*　　トップページのスタイル　　*/
#indexh2 {
	margin: 0px;
}
#indexright {
	padding-top: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
}
#line {
	background: url(images/bg_line.gif) repeat-x;
	margin-top: 6px;
	margin-bottom: 18px;
}
#txtarea {
	background: #F0E9C4;
	border: 1px solid #999999;
	padding: 10px;
	width: 370px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 10px;
}
#txtarea h5 {
	font-size: 12px;
	color: #877C18;
}
#txtarealink {
	text-align: right;
}



/*　　リンク　　*/
#txtarealink a:link {
	color: #FF0000;
}
#txtarealink a:visited {
	color: #FF0000;
}
#txtarealink a:hover {
	color: #FF8400;
}
#txtarealink a:active {
	color: #912200;
}
#btn_tothetop a:visited {
	color: #0000FF;
}
/*
#news{
	height:270px;
	overflow:auto;
}

.news_inner{
	border-bottom:1px dotted #CCCCCC;
	padding:4px 0;
	width:160px;
}

.date{
	font-size:10px;
}

.detail{
	padding-top:7px;
}
*/

#news{
	height:130px;
	overflow:auto;
	width:380px;
}

.news_inner{
	border-bottom:1px dotted #CCCCCC;
	padding:4px 0;
	width:360px;
}

.date{
	font-size:10px;
	width:60px;
}

.detail{
	padding-top:7px;
}

.left{
	float:left;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

