@charset "utf-8";
/* CSS Document */

/*body*/
body {
	background-image : url(img/bg.gif);
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0;
}

body,td,th {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #3e2d12;
	font-weight:100;
	line-height:15.2pt;
	text-align:left;
	}

a:link    { color:#f9a405 }    
a:visited { color:#b56703 }   
a:hover   { color:#fc7f05;
			text-decoration: none;
} 
a:active  { color:#fc7f05 }




.center{
	width: 800px;
	background-color:#fefde3;
}
.line1{
	width:100%;
	height:35px;
	background-color:#34221d;
}
.line2{
	width:100%;
	height:4px;
	background-color:#c5bf5a;
}
.float_left{ 
	float:left;
	}
.float_left2{ 
	float:left;
	text-align:right;
	}
.clear{clear: left;}
.inbox15 {
	padding: 15px;
	text-align: left;
	}	
.inbox30 {
	padding: 15px 30px 30px 30px;
	text-align: left;
	}	
.space20{
	width: 20px;
	height: 20px;
	padding: 0px;
	}