@charset "utf-8";
/*----------------------------news_left----------------------------*/
#rankBody {
	margin:0 auto;
	width:800px;
}
#rankBody .location {
	padding:5px;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#rankBody .rankBox {
	margin:0 auto;
	padding:10px 0 10px 0;
	width:767px;
}
.rankTop {
	background:url(../img/rankTop.gif) no-repeat;
	height:18px;
}
.rankBot {
	background:url(../img/rankBot.gif) no-repeat;
	height:18px;
}
.rankBg {
	background:url(../img/rankBg.gif);
	padding:5px;
}
.rankTable {
	margin:0 auto;
	width:700px;
	border:0;
}
.rankTable th {
	background-color: #CC0000;
	color: #FFFFFF;
	height:30px;
	line-height:30px;
}
.rankTable tr {
	background-color:#F0F0F0;
}
.rankTable td {
	padding:3px 5px 3px 5px;
	text-align:center;
}
.rankBar {
	height:8px;
	background-color:#FFCC00;
}

