@charset "utf-8";

/* =============================================== */
/** NF-ContentArea
/* ----------------------------------------------- */

#NF-ContentArea {
	padding: 18px 20px 0 20px;
}

#NF-ContentArea .NF-main {
	float: none;
	clear: both;
}


/* =============================================== */
/** FootArea
/* ----------------------------------------------- */

#NF-FootArea {
	width: 100%;
}

#NF-FootArea address {
	margin-top: 4px;
	padding-left: 10px;
}


/* =============================================== */
/** h1
/* ----------------------------------------------- */

#NF-ContentArea .NF-main h1 {
	clear: both;
	width: 570px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border: 0 none;
	background: url("/nec_tmp/v1/common/images/h2_2cl_bottom.gif") left bottom no-repeat !important;
	_height: 1em; /* for IE6 */
	font-size: 95%;
	line-height: 1.2;
}

#NF-ContentArea .NF-main h1 span.NF-text {
	display: block;
	padding: 6px 5px 2px 23px;
	background: url("/nec_tmp/v1/common/images/h2_2cl_bg.gif") no-repeat;
	_height: 1em; /* for IE6 */
}


/* =============================================== */
/** h2
/* ----------------------------------------------- */

#NF-ContentArea .NF-main h2 {
	clear: both;
	width: 560px;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	background: url("/nec_tmp/v1/common/images/dot.gif") left bottom repeat-x;
	_height: 1em; /* for IE6 */
	font-size: 95%;
}

#NF-ContentArea .NF-main h2 span.NF-text {
	display: block;
	padding: 0 0 0 15px;
	background: url("/nec_tmp/v1/common/images/blt_indigo.gif") 0 2px no-repeat;
	_height: 1em; /* for IE6 */
}


/* =============================================== */
/** h3
/* ----------------------------------------------- */

#NF-ContentArea .NF-main h3 {
	clear: both;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	_height: 1em; /* for IE6 */
	background: none;
	font-size: 95%;
}
#NF-ContentArea .NF-main h3 span.NF-text {
	display: block;	
	padding: 0 0 0 15px;
	background: url("/nec_tmp/v1/common/images/blt_blue.gif") 0 2px no-repeat;
	_height: 1em; /* for IE6 */
}


