@charset "utf-8";

#news_area {
	display: block;
	height: 500px;
	overflow: auto;
}
#news_area p a {
	text-decoration: none;
}

