/*------------リンクカラー------------*/
a:link {
 color: #534741;
 text-decoration: none;
}
a:visited {
 color: #534741;
 text-decoration: none;
}
a:hover {
 color: #4B6F30;
 text-decoration: underline;
}
a:active {
 color: #534741;
 text-decoration: none;
}

/*------------HTMLタグの再定義------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #EDE2E2;
	color: #534741;
	font-size: 12px;
	line-height: 130%;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
td,th{
	line-height: 130%;
}
ol,ul{
	margin: 0px;
	padding: 0px;
}
dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
.tx-s{
	font-size: 80%;
}
address{
	font-size: 80%;
	font-style: normal;
}


/*------------レイアウト定義------------*/
#centerline {
	text-align: center;
}
#mainstage {
	margin-right: auto;
	margin-left: auto;
	padding: 15px 30px;
	text-align: left;
	background-color: #ffffff;
}
#mainstage2 {
	margin-right: auto;
	margin-left: auto;
	padding: 30px 30px 0px 30px;
	text-align: left;
	background-color: #ffffff;
}
#stage {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#navi {
	background-color: #A94148;
	text-align: right;
}
#navi li {
	display: inline;
	list-style: none;
	
}
.address{
	text-align: center;
	padding: 50px;
}


/*------------トップページ------------*/
.box-concept{
	color: #ffffff;
	height: 57px;
	background-image: url(../img/home/bg_concept2.gif);
}
.tx-concept{
	padding: 15px 0px 0px 50px;
}
.box-menu{
	width: 430px;
	float :left;
}
td.menutx{
	background-image: url(../img/home/bg_menu.gif);
	vertical-align: top;
	line-height: 160%;
	padding: 8px;
}
.box-gift{
	background-image: url(../img/home/bg_gift.gif);
	height: 45px;
}
.tx-gift{
	padding: 5px 0px 10px 40px;
}
.box-map{
	width: 317px;
	float :right;
}
table.info{
	width: 100%;
	margin-bottom: 10px;
}
table.info td{
	vertical-align: top;
	padding-bottom: 10px;
}

/*------------メニュー------------*/
h2.menu{
	float :left;
}
.icon{
	width: 114px;
	float :right;	
}
td.menu{
	vertical-align: top;
	padding-top: 10px;
}
table.price{
	border-top: 1px solid #AAAAAA; 
	border-left: 1px solid #AAAAAA;
}
table.price th,table.price td{
	border-bottom: 1px solid #AAAAAA; 
	border-right: 1px solid #AAAAAA;
	padding: 2px;
	text-align: center;
}
table.price th.co1{
	background-color: #ECBD8F;
	font-weight: normal;
}
table.price th.co2{
	background-color: #EC9E8F;
	font-weight: normal;
}

/*------------クーポン------------*/
p.coupon{
	margin-top: 10px;
}
div.coupon{
	text-align: center;
	margin-top: 30px;
}

/*------------リンク------------*/
table.link{
	margin-top: 30px;
}
table.link th{
	width: 200px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
}
table.link td{
	text-align: left;
	padding-bottom: 20px;
}
