

.each_news {
	font-family: arial,helvetica,verdana,sans-serif;
    font-size: 14px;
	}

	.each_news a:link {
		font-weight: bold;
		text-decoration: none;
	}
	
	.each_news a:hover {
		text-decoration: underline;
	}
	#news-onhome{
		display:inline-block;
		background-color: #EBEBEB;
		border: 1px solid #CCCCCC;
		padding: 0 5px 5px 15px;
	}
	#news_wrap{
		margin-top:10px
	}
	#news_wrap h2{
		display: inline-block;
    margin: 0;
    padding-right: 11px;
    width: 315px;
    font-size: 
	}
	#news_wrap h2 a:link{
		color: #000000;
		font-size: 0.5em;
		text-decoration: none;
	    font-weight: bold;
	}
.clearboth{

	clear:both;
}