@charset "shift_JIS";

@import "n_base.css";

body#top-innews{
	background: #FEFE9A url(../img/n_newsbg.gif);
	margin:5px;
	font-size:12px;
	text-align:left;
	width:88%;

}


#top-news-text{
	width:432px;
}


#top-news-text ul{
	list-style:none;
}

#top-news-text ul li{
	background:url(../img/n_news_line.gif) no-repeat bottom;
	padding:3px 0;
	margin-top:3px;


}
#top-news-text ul li a{
	background:url(../img/n_news_icon_off.jpg) no-repeat left;
	padding-left:18px;
	display:block;
}
#top-news-text ul li a:hover{
	background:url(../img/n_news_icon_on.jpg) no-repeat left;
	text-decoration:none;
	color:#FF00FF;
}

