@charset "utf-8";


/* ---------------------------------------------
	news
--------------------------------------------- */


body#news div.entriesSec {
	margin: 0 185px 0 56px;
	font-size: 115%;
}
	body#news div.entrySec {
		padding-top: 12px;
		padding-bottom: 12px;
		background: transparent url(../img/cmn_dot-X.gif) repeat-x left bottom;
	}
		body#news .entryTitle {
			position: relative;
			margin-left: 24px;
			color: #39b029;
			font-weight: bold;
		}
			body#news .entryTitle img {
				display: block;
				position: absolute;
				left: -24px;
				top: 1px;
			}
		body#news .entryBody {
			margin-left: 24px;
		}