@charset "UTF-8";

#news-feed {
	background-color: #f8f8f8;
	height: 100px;
	width: 625px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", sans-serif, Verdana;
	font-size: small;
	color: #888;
	text-decoration: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	list-style-type: none;
}

#news-feed li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
}

#news-feed a:link {
	color: #666;
	text-decoration: none;
}
#news-feed a:visited {
	text-decoration: none;
	color: #666;
}
#news-feed a:hover {
	text-decoration: none;
	color: #d6c656;
}
#news-feed a:active {
	text-decoration: none;
	color: #d6c656;
}
