@charset "utf-8";
/*
ニュース

*/

#main dl{
	font-size:13px;
	color:#626262;
	margin-bottom:3.6em;
}
#main dl a{
	color:#626262;
	text-decoration:underline;
}
#main dt{
	float:left;
	width:90px;
	min-height:14px;
}
#main dd{
	margin-left:90px;
	padding:0 0 7px 57px;
	min-height:19px;
}
#main dd.news{
	background:url(/img/top/mark-news.png) no-repeat 0 2px;
}
#main dd.topics{
	background:url(/img/top/mark-topics.png) no-repeat 0 2px;
}
