h1,h2,h3,h4,h5,
img,span,
p,div,
ul,ol,dl,
li,dt,dd,
form {
	margin: 0;
	padding: 0;
	border: none;
	font-size:12px;
}

.clearFloat{
	clear:both;
}

p{
	line-height:1.5;
}


#techContainer{
	width:700px;
	background-color:#fff;
	text-align:left;
}

#contentsHeaderInner{
	width:700px;
	background:url("../images/head_corner.gif") no-repeat;
}

#contentsHeaderCaution{
	width:700px;
	color:#666;
}

#contentsHeaderCaution p{
	padding:20px 0 0 100px;
}



/*  ==== // CONTENS // ====  */
#contentsN0{
	width:610px;
	padding:0 10px 0 80px;
}

#contentsN1{
	width:610px;
	background:url("../images/n_1.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

#contentsN2{
	width:610px;
	background:url("../images/n_2.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

#contentsN3{
	width:610px;
	background:url("../images/n_3.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

#contentsN4{
	width:610px;
	background:url("../images/n_4.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

#contentsN5{
	width:610px;
	background:url("../images/n_5.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

#contentsN6{
	width:610px;
	background:url("../images/n_6.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

#contentsN7{
	width:610px;
	background:url("../images/n_7.gif") no-repeat left top;
	padding:0 10px 0 80px;
}

.contentsArea{
	width:610px;
	padding:10px 0 10px 30px;
	word-wrap:break-word;
}

.contentsArea2{
	width:610px;
	padding:10px 0 10px 0px;
	word-wrap:break-word;
}

.contentsArea p.normal{
	width:550px;
	word-wrap:break-word;
}

/*  // BLOCK TITLE //  */

#techContainer h2{
	width:550px;
	background:url("../images/h2_bd.gif") no-repeat left top;
	padding:10px 0 10px 30px;
	color:#ff0000;
	word-wrap:break-word;
}

#techContainer h2.single{
	width:550px;
	background:url("../images/h2_bd.gif") no-repeat left top;
	padding:20px 0 30px 30px;
	color:#ff0000;
	word-wrap:break-word;
}

.txtBK{
	color:#000;
}


/*  // BLOCK POINT //  */

.bPoint{
	width:560px;
	background:url("../images/c_point.gif") no-repeat left top;
	padding:10px 0 10px 30px;
	color:#0066cc;
	word-wrap:break-word;
}

.bPointEx{
	width:560px;
	background:url("../images/c_point.gif") no-repeat left top;
	padding:0 0 10px 30px;
	color:#0066cc;
	word-wrap:break-word;
}

.bPoint span,.bPointEx span{
	color:333;
}



/*  // POINT AREA //  */

.contentsPoint{
	width:550px;
	padding:30px 0 30px 40px;
	margin:0 0 12px 0;
	background:url("../images/m_point.gif") no-repeat  #ff7e00 left 50%;
	color:#fff;
	font-weight:bold;
	word-wrap:break-word;
}




/*  // ANCHOR //  */

.anchorContainer{
	width:690px;
	background:url("../images/anchor_bg.gif") no-repeat;
}


.anchorArea{
	width:55px;
	float:right;
}


.anchorUP{
	width:55px;
	height:23px;
	text-indent:-9999px;/*\*/overflow: hidden;/**/
	margin:0 0 15px 0;
}

.anchorDN{
	width:55px;
	height:23px;
	text-indent:-9999px;/*\*/overflow: hidden;/**/
	margin:15px 0 0 0;
}

.anchorUP a{
	width:55px;
	height:23px;
	display:block;
}

.anchorDN a{
	width:55px;
	height:23px;
	display:block;
}

.anchorUP a:link{ background:url("../images/btn_up.gif") no-repeat; }
.anchorUP a:visited{ background:url("../images/btn_up.gif") no-repeat; }
.anchorUP a:hover{ background:url("../images/btn_up.gif") no-repeat; }

.anchorDN a:link{ background:url("../images/btn_down.gif") no-repeat; }
.anchorDN a:visited{ background:url("../images/btn_down.gif") no-repeat; }
.anchorDN a:hover{ background:url("../images/btn_down.gif") no-repeat; }


/*  // BACK - NEXT BOTTUN //  */


#fNaviArea{
	width:610px;
	margin:0 0 0 80px;
	padding:10 0 0 0;
}


.prevBtn{
	width:76px;
	height:16px;
	text-indent:-9999px;/*\*/overflow: hidden;/**/
	margin:0 0 0 0;
	float:left;
}

.nextBtn{
	width:76px;
	height:16px;
	text-indent:-9999px;/*\*/overflow: hidden;/**/
	margin:0 0 0 0;
	float:right;
}

.prevBtn a{
	width:76px;
	height:16px;
	display:block;
}

.nextBtn a{
	width:76px;
	height:16px;
	display:block;
}

.prevBtn a:link{ background:url("../images/f_back.gif") no-repeat; }
.prevBtn a:visited{ background:url("../images/f_back.gif") no-repeat; }
.prevBtn a:hover{ background:url("../images/f_back.gif") no-repeat; }

.nextBtn a:link{ background:url("../images/f_next.gif") no-repeat; }
.nextBtn a:visited{ background:url("../images/f_next.gif") no-repeat; }
.nextBtn a:hover{ background:url("../images/f_next.gif") no-repeat; }

.txt-red{
	color:#ff0000;
}

