@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:.875em;
	line-height:1.25em;
}
img{ border:none; }
/*--------------------------------------------------------------------*/
.mainTop1, .mainCenter1, .mainBottom1{ width:75px; }
.mainTop2, .mainCenter2, .mainBottom2{ width:725px; }
.mainTop3, .mainCenter3, .mainBottom3{ width:200px; }
.mainTop1, .mainTop2, .mainTop3{
	float:left;
	height:105px;
}
.mainTop1{ background:url(../images/layout_r1_c1.jpg) no-repeat; }
.mainTop2{ background:url(../images/layout_r1_c2.jpg) no-repeat; }
.mainTop3{ background:url(../images/layout_r1_c3.jpg) no-repeat; }
.mainCenter{ background:url(../images/layout_r2.jpg) no-repeat; }
.mainCenter2{ 
	background:url(../images/layout_r2_c2.jpg) no-repeat;
	margin-left:75px;
}
.mainBottom1, .mainBottom2, .mainBottom3{
	float:left;
	height:80px;
}
.mainBottom1{ background:url(../images/layout_r3_c1.jpg) no-repeat; }
.mainBottom3{ background:url(../images/layout_r3_c3.jpg) no-repeat; }
.mainBottom2{ background:url(../images/layout_r3_c2.jpg) no-repeat; }
/**--------------------------------------------------------------------*/
.logo{
	margin-top:20px;
	width:435px;
	float:left;
}
.menu{
	float:left;
	margin-top:20px;
}
.title{
	float:left;
	margin-top:10px;
}
.goSurvey{
	float:left;
	margin-top:45px;
	width:215px;
	text-align:right;
}
.head{
	margin-bottom:15px;
}
.content, .content2{
	min-height:450px;
	padding-left:20px;
	color:#666666;
	font-size:.925em;
}
.content{
	background:url(../images/contentBg.jpg) no-repeat;
	background-position:bottom right;
}
.content2{
	background:url(../images/contentBg2.jpg) no-repeat;
	background-position:bottom right;
}
.content p, .content2 p{
	margin:0;
	margin-top:5px;
}
.endFloat{
	float:none;
	clear:both;
	font-size:1px;
}
.copyright{
	margin-left:120px;
	margin-top:10px;
	font-size:12px;
	color:#444444;
}
.surveyTable th{
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	background:url(../images/thBg.gif) repeat-y;
	background-position:right;
	background-color:#F0F2EC;
}
.surveyTable td{
	padding-left:10px;
	border-bottom:dotted 1px #CCCCCC;
}
.surveyOption th{
	text-align:left;
}
.surveyOption td{
	text-align:left;
	border-bottom:none;
	color:#000000;
}
