@charset "utf-8";
/* CSS Document */

div#news{
	background:url(../../img/hako/news.jpg) no-repeat;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	height:180px;
	width:180px;
}
div#news a{
	color:#993366;
	text-decoration:none;
}
div#news a:hover{
	color:#FF6717;
	text-decoration:underline;
}
div#news_area{
	padding-top:0px;
}
div#news div#link{
	
	width:180px;
	height:52px;
	text-indent:-9999px;
	display:block;
}
div#news div#link a{
	display:block;
	width:180px;
	height:52px;
}
div#news_area ul#news_main{
	overflow:auto;
	height:109px;
	width:162px;
	padding-left:12px;
	font-size:10px;
	line-height:110%;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#news_area ul#news_main p.news_title{
	font-size:12px;
	margin:5px 0 3px 0;
	padding-left:12px;
	background:url(../../img/top/news-listicon.gif) no-repeat;
	line-height:130%;
}
div#news_area ul#news_main p.news_text{
	font-size:10px;
	margin:0 0 2px 12px;
	line-height:120%;
}

div#news_link{
	padding-left:114px;
	padding-top:2px;
	font-size:0.1%;
}
div#news_link a{
	width:65px;
	height:13px;
	background:url(../../img/top/news-btn.jpg) no-repeat 0px 0px;
	display:block;
	text-indent:-9999px;
	
}
div#news_link a:hover{
	background:url(../../img/top/news-btn.jpg) no-repeat 0px -13px;
}

