/* CSS Document */
@utf-8
body{
	margin:0px;
}
strong{
	color:#333333;
}
#contaion{
	margin:0 auto;
	width:850px;
}
#titles{
	width:850px;
	height:80px;
}
#seo{
	margin:0px;
	text-align:right;
	color:#666666;
}
#seo h1{
	margin:0px;
	font-size:10px;
}
#seo a:link{
	color:#999999;
	text-decoration:none;
}
#seo a:visited{
	color:#E897AD;
	text-decoration:none;
}
#seo a:hover{
	color:#990000;
	text-decoration:none;
}
#content{
	width:850px;
	height:290px;
}
#content_left{
	width:196px;
	height:278px;
	float:left;
}
#content_right{
	float:right;
	width:654px;
	height:268px;
}
#content_right_title{
	width:654px;
	height:87px;
	margin:0px;
}
#content_right_title_under{
	width:654px;
	text-align:center;
	font-size:20px;
}
#content_right_text{
	widows:654px;
	height:170px;
	text-align:left;
	padding-left:30px;
}
#content_right_text p{
	margin:0px;
	line-height:1.8em;
	font-size:12px;
}
#content_two{
	width:850px;
	height:150px;
}
#content_two_left{
	width:335px;
	height:125px;
	background:url(../image/content_two_left.jpg) no-repeat;
	padding-top:25px;
	padding-left:5px;
	float:left;
}
#content_two_left p{
	line-height:1.6em;
	margin:0px;
	font-size:12px;
}
#content_two_right{
	width:510px;
	height:150px;
	float:right;
}
#content_two_right p{
	margin:0px;
	line-height:1.6em;
	font-size:12px;
}
#content_two_right_text{
	padding-left:25px;
}
#content_three{
	width:850px;
	height:150px;
	border:#666666 solid 1px;
	margin-top:10px;
}
#content_three p{
	font-size:12px;
	margin:0px;
	line-height:1.8em;
}
#content_four{
	width:850px;
	height:50px;
	border:#666666 solid 1px;
	margin-top:10px;
}
#content_four p{
	margin:0px;
	font-size:12px;
}
#submits{
	width:830px;
	height:174px;
	margin-top:10px;
	border:#666666 solid 1px;
	background:url(../image/form.jpg) no-repeat;
	font-size:12px;
	padding-top:30px;
	padding-left:20px;
}
#reg{
	margin-top:20px;
}
#footer{
	width:850px;
	text-align:center;
	font-size:12px;
}
#footer hr{
	color:#D6BA8F;
}