@charset "UTF-8";

/*=========レイアウト=========*/
body {
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	background-color:#2A1307;
	background-position: center ;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

.pagebody{
	margin-top:0px;
	padding:0 30px 0 30px;
	margin-right:auto;
	margin-left:auto;
	width:770px;
	background:url(../image/body_bg.gif);
	background-repeat:repeat-y;
	background-position: center ; 
	text-align: center;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

a:visited{
color:#ab8451;text-decoration:none;
}
a:hover{
color:#cc6600;text-decoration:underline;
}


p.title{/*タイトルベージュ*/
	font-size:12px;
	text-align:left;
	color:#c0945c;
	padding-left:30px;
	font-weight: bolder;
}
.txt2{/*テキスト中太*/
	font-size:13px;
	text-align:left;
	color:#ffffff;
	font-weight: bolder;
}
.txt3{
	font-size:14px;
	text-align: justify;
	color:#ffffff;
	line-height:18px;
	padding:0 20px 0 20px;
}
p.txt3{/*テキストP中*/
	font-size:12px;
	text-align:left;
	line-height:18px;
	color:#ffffff;
	background-color:#49230F;
	padding:0 10px 0 0;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	letter-spacing: 0.1em;
}
.txt30{/*テキストP中*/
	font-size:11px;
	text-align:left;
	line-height:18px;
	color:#ffffff;
	background-color:#49230F;
	padding:0 10px 0 0;
}
p.txt4{/*テキストP小*/
	font-size:9px;
	text-align:left;
	color:#ffffff;
}
.txt4{/*テキストP小*/
	font-size:9px;
	text-align:left;
	color:#ffffff;
}
.txt5{
	font-size:12px;
	text-align: justify;
	color:#ffffff;
	line-height:18px;
	padding:0 20px 0 20px;
}
.menu{
	font-size:14px;
	color:#ffffff;
	line-height:23px;
	font-weight: bolder;
}
.price{
	font-size:14px;
	text-align: center;
	color:#c0945c;
	font-weight: bolder;
	line-height:20px;
}
p.address{
	font-size:14px;
	text-align:left;
	color:#ffffff;
}
/*=========footer=========*/
.footer {
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	font-size:12px;
	width:770px;
	hight:250px;
	background: url(../image/body_bg_footer.gif);
	background-repeat:no-repeat;
	background-position: bottom ; 
	text-align: center;
	padding:30px 10px 30px;
}
p.gototop{/*ページトップ*/
	font-size:11px;
	text-align:right;
	color:#ffffff;
	padding-right:20px;
}
a:link{
color:#ffffff;text-decoration:none;
}
a:visited{
color:#ab8451;text-decoration:none;
}
a:hover{
color:#cc6600;text-decoration:underline;
}
.copyright {
		font-family:Verdana,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
		font-size:10px;
		color:#ab8451;
		text-align:center;
}
