/* CSS Document */
html {
	overflow-x : hidden;
	overflow-y : auto;
} 
/*----------------------------------------------------
	新着ニュース
----------------------------------------------------*/
#news_frame {
	background-image: url(../img/index/bg_topics.jpg);
	background-repeat: no-repeat;
}
#news {
	font-size: 80%;
}
/*----------------------------------------------------
	新着ニュース　(文字スタイル)
----------------------------------------------------*/
#news a,
#news a:link,
#news a:visited {
	color: #008833;
	text-decoration: none;
}
#news a:focus,
#news a:hover,
#news a:active {
	color: #008833;
	text-decoration: underline;
}
#news table {
	margin: 0;
	text-align: left;
	color: #333333;
}
.bg_line {
	background-image: url(../img/index/bg_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#news td {
	_font-size: 80%;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 150%;

}


