
ul#news {
	float: left;
	width: 420px!important;
	width/**/: 440px;
	_width: 420px;
	height: 90px!important;
	height/**/: 100px;
	padding: 10px 0px 0px 20px;
}
ul#news li {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 2.0em;
	background-image: url(../images/ic_news.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left center;
	padding: 3px 0px 3px 0px;
}
*:first-child+html ul#news li { //ie7用にトピックス行間詰め
	line-height: 1.2em;
	padding: 0px;
}
ul#news li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 14px;
}
ul#news li a:link,ul#news li a:active,ul#news li a:visited {
	color: #FFFFFF;
}
ul#news li a:hover {
	color: #9DCD00;
}

ul#news li span {
	color: #FF8822;
	padding: 0px 20px 0px 0px;
}
