/*-----------------------------------------------banner-------------------------------------------------*/
#banner{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 21px;
	_margin-top: 0px;
	clear:both;
	background-color:#000000;
}
#banner .block{
	background-image: url(../images/global_05.gif);
	background-repeat: repeat-x;
	height:205px;
	padding-left: 10px;
	padding-right: 10px;

}
#banner .block .block{
	width:165px;
	height:175px;
	display:block;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

}
#banner .block .block .content{
	font-size: 11px;
	margin-top: 10px;
	padding: 10px;
	line-height: 18px;
	height:50px;
	text-align: left;
}
#banner .block .block .link{
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
}
#banner .block .block a:hover{
	color: #CC0000;
	text-decoration: none;
}

/*-----------------------------------------------news-------------------------------------------------*/
.news{
	width: 465px;
	margin-right: 15px;
	float: left;
}
.news a{
	height: 20px;
	display:block;
	background-image: url(../images/news_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	color: #999999;
}
.news a:hover{
	color: #0066CC;
	text-decoration: none;
}
.news .date{
	font-size: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
/*-----------------------------------------------ad-------------------------------------------------*/
.ad{
	float: left;
	width: 290px;
}
.ad img{
	padding-bottom: 10px;
}
