@charset "utf-8";

/* Copyright NEC Corporation. All Rights Reserved. */
/* $Id: /nec_tmp/v1/common/css/style.css 2007/11/30 $ */
/*  ****************  Style TOC  ****************  */
/** 01: /index.html
/** 02: Flow Table Styles
/** 03: Table Styles
/** 04: Related Links
/** 05: Note Txt
/** 06: Link Icon
/*  *********************************************  */



/* =============================================== */
/** 01: /index.html
/* ----------------------------------------------- */


/*　Column　*/
.NF-imgtxt .NF-itRight p {
	font-size:80%;
}


/*　Bunner_Line　*/
.NF-TopBanner {
	text-align:center;
}


/*　Bunner　*/
.NF-Border {
	width: 100%;
	clear: both;
	border-bottom:#C0C0C0 1px solid;
	margin:10px 0;
	padding:0;
}
.NF-Border hr {
	display:none;
}


/*　Mark　*/
.mainIndex #NF-ContentArea {
	position:relative;
	float:none;
	/*\*//*/
	float:left;
	/**/
}

#NF-MainConArea {
	position:relative;
}
.Ex {
/*		padding-bottom: 170px;	*/
	padding-bottom: 180px;	/* 20080509matu */

}
.NF-TopMark {
	position:absolute;
	bottom:0;
	width:251px;
}
.NF-TopMark p {
	text-align:center;
}
.NF-TopMark p img {
/*	margin:0 5px 10px;	*/
	margin:4px 0 8px 10px;	/* 20080509matu */
}



/* =============================================== */
/** 02: Flow Table Styles
/* ----------------------------------------------- */

#NF-ContentArea .NF-main table.NF-Flow {
	width: 550px;
	border-collapse: collapse;
	margin-bottom: 40px;
	border-spacing: 0px;
	border-top: 2px solid #C9D9D7;
	border-bottom: 2px solid #C9D9D7;
}

#NF-ContentArea .NF-main table.NF-Flow th {
	padding: 3px 6px;
	border:none;
	text-align: left;
	vertical-align: top;
	background: #eee;
	font-weight: normal;
}

#NF-ContentArea .NF-main table.NF-Flow td {
	padding: 3px 6px;
	border:none;
	border-top: 1px dotted #555;
	text-align: left;
	vertical-align: top;
}



/* =============================================== */
/** 03: small Table Styles
/* ----------------------------------------------- */

#NF-ContentArea .NF-main table.NF-smallTable {
	width: 520px;
}








/* =============================================== */
/** 04: Related Links
/* ----------------------------------------------- */

.NF-RelatedLink {
	border: 1px solid #aaa;
	margin: 50px 10px 20px;
	clear: both;
	
}
.NF-RelatedLink dt {
	padding: 4px 10px;
	font-weight: bold;
	background: #efefef;
}
.NF-RelatedLink dd {
	padding: 4px 18px;
}
.NF-RelatedLink dd dt {
	background:#FFFFFF;
}

#NF-ContentArea .NF-main ul.NF-nestList li.NF-popup {
	background: url("/nec_tmp/v1/common/images/bullet_w_arrow.gif") 0 4px no-repeat;
}



/* =============================================== */
/** 05: Note Txt
/* ----------------------------------------------- */

.NF-NoteTxt {
	color:#FF0000;
}
em.NF-NoteTxt {
	color:#FF0000;
	font-weight:bold;
}


/* =============================================== */
/** 06: Link Icon
/* ----------------------------------------------- */

#NF-ContentArea .NF-main ul.NF-nestList li {
	background: url("/nec_tmp/v1/common/images/blt_blue_s.gif") 0 0.4em no-repeat;
}
#NF-ContentArea .NF-main ul.NF-nestList li.NF-popup {
	background: url("/nec_tmp/v1/common/images/bullet_w_arrow.gif") 0 2px no-repeat;
}



#NF-ContentArea .NF-main .NF-dateSet dl dd.NF-popup {
	background: url("/nec_tmp/v1/common/images/bullet_w_arrow.gif") 110px 2px no-repeat;
	_background-position: 120px 2px;
	_height: 1em;
}

/* =============================================== */
/** 07: Section Box Series (.NF-main)
080229_ogawa
/* ----------------------------------------------- */
/** Border+White Background Box(sectionBox) */
/** No Border Box(sectionBoxEx) */
#NF-ContentArea .NF-main .NMP-sectionBox,
#NF-ContentArea .NF-main .NMP-sectionBoxEx {
	clear: both;
	width: 550px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
#NF-ContentArea .NF-main .NMP-sectionBox .NMP-innerBox,
#NF-ContentArea .NF-main .NMP-sectionBoxEx .NMP-innerBox {
	width: 550px;
	padding: 10px 15px;
}
#NF-ContentArea .NF-main .NMP-sectionBox .NMP-innerBox:after,
#NF-ContentArea .NF-main .NMP-sectionBoxEx .NMP-innerBox:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#NF-ContentArea .NF-main .NMP-sectionBox .NF-textBox,
#NF-ContentArea .NF-main .NMP-sectionBoxEx .NF-textBox {
	width: 520px;
}
#NF-ContentArea .NF-main .NMP-sectionBox .NMP-innerBox .NF-textBox p,
#NF-ContentArea .NF-main .NMP-sectionBoxEx .NMP-innerBox .NF-textBox p {
	margin: 0 0 5px 0;
}
#NF-ContentArea .NF-main .NMP-sectionBox .NMP-innerBox .NF-textBox h3,
#NF-ContentArea .NF-main .NMP-sectionBoxEx .NMP-innerBox .NF-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 .NMP-sectionBox {
	background: #fff url("/common/images/box_border_2c_bottom.gif") left bottom no-repeat;
}
#NF-ContentArea .NF-main .NMP-sectionBox .NMP-innerBox {
	background: url("/common/images/box_border_2c_bg.gif") no-repeat;
}


