@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
	
}

* html .iepngfix { behavior: url(js/iepngfix/iepngfix.htc) }


body{
	background: #f3f3f3;
	text-align:center;
	height:100%;
	margin-bottom:1px;
}


#content{
	width:940px;
	text-align:left;
	margin:31px auto 0px auto;
	padding-bottom:74px;
}

/* -------header--------------------------------*/

#header{

}

#header p{
	height:20px;
	width:500px;
	padding-top:30px;
	float:left;
	display:inline;
	margin:0 0 0 0;
	font-size:12px;
}

#header p a{
	color:#07b00a;
	font-size:12px;
}

#header p a:hover{
	color:#aaa;
}


#header h1{
	width:208px;
	height:48px;
	float:right;
	display:inline;
	margin:0 30px 0 0;
	text-indent:-9999px;
}

#header h1 a{
	width:100%;
	height:100%;
	display:block;
	background: url(../img/common/logo.png) no-repeat left top;
	overflow:hidden;
}



/* -------nav--------------------------------*/

ul#nav{
	width:650px;
	height:24px;
}


#nav li{
	width:128px;
	height:100%;
	float:left;
	display:inline;
	margin:0 0 0 0;
	text-indent:-9999px;
}

#nav li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}

#nav1 a{background: url(../img/common/nav1.png) no-repeat left top;}
#nav2 a{background: url(../img/common/nav2.png) no-repeat left top;}
#nav3 a{background: url(../img/common/nav3.png) no-repeat left top;}
#nav4 a{background: url(../img/common/nav4.png) no-repeat left top;}
#nav5 a{background: url(../img/common/nav5.png) no-repeat left top;}

#nav1 a:hover{background: url(../img/common/nav1.png) no-repeat left bottom;}
#nav2 a:hover{background: url(../img/common/nav2.png) no-repeat left bottom;}
#nav3 a:hover{background: url(../img/common/nav3.png) no-repeat left bottom;}
#nav4 a:hover{background: url(../img/common/nav4.png) no-repeat left bottom;}
#nav5 a:hover{background: url(../img/common/nav5.png) no-repeat left bottom;}

#nav1-r{background: url(../img/common/nav1.png) no-repeat left bottom;}
#nav2-r{background: url(../img/common/nav2.png) no-repeat left bottom;}
#nav3-r{background: url(../img/common/nav3.png) no-repeat left bottom;}
#nav4-r{background: url(../img/common/nav4.png) no-repeat left bottom;}
#nav5-r{background: url(../img/common/nav5.png) no-repeat left bottom;}


/* -------main contents--------------------------------*/

/*top*/
#box{
	width:940px;
	height:402px;
	overflow:hidden;
	background:#fff;
	
}


/*-----main-----*/
#box2{
	width:940px;
	background:#fff;

}


#main{
	width:810px;
	_width:811px;
	padding:20px 0 0 0;
	margin-left:0px;
	border-left:1px solid #f3f3f3;
	float:right;
	display:inline;
	position:relative;
	z-index:10;
	background: url(../img/acommon/bg.png) repeat-y 670px top #fff;
	background: url(../img/common/bg-line.gif) repeat-y 679px top #fff;
	
}


#main h3{
	font-size:14px;
	font-weight:bold;
	width:770px;
	margin:0 0 20px 20px;
	padding-bottom:3px;
	_padding-bottom:1px;
	border-bottom:1px solid #f3f3f3;
}


/*-- main-head--*/


#main-head{
	width:660px;
}

#main-head p{
	padding:0px 0 30px 20px;
	font-size:12px;
	line-height:1.7em;
}

#main-head h2{
	font-size:30px;
	color:#07b00a;
	margin:0 0 0 20px;
	font-weight:bold;
	padding-bottom:11px;
	_padding-bottom:7px;
}



/*--sidebar--*/



#sidebar{
	width:127px;
	_width:128px;
	border-right:1px solid #f3f3f3;
	float:left;
	display:inline;
	padding:0px 0 0 0;
	overflow:hidden;

}



#sidebar #side-in{
	background: url(../img/common/list.png) no-repeat left top;
	padding:25px 0 20px 0px;
	margin:0 auto 0 auto;
	text-align:center;
	width:127px;
	position:fixed;
	z-index:0;


}

#sidebar .wait{
	color:#ccc;
}

#sidebar .active{
	color:#07b00a;
	
}




/*-- next-back --*/

#next-back{
	width:680px;
	margin:0px auto 0 auto;
	_margin-left:65px;
	text-align:center;
	padding-bottom:20px;
	position:relative;
}

#next-back.margin-top-m{margin-top:-20px;}

#next-back a:hover{color:#aaa;}

.back a,
.next a{
	font-weight:bold;
	font-size:15px;
	color:#07b00a;
}

.back,
.center,
.next{text-align:left;}

.back,
.next{
	font-weight:bold;
	font-size:15px;
	color:#ccc;
}


.center a,
.center2 a{
	color:#555;
	font-size:12px;
}

.center2 a:hover{
	color:#ccc;
}


.back{
	float:left;
	width:240px;
	display:inline;
}

.center{
	float:left;
	width:240px;
	display:inline;
}


.next{
	float:left;
	width:100px;
	display:inline;
	margin:0 10px 0 0;
}


/*footer*/

#footer{
	width:100%;
	height:24px;
	background:#e4e4e4;
	text-align:right;
	
}

#footer p{
	line-height:24px;
	color:#333;
	padding-right:10px;
	font-size:10px;
}

#footer p a{
	color:#333;
	font-size:10px;
}

#footer a:hover{
	color:#aaa;
}

