/* =============================================== */
/** 06: Table Styles
/* ----------------------------------------------- */
#NF-ContentArea .NF-main table {
	width: 550px;
	border-collapse: separate;
	margin-bottom: 10px;
	border-spacing: 1px;
}
#NF-ContentArea .NF-main table th {
	padding: 5px 9px;
	border: 1px solid #c8c8c8;
	text-align: left;
	vertical-align: top;
	background: #eee;
	font-weight: normal;
}
#NF-ContentArea .NF-main tr.NEN-dataHighLight td,
#NF-ContentArea .NF-main tr.NEN-dataHighLight th {
	background: #ddd;
}
#NF-ContentArea .NF-main table td {
	padding: 5px 9px;
	border: 1px solid #c8c8c8;
	text-align: left;
	vertical-align: top;
}
#NF-ContentArea .NF-main .NEN-preFormat {
	text-align: right;
}

/* table˜g‚È‚µ */
#NF-ContentArea .NF-main table.nentable {
}
#NF-ContentArea .NF-main table.nentable th {
	border: 0;
}
#NF-ContentArea .NF-main tr.NEN-dataHighLight td,
#NF-ContentArea .NF-main tr.NEN-dataHighLight th {
}
#NF-ContentArea .NF-main table.nentable td {
	border: 0;
}
#NF-ContentArea .NF-main .NEN-preFormat {
}

/* =============================================== */
/** 07: Section Box Series (.NF-main)
/* ----------------------------------------------- */
/** Border+White Background Box(sectionBox) */
/** No Border Box(sectionBoxEx) */
#NF-ContentArea .NF-main .NEN-sectionBox,
#NF-ContentArea .NF-main .NEN-sectionBoxEx {
	clear: both;
	width: 540px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-innerBox {
	width: 540px;
	padding: 10px 15px;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox:after,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-innerBox:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-textBox,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-textBox {
	width: 520px;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox .NEN-textBox p,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-innerBox .NEN-textBox p {
	margin: 0 0 5px 0;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox .NEN-textBox h3,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-innerBox .NEN-textBox h3 {
	margin-left: 0;
	padding: 5px;
	background: url("/nec_tmp/v1/common/images/dot.gif") left bottom repeat-x;
}
/** Border+White Background Box(sectionBox) */
#NF-ContentArea .NF-main .NEN-sectionBox {
	background: #fff url("../css/imgs/box_border_2c_bottom.gif") left bottom no-repeat;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox {
	background: url("../css/imgs/box_border_2c_bg.gif") no-repeat;
}

/** Small Thumbnail Pattern(White&NoBorder) */
/* ===MEMO======================= */
/* White: NF-sectionBox
/* NoBorder: NF-sectionBoxEx
/* ---------------------------- */
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox .NEN-textBox p.NEN-smallThumb img,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-innerBox .NEN-textBox p.NEN-smallThumb img {
	float: left;
	margin-right: 10px;
}

/* Small Thumbnail Pattern(Reverse layout) */
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox .NEN-textBox p.NEN-smallThumbRev img,
#NF-ContentArea .NF-main .NEN-sectionBoxEx .NEN-innerBox .NEN-textBox p.NEN-smallThumbRev img {
	float: right;
	margin-left: 10px;
}

/** Medium Thumbnail Pattern(Gray&White&NoBorder) */
#NF-ContentArea .NF-main .NEN-mediumThumb .NEN-imageBox {
	float: left;
	width: 200px;
	margin-right: 20px;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main .NEN-mediumThumb .NEN-textBox {
	float: left;
	width: 300px;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox .NEN-textBox p.NEN-detailLink {
	text-align: right;
}
#NF-ContentArea .NF-main .NEN-sectionBox .NEN-innerBox .NEN-textBox p.NEN-detailLink a {
	padding-left: 13px;
	background: url("/nec_tmp/v1/common/images/blt_link_orange_s.gif") 0 0.3em no-repeat;
}

/* Medium Thumbnail Pattern(Reverse layout) */
#NF-ContentArea .NF-main .NEN-mediumThumbRev .NEN-imageBox {
	float: right;
	width: 100px;
	margin-right: 15px;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main .NEN-mediumThumbRev .NEN-textBox {
	float: left;
	width: 390px;
}

/** Large Thumbnail Pattern(NoBorder Only) */
#NF-ContentArea .NF-main .NEN-largeThumb .NEN-imageBox {
	float: left;
	width: 120px;
	margin-right: 10px;
}
#NF-ContentArea .NF-main .NEN-largeThumb .NEN-textBox {
	float: left;
	width: 390px;
}

/* Large Thumbnail Pattern(Reverse layout) */
#NF-ContentArea .NF-main .NEN-largeThumbRev .NEN-imageBox {
	float: right;
	width: 120px;
	margin-right: 15px; 
}
#NF-ContentArea .NF-main .NEN-largeThumbRev .NEN-textBox {
	float: left;
	width: 390px;
}
#NF-ContentArea .NF-main .NEN-sectionBoxEx,
#NF-ContentArea .NF-main .NEN-sectionBox {
	_float: none;
}

/* ===MEMO======================= */
/* White: NEN_sitemap
/* NoBorder: 
/* ---------------------------- */
#NEN-sitemap {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F79600;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F79600;
	text-indent: 2px;
	font-size: 95%;
}
	
#NEN-sitemap.NEN-link span.NEN-text {
}

#NEN-sitemap.NEN-link a {
	text-decoration: none;	
	display: block;
	_height: 1em; /* for IE6 */
}
#NEN-sitemap.NEN-link a:hover {
	text-decoration: underline;
}

/* ===MEMO======================= */
/* White: NEN_toppage
/* NoBorder: 
/* ---------------------------- */
#NEN-topBack0 {
	width: 486px;
	height: 113px;
	margin: 0px 0px 0px 10px;
	background: url("../img/e_nentop0.jpg") left center no-repeat;
}

#NEN-topBack1 {
	width: 486px;
	height: 313px;
	margin: 0px 0px 0px 10px;
	background: url("../img/e_nentop1.jpg") left center no-repeat;
}

#NEN-topBack2 {
	width: 486px;
	height: 163px;
	margin: 0px 0px 0px 10px;
	background: url("../img/e_nentop2.jpg") left center no-repeat;
}

.font1 {
	font-size: 14pt;
	padding: 0px 0px 0px 0px;
}
.font1b {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.font1rb {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color:#FF0000;
}
.font1bb {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color:#6600FF;
}
.NEN-dot1{ 
	margin: 6px 0px 0px 0px;
	font-size: 10pt;
	/* font-weight: bold; */
	padding: 5px 0px 0px 35px;
	background: url("/nec_tmp/v1/home/common/images/blt_blue_s.gif") 20px 10px no-repeat;
}
