@charset "utf-8";
 @import url(text.css);
/* 
----------------------------------------------------------
  base css
----------------------------------------------------------
*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;
	/*
	background: url("../../images/back_i_140.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	background-color: #eee;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
header, footer, nav, section, article, p, hgroup, h1, h2, h3, h4, ul, li {
	display: block;
}
li {
	list-style-type: none;
}
img {
	border:none;
}
header {
	width: 100%;
	height: 200px;/*ori 314px*/
	position: fixed;
	top: 0%;
	left: 50%;
	margin: 0px 0px 0px -50%;
	padding: 0px;
	z-index: 2;
	/*border: 1px solid #000;*/
	
}
header h2 {
	width: 1000px;
	position: fixed;
	top: 0%;
	left: 50%;
	margin: 0px 0px 0px -480px;
}
#headerback {
	width: 100%;
	height: 314px;
	position: fixed;
	top: 0%;
	left: 50%;
	margin: 0px 0px 0px -50%;
	padding: 0px;
	background: url(../../images/nx_back2.png) repeat-x center 0%;
	z-index: 0;
}
nav#mainnav {
	width: 1000px;
	height: 200px;
	position: fixed;
	top: 0%;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px;
	z-index: 10;
	background: url(../../images/nx_back_logo.png) no-repeat center 0%;
}
#contents {
	position: relative;
	left: 50%;
	margin: 140px 0px 0px -490px;
	width: 980px;
	padding: 0;
}
section {
	
}
article {
	width: 100%;
	margin:0 auto;
	position:relative;/*background: url(../images/nx_b30.png);*/

}
.selected {
	color: #fff;
}
#section10 article {
	
}
#section10 .container {
	padding: 0;
	display: inline;
}
#databox {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#databox ul {
	margin: 0;
	padding: 0;
	
}
#databox ul li a {
	margin-bottom: 2em;
	padding: 1em 3.5em 1em 3em;
}
#section11 h3 {
	color: #999;
	margin-left: 16px;
}



/* ---------- footer ---------- */

footer {
	width: 100%;
	height: 6%;
	position: fixed;
	top: 94%;
	left: 50%;
	margin: 0px 0px 0px -50%;
	z-index: 99;
	background: url(../../images/nx_footerback2.png);
}
