@charset "utf-8";



#news_body {
	padding: 0 1px;
}

#news_body .date {
	float: left;
	padding: 0 20px 8px 0;
}

#news_body .category {
	padding: 0 0 8px;
}

#news_body .title {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 18px;
	color: #669900;
}

#news_body .cap {
	font-size: 11px;
	line-height: 18px;	
}

#news_body img {
	margin-bottom: 5px;
}


#news_body .out_link {
	background:  url(../imgs/icon_link_out.gif) no-repeat 2px center;
	padding-left: 18px;
	padding-right: 2px;
}

a:link.out_link {
	color:#7195D1;
	text-decoration:none;
}

a:hover.out_link {
	color:#477BD0;
	text-decoration:underline;
}

#news_body .arrow {
	background:  url(../imgs/icon_link_arrow.gif) no-repeat 4px center;
	padding-left: 18px;
	padding-right: 2px;
}

#menu #menu_body ol {
	list-style: none;
}

#menu #menu_body ol li {
	background:  url(../imgs/icon_link_arrow_s.gif) no-repeat 4px 9px;
	padding: 4px 0 7px 18px;
	font-size: 11px;
	line-height: 16px;
}

#menu #menu_body ol li a {

}
