﻿@charset "utf-8";
body {
    background: #2e2e2e;
}
	#aside{float:left; width:100%; height:auto; }
		#leftLanking{width:100%; margin-bottom:10px; overflow:hidden;}
		#leftLanking h2{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 49px;
    float: left;
    background: #464646;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
    border-bottom: 3px solid #e49c12 !important;
			}
		#leftLanking ul{width:100%; height:34px; line-height:33px; background:#2e2e2e; overflow:hidden; position:relative; text-align:center; border-bottom:1px solid #2e2e2e;}
		#leftLanking ul li{display:inline;}
		#leftLanking ul li.prev{position:absolute; left:0px; top:0px; display:block;}
		#leftLanking ul li.next{position:absolute; right:0px; top:0px; display:block;}
		#leftLanking ul li a {color: #fff;display:inline-block; padding:0 2px; height:33px; line-height:33px; font-weight:bold; font-size:12px;}
		#leftLanking ul li a:link,
		#leftLanking ul li a:visited{color:#fff;}
		#leftLanking ul li a:hover{color:#fff;}
		#leftLanking ul li a.on{color:#fff; text-decoration:underline;}
		#leftLanking dl{width:100%; border:1px solid #333333;}
		#leftLanking dl dt{background:#2e2e2e; padding:10px; text-align:left; overflow:hidden;}
		#leftLanking dl dt a{color: #fff;display:inline-block; padding:4px; font-size:12px;}
		#leftLanking dl dt a:link,
		#leftLanking dl dt a:visitied{color:#fff;}
		#leftLanking dl dt a:hover{color:#fff;}
		#leftLanking dl dt a.on{color:#fff; text-decoration:underline; font-weight:bold;}
		#leftLanking dl dd {width:100%; overflow:hidden;background: #2e2e2e;}
		#leftLanking dl dd table{width:100%; border-top:2px solid #333; }
		#leftLanking dl dd table thead th{height:24px; text-align:center; font-weight:normal; color:#fff;  background:#2e2e2e; border-bottom:1px solid #333; font-size:11px;}
		#leftLanking dl dd table tbody th{color:#fff; font-family:verdana; font-size:10px; border-bottom:1px solid #333;}
		#leftLanking dl dd table tbody tr.first th{color:#fff;}
		#leftLanking dl dd table tbody td{height:27px; text-align:center; border-bottom:1px solid #333; color:#fff; font-size:11px;}
		#leftLanking dl dd table tbody tr.first td{font-weight:bold;}
		#leftLanking dl dd table tbody tr:hover{background:#000;}
		#leftLanking dl dd table tbody td.left{text-align:left;}
		#leftLanking dl dd table tbody td.left > img{height:20px;}
		#leftLanking dl dd a.more{height:40px; line-height:40px; display:block; clear:both; text-align:center; color:#fff; font-weight:bold;}
		#leftLanking dl dd a:hover.more{color:#fff}