@charset "utf-8";

/* -------------------- topslide -------------------- */
#topslide {
	width: 920px;
	height:320px;
}


/* -------------------- slideshow -------------------- */
#slideshow {
	height: 320px;
	position: relative;
	width: 920px;
}
 
#slideshow img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 8;
}
 
#slideshow img.active {
	z-index: 10;
}

#slideshow img.last-active {
	z-index: 9;
}


/* -------------------- top read-------------------- */
.topread {
	font-size:13px;
	font-size:110%;
	margin:0px;	
	padding: 0px;
	min-height: 30px;
	height: 30px;
	line-height: 30px;
	color: #06C;
	border: none;
}


/* -------------------- top head-------------------- */
.tophead {
	width: 650px;
	margin-top:25px;
	border-bottom:1px #999 solid;
	overflow:hidden;
}

.tophead dl {
	font-size:11px;
	height:30px;
}

.tophead dt {
	width: 200px;
	float:left;
}

.tophead dd {
	height:26px;
	line-height:22px;
	width: auto;
	float:right;
	padding: 4px 5px 0 20px;
	background: url(../img/next_arrow.png) no-repeat left center;
}

.tophead dd a {
	color:#999;
	text-decoration:none;
}

.tophead dd a:hover {
	color:#CCC;
	text-decoration:none;
}


/* -------------------- news-------------------- */
#news {
	width: 650px;
	height:160px;
	margin:10px 0 35px 0;
	overflow:scroll;
	overflow-x:hidden;
}

#news ul li {
	width: 620px;
	border-bottom:1px #CCC dotted;
	padding:5px 0;
	margin:0 0 10px 0;
}

#news ul li:after {
	content: "";
	display: block;
	clear: both;
}

#news ul li p {
	float:left;
	 margin:0 20px 0 0;
}

#news ul li dl {
	font-size:12px;
}

#news ul li dt {
	float:left;
}

#news ul li dt a {
	text-decoration:none;
	color:#333;
}

#news ul li dt a:hover {
	text-decoration:none;
	color:#57a6c0;
}

#news ul li dd {
	float:right;
	color:#333;
}


/* -------------------- outline -------------------- */
#outline {
	width: 650px;
	margin-top:10px;
}

.wrapper {
	overflow:hidden;
	margin-bottom:15px;
}

.wrap_left {
	width:310px;
	float:left;
}

.wrap_right {
	width:310px;
	float:right;
}

.thum {
	float:left;
	width:90px;
}

.explain {
	width:220px;
	float:right;
}

.explain h2 {
	margin-top:0;
	font-size:13px;
	font-size:110%;
}

.explain h2 a {
	color:#06C;
	text-decoration:none;
}

.explain h2 a:hover {
	color:#6CC;	
}


