
/* ------------------------------
 TopPage - Local
------------------------------ */
.top-content-section{
	margin:15px 5px;
	}
.top-contents-list li{
	float:left;
	}

.top-column .left-column {
	width:565px;
	float:left;
	margin-left:5px;
	}
.top-column .right-column {
	width:310px;
	float:right;
	}

.news-column {
	margin:5px 0px;
	background:#ffffff url(/images/top_bg_news_bottom.gif) no-repeat bottom;
	padding-bottom:20px;
	}
.news-column h3 {
	margin-bottom:5px;
	}
.news-list {
	margin:0 25px;
	border-bottom:1px solid #cccccc;
	}
.news-list dt {
	color:#007ACC;
	font-size:12px;
	-webkit-text-size-adjust:none;
	font-weight:bold;
	line-height:1.6;
	padding:7px 0px;
	float:left;
	width:80px;
	border-top:1px solid #cccccc;
	}
.news-list dd {
	font-size:12px;
	-webkit-text-size-adjust:none;
	line-height:1.6;
	padding:7px 0px;
	float:left;
	width:435px;
	border-top:1px solid #cccccc;
	}
.news-list dd:after{
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}