#index-image {
	background-image: url(../images/index/index-image.png);
	height: 170px;
	width: 960px;
}
#center-area-index {
	clear: both;
	width: 960px;
	text-align: left;
	float: left;
	padding-bottom: 20px;
}

#contents {
	background-image: url(../images/index/index-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: auto;
	float: left;
}
#index-contents {
	margin-left: 201px;
	margin-top: 20px;
	margin-right: 9px;
}
#news-box {
	width: 750px;
	background-image: url(../images/index/news-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 45px;
	background-color: #F2F2F2;
	padding-bottom: 10px;
}
#news-box dl {
	background-color: #FFFFFF;
	width: 700px;
	margin-left: 25px;
}
#news-box dt {
	font-weight: bold;
	color: #1990AE;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
#news-box dd {
	padding-left: 10px;
	padding-bottom: 10px;
}
#special-article {
	background-image: url(../images/index/article-bg.png);
	background-repeat: repeat-y;
	width: 750px;
	margin-top: 20px;
	float: left;
}
#hot {
	width: 360px;
	background-image: url(../images/index/hot-title.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 41px;
	float: left;
}
.hot-contents {
	width: 360px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
#running {
	width: 360px;
	background-image: url(../images/index/running-title.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 41px;
	float: right;
}
#special-article img {
	float: left;
	width: 100px;
}
.running-contents {
	width: 360px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
.hot-link a {
	color: #FF6600;
	float: right;
	background-image: url(../images/index/hot/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 13px;
}
.hot-link a:hover {
	color: #999999;
	float: right;
	background-image: url(../images/index/hot/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	padding-left: 13px;
	text-decoration: none;
}
.running-link a {
	color: #BA1A1C;
	float: right;
	background-image: url(../images/index/running/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 13px;
}
.running-link a:hover {
	color: #999999;
	float: right;
	background-image: url(../images/index/running/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 13px;
	text-decoration: none;
}
.hot-contents h1 {
	font-size: 12px;
	padding: 0px;
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.hot-contents p {
	padding: 0px;
	width: 250px;
	float: right;
	margin: 0px;
}
.running-contents p {
	float:right;
	width: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.running-contents h1 {
	width: 250px;
	float:right;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hot-contents p.hot-link{
	margin-bottom: 15px;
}
