@charset "Shift_JIS";
/***************************************************************

* PRIMA CLAIRE
* topnews.css

***************************************************************/
a {
	color: #333333;
	text-decoration: underline;
	border:none;
	outline: none;
}
a:hover {
	color:#588f0e; 
	text-decoration: underline;
	border:none;
}


dl#topnews {
	margin: 0 0 10px 10px;
	font-size: 90%;
	font-family: Osaka,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


dl#topnews dt {
	clear: both;
	float: left;
	margin-bottom: 6px;
	width: 7.5em;
	background: url(../img/home/topnews_bg.gif) no-repeat right top;
}

dl#topnews dd {
	margin: 0 0 6px 8.5em;
}

