@charset "utf-8";
#main-image {
	float: left;
	height: 270px;
	width: 900px;
	background-image: url(../images/index/main-image.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sub-image {
	float: left;
	height: auto;
	width: 900px;
	background-image: url(../images/index/sub-image-02.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-top: 110px;
	line-height: 150%;
	font-size: 12px;
}

#main-topics {
	float: left;
	height: 420px;
	width: 500px;
	margin-right: 50px;
	background-image: url(../images/index/topics-title.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 150%;
	padding-top: 50px;
}
#main-topics-content {
	float: left;
	height: 420px;
	width: 500px;
	font-size: 13px;
	line-height: 150%;
	overflow: scroll;
}

#main-banner {
	float: left;
	height: 420px;
	width: 350px;
	background-image: url(../images/index/main-links-title.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	font-size: 12px;
}
#main-banner-01 {
	float: left;
	height: auto;
	width: 350px;
	font-size: 12px;
}
#main-banner-02 {
	height: auto;
	width: 350px;
	font-size: 12px;
	float: left;
}


.px10 {
	font-size: 10px;
	line-height: 150%;
	color: #666666;
}

