@charset "utf-8";
/* CSS Document */

#banner {
	height: 130px;
	width: 965px;
	margin: 0px auto 10px;
	padding: 5px 0px 0px;
}
.ban-left {
	float: left;
	height: 130px;
	width: 210px;
}
.add-fav {
	background: url(../images/ico-fav.png) no-repeat left center;
	float: left;
	height: 18px;
	width: 210px;
}
.add-fav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	left: 20px;
	top: 2px;
	font-size: 8.5pt;
}
.logo-wrap {
	clear: both;
	height: 95px;
	width: 210px;
	padding: 15px 0px 0px;
}
.ban-right {
	float: right;
	height: 130px;
	width: 705px;
	position: relative;
}
.ban-right .ban-right-tl {
	float: left;
	height: 65px;
	width: 235px;
	background: url(../images/img-banner_01.jpg) no-repeat center top;
	position: relative;
}
.ban-right .ban-right-tmid {
	float: left;
	height: 65px;
	width: 235px;
	background: url(../images/img-banner_02.jpg) no-repeat center top;
	position: relative;

}
.ban-right .ban-right-tr {
	float: left;
	height: 65px;
	width: 235px;
	background: url(../images/img-banner_03.jpg) no-repeat center top;
}
.ban-right .ban-right-bl {
	float: left;
	height: 65px;
	width: 235px;
	background: url(../images/img-banner_04.jpg) no-repeat center top;
	position: relative;

}
.ban-right .ban-right-bmid {
	float: left;
	height: 65px;
	width: 235px;
	background: url(../images/img-banner_05.jpg) no-repeat center top;
}
.ban-right .ban-right-br {
	float: left;
	height: 65px;
	width: 235px;
	background: url(../images/img-banner_06.jpg) no-repeat center top;
	position: relative;

}
.ban-right-tmid img {
	position: absolute;
	top: -8px;
	right: 0px;
}
.ban-right-bl img {
	position: absolute;
	bottom: -20px;
	left: 25px;
}
.ban-right-br img {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
