@charset "UTF-8";

/*START NEWS CSS*/

#news h2 {
	font-size:180%;
	padding:20px 10px 10px 5px;
	color:#306FA3;
}

#news h3 {
	font-size:150%;
	font-weight:500;
	padding:12px 10px 5px 8px;
	color:#6c5545;
}

#news p {
	padding:0px 200px 0 20px;
	line-height:150%;
	font-size:120%;
}

#news #content ul li{
	list-style-image:url(/assets/common/images/list_square.gif);
	list-style-type:none;
	list-style-position:outside;
	line-height:150%;
	font-size:120%;
}
	
#news #inner .i4 {
	background:#fff;
	background-image:none !important;
}

