/* CSS Document */
/* ===== Universal Reset ===== */
*{
margin:0;
padding:0;
}

img{
border:0px;
}

ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}

li{
line-height:1.3;
}

* html body{/* ===== IE hack ===== */
	margin-left: 1px;
}


/* ===== Global Common Style ===== */

body{
	color:#333;
	background:#FFF url(../img/bg.gif) repeat-x center top;
	text-align: center;
	font-size: 1em;
	font-family:sans-serif;
}

hr {
	height: 0px;
	clear: both;
}


a {
	color: #33A766;
	text-decoration: underline;
	overflow: hidden;
}


a:hover {
	color: #FF9933;
}


.left{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom:10px;
}

.right{
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom:10px;
}

.kome{text-indent:-1em;padding-left:1em;}
/* ===== Global Layout ===== */
#container{
	width:816px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background:url(../img/base_bg.gif) repeat-y;
}

#header{
	width:816px;
	height:90px;
	background:url(../img/base_top.gif) no-repeat;
	text-align:left;
}
#header .sitemenu{
	text-align:right;
	height:18px;
	padding:15px 15px 0 0;
}
#header h1 img{
	clear:none;
}
#header h1{
	font-size:1px;
	color:#FFFFFF;
	background:url(../img/nexco_id_name.gif) no-repeat 110px 24px;
	width:400px;
	margin:0 0 0 25px;
}

#top_mainimg{
	height:215px;
	width:780px;
	display:block;
	background:url(../../img/mainimg.gif) no-repeat;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:18px;
}

#wrap{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	clear:both;
	text-align:left;
}

#textnav{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	padding:5px;
	width:780px;
	clear:both;
}
#textnav ul{padding-left:15px;}
#textnav ul li{
	display:inline;
}
#textnav ul li a{
	font-size:0.8em;
	color:#666666;
	background:url(../img/line_dot_v.gif) repeat-y right top;
	padding:0 18px 0 10px;
}
#textnav ul li a.last{
	background:none;
}
#textnav ul li a:visited{
	color:#666666;
}
#textnav ul li a:hover{
	color:#ff9933;
}

#footer{
	width:816px;
	height:60px;
	background:url(../img/footer.gif) no-repeat bottom center;
	clear:both;
}
#footer p{
	color:#ffffff;
	font-size:1px;
	line-height:1px;
	margin-top:5px;
	overflow:hidden;
	}
#footer .sitemenu{
	text-align:left;
	height:18px;
	padding:12px 0 0 10px;
}

#header .sitemenu ul li, #footer .sitemenu ul li{
	display:inline;
	padding-left:5px;
}
#header .sitemenu ul li a, #footer .sitemenu ul li a{
	background:url(../img/ic_arrow.gif) no-repeat left center;
	padding-left:14px;
	font-size:0.8em;
}

#crumb{padding:0 0 2px 20px;text-align:left;font-size:0.8em;}
#crumb a{color:#666;}
#crumb a:hover{color:#ff9900;}
#crumb .now{color:#33A766;}

/* ===== Global navigation ===== */
#gnav{
	width:781px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}
#gnav ul li{
	display:inline;float:left;
}
#gnav ul li a{
	text-indent:-9999px;
	display:block;
	height:32px;
	width:130px;
}

#gnav01{background:url(../img/gnav01.gif) no-repeat;}
#gnav02{background:url(../img/gnav02.gif) no-repeat;}
#gnav03{background:url(../img/gnav03.gif) no-repeat;}
#gnav04{background:url(../img/gnav04.gif) no-repeat;}
#gnav05{background:url(../img/gnav05.gif) no-repeat;}
#gnav06{background:url(../img/gnav06.gif) no-repeat;}

#gnav01:hover{background:url(../img/gnav01_f2.gif) no-repeat;}
#gnav02:hover{background:url(../img/gnav02_f2.gif) no-repeat;}
#gnav03:hover{background:url(../img/gnav03_f2.gif) no-repeat;}
#gnav04:hover{background:url(../img/gnav04_f2.gif) no-repeat;}
#gnav05:hover{background:url(../img/gnav05_f2.gif) no-repeat;}
#gnav06:hover{background:url(../img/gnav06_f2.gif) no-repeat;}

#gnav01.now{background:url(../img/gnav01_f3.gif) no-repeat;}
#gnav02.now{background:url(../img/gnav02_f3.gif) no-repeat;}
#gnav03.now{background:url(../img/gnav03_f3.gif) no-repeat;}
#gnav04.now{background:url(../img/gnav04_f3.gif) no-repeat;}
#gnav05.now{background:url(../img/gnav05_f3.gif) no-repeat;}
#gnav06.now{background:url(../img/gnav06_f3.gif) no-repeat;}

#gnav01.now:hover{background:url(../img/gnav01_f3.gif) no-repeat;}
#gnav02.now:hover{background:url(../img/gnav02_f3.gif) no-repeat;}
#gnav03.now:hover{background:url(../img/gnav03_f3.gif) no-repeat;}
#gnav04.now:hover{background:url(../img/gnav04_f3.gif) no-repeat;}
#gnav05.now:hover{background:url(../img/gnav05_f3.gif) no-repeat;}
#gnav06.now:hover{background:url(../img/gnav06_f3.gif) no-repeat;}

/* ===== Heading ===== */

h1, h2, h3, h4, h5, h6{
	clear:both;
}

/* ===== Global Common Styles ===== */
.extlink{background:url(../img/ic_externallink.gif) no-repeat right center;padding-right:18px;}
.arrowlink{background:url(../img/ic_arrow.gif) no-repeat left center;padding-left:18px;}
.pdflink{background:url(../img/ic_pdf.gif) no-repeat left center;padding-left:18px;}

.smaller{font-size:smaller;}

.dot_line{background:url(../img/dot_line.gif) repeat-x;height:1px;font-size:0.5px;line-height:1px;margin:4px 0;}

.indent20{padding-left:20px;}


