/********************************
*                               *  
 *   vivid color base(x_x) 　　　 *
*                               * 
********************************/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	background-position: center top;
	width: 100%;
	color: #6c6c6c;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: none;
	color: #6c6c6c;
}
a:hover {
	text-decoration: underline;
	color: #436415;
}
a:visited {
	color: #4d4c4c;
	text-decoration: none;
}
a:active {
	color: #4d4c4c;
	text-decoration: none;
}
.clear {
	clear: both;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*--------------------------------------
              basic layout
--------------------------------------*/

#wapper {
	width: 100%;
	height: auto;
	position: relative;
	background-position: center top;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 142px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
}
#header ul {
	display: inline;
	list-style-type: none;
	position: absolute;
	left: 634px;
	top: 4px;
}
#header li {
	float: left;
	margin-left: 10px;
}
#header #logo {
	height: 90px;
	width: 416px;
	position: absolute;
	left: 0px;
	top: 35px;
}
#header #tel {
	position: absolute;
	left: 558px;
	top: 38px;
}
#navi {
	width: 100%;
	background-image: url(../images/main_naviBg.jpg);
	height: 41px;
	background-repeat: no-repeat;
	background-position: center top;
}
#navi #naviBox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navi #naviBox ul {
	list-style-type: none;
}
#navi #naviBox li {
	float: left;
	display: block;
}









#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#main #mainIMG {
	background-image: url(../images/enter_IMG.jpg);
	background-repeat: no-repeat;
	height: 420px;
	width: 900px;
}
#main .txt1 {
	background-image: url(../images/enter_txt.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
	height: 31px;
	width: 384px;
	margin-left: 15px;
}
#main .enterBtn {
	float: right;
}
#main h2 {
	color: #98af00;
	margin-bottom: 20px;
	margin-left: 15px;
}
#main .box1 {
	float: left;
	width: 650px;
	padding-left: 15px;
}
#main .box1 h3 {
	font-size: 10px;
}
#main .box1 p {
	font-size: 10px;
}
#main #mb {
	float: right;
	background-image: url(../images/enter_qr.gif);
	height: 148px;
	width: 148px;
	margin-top: 30px;
}


#footer {
	background-image: url(../images/top_footer.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#footer #f_Box {
	width: 750px;
	position: relative;
	float: left;
	font-size: 10px;
	padding-left: 15px;
}
#footer #f_Box p {
	font-weight: bold;
	color: #98AF00;
	float: left;
	clear: both;
	font-size: 10px;
}

#footer #f_Box ul {
	list-style-type: none;
}
#footer #f_Box li {
	float: left;
	margin-right: 5px;
	font-size: 10px;
}
#footer #f_Box li a{
	font-size: 10px;

}
#footer #f_Box li a:hover{
	text-decoration: underline;
}

#footer #topB {
	float: right;
}
#footer #cpr {
	font-size: 10px;
	padding-top: 10px;
}

