@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#header_1{
	width:800px;
	height:170px;
	margin:0 auto;
}
#header_2{
	width:800px;
	height:60px;
	margin:0 auto;
}
#container{
	width:800px;
	height:4630px;
	margin:0 auto;
}
#text_box{
	width:570px;
	height:auto;
}
.text_area{
	background-color:#FFFFFF;
	width:530px;
	height:auto;
	font-size:12px;
	line-height:16px;
}
.left{
	float:left;
}
#footer{
	width:800px;
	height:13px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	line-height:13px;
	color:#333333;
}
.fonts1{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
.fonts2{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.title1{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#FF0000;
}