/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-family: "Verdana","ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 140%;
	text-align: left;
	background: #000000;
	background-image: url(../img/bg.jpg) ;
	background-repeat: repeat-x;
	}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

/*通常*/
a:link { color: #990000; text-decoration: none;}
a:visited { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: underline;}
a:active { color: #990000; text-decoration: underline;}

/*フッタ*/
.f_12 a:link { color: #B88B4E; text-decoration: none;}
.f_12 a:visited { color: #B88B4E; text-decoration: none;}
.f_12 a:hover { color: #D2B66A; text-decoration: underline;}
.f_12 a:active { color: #D2B66A; text-decoration: underline;}



.bg_white {background-color:#ffffff;}
.bg_black {background-color:#000000;}


.boxbg_01 {background-color:#333333; background-image:url(../img/boxbg_01.jpg);}
.boxbg_02 {background-color:#333333; background-image:url(../img/boxbg_02.jpg);}
.f_04 {background-color:#7E0E0E; background-image:url(../img/f_04.jpg);}
.f_05 {background-color:#7E0E0E; background-image:url(../img/f_05.jpg);}
.f_12 {background-color:#5A362D; background-image:url(../img/f_12.jpg);	height: 29px; color: #B88B4E;}
.head {background-color:#7E0E0E; background-image:url(../img/head_02.jpg);}

.headtxt {
	margin: 0px;
	padding-top: 10px;
	color: #B78633;
	font-size: 10px;
	line-height: 130%;
}

.foot {
	margin: 0px;
	padding-top: 10px;
	background-color:#7E0E0E;
	background-image:url(../img/foot.jpg);
	background-repeat: repeat-x;
	height: 72px;
	text-align: center;
	color: #B78633;
	font-size: 10px;
	line-height: 130%;
}



.txt_size_10 {font-size: 10px; line-height: 120%;}
.txt_size_14 {font-size: 14px;}
.txt_white {color:#ffffff;}
.txt_black {color:#000000;}

.txt_price {color:#FF3300; font-size:12px;}





.box {
	margin: 0 auto;
	padding: 0;
	width: 670px;
	background: #ffffff;
	text-align: center;
	}


.cont {
	margin: 0px;
	padding: 0px;
	width: 650px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}



h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}.url-white {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.text_10_narrow {
	font: 10px/120% Arial, Helvetica, sans-serif;
}
.form_high {
	font-size: 10px;
	line-height: 200%;
}
.form_title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
