@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name: news.css
----------------------------------------------------------- */
#navYears {
	width:650px;
	background:url(../img/share/bg-contents_top.gif) no-repeat top;
}
#navYears ul {
	width:585px;
	padding-top:33px;
	padding-left:35px;
}
#navYears ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#navYears li {
	float:left;
	width:60px;
	margin-right:5px;
}
#navYears li.current a {
	color:#0b74b1;
	background:url(../img/news/btn-years_on.gif) no-repeat left;	
}
#navYears li.current a span {
	color:#0b74b1 !important;
	font-weight:bold;
	text-decoration:none;	
}
#navYears li.last {
	margin-right:0px;
}
#navYears li a:link {
	text-decoration:none;	
}
#navYears li a {
	display:block;
	font-size:13px;
	margin-left:8px;
	padding:10px 0 10px 11px;
	background:url(../img/news/btn-years_off.gif) no-repeat left;
}
#navYears li a:hover {
	color:#0b74b1;
	background:url(../img/news/btn-years_on.gif) no-repeat left;	
}
#navYears li a span {
	display:block;
	padding-left:6px;
}

#navYears li a:link span{
	color:#222222;
	text-decoration:none;
}

#navYears li a:hover span {
	color:#0b74b1;
	font-weight:bold;
	text-decoration:none;
}
* html #navYears li a:hover span {
	color:#0b74b1;
}

#navYears li a:visited span{
	color:#222222;
	text-decoration:none;
}
#tabNav {
	width:580px;
	height:31px;
	background:url(../img/news/bg-nav.gif) no-repeat bottom;
	position:relative;
}
#tabNav li {
	position:absolute;
}
#tabNav #all {
	top:0px;
	left:20px;
}
#tabNav #finance {
	top:0px;
	left:127px;
}
#tabNav #library {
	top:0px;
	left:235px;
}
#tabNav #news {
	top:0px;
	left:343px;
}
#tabNav #notifice {
	top:0px;
	left:451px;
}

#tabArea {
	padding-top:30px;
	padding-bottom:222px;
}
#tabArea dl {
    clear: both;
}
#tabArea dt {
    float: left;
    padding-right: 8px;
}
#tabArea dd {
    float: left;
    padding-bottom:21px;
    line-height: 180%;
}
#tabArea dd a {
    line-height: 180%;
}
#tabArea dd.date {
    line-height: 180%;
    padding-right: 6px;
    width: 98px;
}
#tabArea dd.topicInfo {
    padding-bottom: 6px;
    width: 380px;
}
#tabArea dd.topicInfo span {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom:14px;
}
#tabArea dd.topicInfo span img {
    padding-right: 3px;
}
#tabArea dd.topicInfo span img {
	/vertical-align:baseline;
}
#newsSection .pageTop {
	width:580px;
	margin:15px auto 0px;
	text-align:right;
}