#news {
	width: 460px;
	float: left;
}
#news .title {
	position: relative;
	margin-bottom: 20px;
}
#news .title p {
	line-height: 33px;
	position: absolute;
	height: 33px;
	top: 0px;
	right: 12px;
}
#news .title p a {
	background-image: url(../images/common/ic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#news dl {
	margin-left: 20px;
}
#news dl dt {
	margin-bottom: 1em;
}
#news dl dd {
	background-image: url(../images/common/lin_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#news dl dd.last {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#banner {
	float: right;
	width: 200px;
}
#banner-head {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../images/home/bg_01.gif);
	height: 10px;
	background-repeat: no-repeat;
}
#banner-body {
	background-image: url(../images/home/bg_02.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#banner-foot {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../images/home/bg_03.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#banner ul {
	margin: 0px;
	padding: 0px;
}

#banner ul li {
	padding-bottom: 10px;
	display: block;
	float: left;
	line-height: 0px;
}
#banner ul li.separate {
	margin-top:85px;
	padding-top:15px;
	border-top:solid 1px #CCC;
}
#banner ul li img {
	display: block;
}
.container {
	background-image: url(../images/home/bg_02.gif);
	background-repeat: repeat-y;
	background-position: right;
}

