/*** ncstd.css ***/

body{
	font-size:		10pt; 
	font-weight:	normal; 
	line-height:	1.1em;
}

/*** Format ***/
body,p,div,span,h1,h2,h3,h4,h5,h6,blockquote,ul,li{
	margin:			0em;
	font-weight:	normal; 
}

/*** SPAN Atribute ***/
f15.f14.f13.f12.f11.f10.f9.f8{
	margin:			0.2em 0em 0em 0em;
	line-height:	1.3em;
}
.f15{font-size:15pt;line-height:1.1em;}
.f14{font-size:14pt;line-height:1.1em;}
.f13{font-size:13pt;line-height:1.1em;}
.f12{font-size:12pt;line-height:1.1em;}
.f11{font-size:11pt;line-height:1.1em;}
.f10{font-size:10pt;line-height:1.1em;}
.f9{font-size:9pt;	line-height:1.1em;}
.f8{font-size:8pt;	line-height:1.1em;}

/*** DIV Attribute ***/
.bx,.bx2,.bx3{border-style:solid;					/* sqare box	*/}
.tr,.tr2,.tr3{border-style:solid solid	none none;	/* top right	*/}
.tb,.tb2,.tb3{border-style:solid none;				/* top bottom	*/}
.tl,.tl2,.tl3{border-style:solid none none solid;	/* top left		*/}
.rb,.rb2,.rb3{border-style:none solid solid none;	/* right under	*/}
.rl,.rl2,.rl3{border-style:none solid;				/* right left	*/}
.bl,.bl2,.bl3{border-style:none none solid solid;	/* bottom left	*/}
.tt,.tt2,.tt3{border-style:solid none none none;	/* top only		*/}
.rr,.rr2,.rr3{border-style:none solid none none;	/* right only	*/}
.bb,.bb2,.bb3{border-style:none none solid none;	/* bottom only	*/}
.ll,.ll2,.ll3{border-style:none none none solid;	/* left only	*/}
.nn,.nn2,.nn3{border-style:none none none none:		/* no border	*/}

.center{text-align:center}
.left{text-align:left}
.right{text-align:right}

/*** Anchor Attribute ***/
a{
	text-decoration:	none;
}
a:link,a:visited{
	color:				#036;
}
a:hover{
	color:				#f06;
}
a:active{
	color:				#03c; 
}
a img{
	border-style:		none;
}

/*** IME Mode ***/
.ime-on{	ime-mode:	active;}
.ime-off{	ime-mode:	inactive;}

/*** Table Attribute ***/
table{	
	font-size:			10pt;
	/*border-collapse:	collapse;*/
}

/*** List Attribute ***/
ul{list-style-type:none;line-height:1.1em;}

/* List Color HTML format
<div class=infoX>
	<div class="head">XXXXXXXXXX</div>
	<ul>
		<li>XXXXXXXXXX
		<li>XXXXXXXXXX
		<li>XXXXXXXXXX
		<li>XXXXXXXXXX
	</ul>
</div>
*/
.infoR		{background-color:#fcf;	color:#000;						margin-top:0.2em;	padding-left:0.5em;	}
.infoR .head{background-color:#f36;	color:#fff;	font-weight:bold;	margin-left:-0.5em;	padding-top:0.2em;	}

.infoY		{background-color:#ffc;	color:#000;						margin-top:0.2em;	padding-left:0.5em;	}
.infoY .head{background-color:#996;	color:#fff;	font-weight:bold;	margin-left:-0.5em;	padding-top:0.2em;	}

.infoB		{background-color:#cff;	color:#000;						margin-top:0.2em;	padding-left:0.5em;	}
.infoB .head{background-color:#069;	color:#fff;	font-weight:bold;	margin-left:-0.5em;	padding-top:0.2em;	}
		
.infoG		{background-color:#cfc;	color:#000;						margin-top:0.2em;	padding-left:0.5em;	}
.infoG .head{background-color:#066;	color:#fff;	font-weight:bold;	margin-left:-0.5em;	padding-top:0.2em;	}

.infoN		{background-color:#fff;	color:#000;						margin-top:0.2em;	padding-left:0.5em;	}
.infoN .head{background-color:#fff;	color:#000;	font-weight:bold;	margin-left:-0.5em;	padding-top:0.2em;	border-style:solid none;border-width:0.1pt;border-color:#000}
	
/*** button ***/
input.button					{	width			:28mm;						}
input.buttonl					{	width			:45mm;						}

/*** button to link ***/
.linkbuttonR{
	border-style	:none;
	background-color:transparent;
	font-weight		:bolder;
	text-decoration	:underline;
	text-align		:right;
	color			:blue;
}
.linkbuttonL{
	border-style	:none;
	background-color:transparent;
	font-weight		:bolder;
	text-decoration	:underline;
	text-align		:left;
	color			:blue;
}