@charset "utf-8";
#main_content p {
	font-size: 0.875em;
	margin-bottom: 20px;
}
#main_content .top_nv_box {
	background-image: url(../images/main_nv_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 210px;
	float: left;
	margin-right: 5px;
}
#main_content .top_nv_box p {
	font-size: 0.75em;
	padding-top: 1px;
	margin: 0px;
	padding-bottom: 5px;
}
#main_content .top_nv_box p a {
	background-image: url(../images/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}


div#news_pr {
	padding-top: 30px;
}

div#news_pr ul {
	background-color: #F7EAEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

div#news_pr ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;

}

div#news_pr ul li.nonline {
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;

}

