@charset "utf-8";
/* CSS Document */

#nf_list {
	margin: 8px 14px;
	padding: 0px;
}
#nf_list dt {
	padding: 12px 2px 12px 20px;
	background: url(../images/nf_li_bg.gif) no-repeat center left;
	font-weight: bold;
}
#nf_list dt a {
	text-decoration: none;
}
#nf_list dd {
	margin: 0;
	padding: 0 10px 12px 20px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 120%;
}
