@charset "utf-8";

/* CSS Document */
#left {
	float: left;
	width: 132px;
	padding-right: 23px;
	padding-left: 10px;
}
#left #left_menu ul{
	margin: 0px;
	padding: 7px 0px 5px;
	list-style: none;
}
#left #left_menu ul li {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #dddddd;
	font-size: 0.8em;
}
#left #left_menu ul li a {
	color: #3d3d3d;
}
#left #left_menu ul li a:hover {
	color: #3469B9;
}
#left #left_menu ul .page_now a {
	color: #2E5EAA;
	font-weight: bold;
}
#left #left_btn {
	width: 132px;
	padding-top: 20px;
}
#left #left_btn .btn_cont {
	background: url(../images/page_left_bg.jpg);
	width: 118px;
	padding-right: 7px;
	padding-left: 7px;
}
#left #left_btn .btn_cont p {
	border-bottom: 1px dashed #C7E85B;
	text-align: center;
	font-size: 0.8em;
	padding-top: 8px;
	padding-bottom: 8px;
}
#left #left_btn .btn_cont p a {
	color: #624411;
}




#content {
	float: left;
	width: 610px;
	padding-left: 3px;
}
#content .top {
	background: url(../images/page_title_bg.jpg);
	height: 58px;
	width: 604px;
}
#content .top .title {
	float: left;
	padding-left: 15px;
	padding-top: 7px;
}
#content .top .site {
	float: right;
	font-size: 0.7em;
	padding-top: 30px;
	color: #757575;
	padding-right: 5px;
}
#content .top .site a {
	color: #757575;
}
#links {
	background: url(../images/links_bg.jpg) repeat-y 23px 0px;
	float: left;
	width: 154px;
	padding-left: 23px;
}
#links .left {

}
#links .l_cont {
	text-align: center;
	width: 154px;
	padding-top: 7px;
}
#links .l_cont .hot{
	width:121px;
	padding-left: 16px;
}
#links .l_cont .hot ul{
	overflow:hidden;
	margin:0;
	padding:0;
	width: 121px;
	height: 250px;
}
#links .l_cont .hot ul li{
	padding-bottom: 7px;
}
#links .l_cont .hot ul li a{
	color:#111;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#links .l_cont .hot ul li a:hover{
	color:#C36;
}

#links .right {
	background: url(../images/links_bg_down.jpg) no-repeat;
	width: 154px;
	height: 8px;
}
