@charset "utf-8";
/* CSS Document */

#main {
	width: 860px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	margin-top: 15px;
}

#main #flash {
	height: 260px;
	width: 660px;
	float: right;
}

#main #information {
	float: right;
	width: 452px;
	height: 200px;
	width: 660px;
	margin-top: 10px;
}

#main #information #news {
	background-image: url(../images/belt_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	margin-top: 25px;
}
#main #information #news #newsnew {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 25px;
	height: 150px;
}
#main #information #topics {
	height: 40px;
	overflow: auto;
	margin-top: 25px;
	font-size: 12px;
}

#main #information a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#main #information ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #cacfd1;
	list-style-type: none;
}
#main #information ul li {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d6dce7;
	line-height: 18px;
	margin-right: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.iconew {
	background: url(../images/ico_new.gif) no-repeat right center;
	width: 27px;
	padding-right: 27px;
}
