#topnewsBox{
	width:500px;
	height:170px;
	margin:0 auto;
	overflow: hidden;
}

.feedbox{
	width:100%;
	height:170px;
	margin:0 auto;
	overflow: auto;
  border: none;
}

#topnewsBox dl{
	padding:0;
	font-size:77%;
}

#topnewsBox dt {
	float:left;
	padding:5px 0 5px 10px;
}

#topnewsBox dd {
	padding: 5px 0 5px 90px;
	border-bottom:1px dotted #DFDFD0;
}

#topnewsBox dd a:link,#topnewsBox dd a:visited {
	text-decoration:none;
	color:#F67210;
}

#topnewsBox dd a:hover {
	text-decoration: underline;
}
