@charset "utf-8";
/* CSS Document */
body{
	height:100%;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#FFF;
}
#header{
	width:100%;
	height:85px; 
	background:#FFF;
	color:#999;

}

#line_header{
	width:100%;
	height:5px;
	background-image:url(../image/bottom_header.png);
	background-repeat:repeat;
	
}
#line_logo{
	margin-top:10px;
	width:2px;
	height:50px;
	border-left:#CCC solid 1px;
	opacity:0.8;
	margin-left:auto;
	margin-right:auto;
	
}
#footer{
	width:1024px;;
	position:relative;
    bottom:0;
	/*background:#FFF; 
	border-top:#8BC53F solid 1px;*/
	height:45px;
	margin-top:130px;
	margin-left:auto;
	margin-right:auto;
}
#footer_text{
	width:1024px;
	color:#CCC;
	font-weight:bold;
	font-size:10.5px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	border-top:#1babea solid 1px;		/*green #8BC53F*/
	margin-left:auto;
	margin-right:auto;
	
}
.crover{
	width:1024px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
/*	border:solid #8BC53F 1px; 
	border-radius:8px; */
	background:#FFF;
}
.crover_menu{
	width:1024px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	height:740px;
}

.box1024{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:#1babea solid 2px;
	
}
.tb_top_border{
	border:solid #F3F3F3 1px;
}
.linkSub2 {
	background-image:url(../image/menug.png);
	background-repeat:no-repeat;
	width:350px;
	height:20px;
	line-height:20px;
	font-size:14px;
	padding-left:23px; 
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	margin-bottom:5px;
}
.linkSub {
	background-image:url(../image/menug2.png);
	background-repeat:no-repeat;
	width:350px;
	height:20px;
	line-height:20px;
	font-size:14px;
	padding-left:23px; 
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	margin-bottom:5px;
}
.linkSub a:link a:visited {
	color:#6D6E72 !important;	
}
.menu_home{
	margin:15px 0px 15px 40px;
	padding-bottom:10px;
	width:290px;
	height:auto;
	border-radius:8px;
	background:#cfe0eb;	/*#dbedff;*/
	color:#6D6E72 !important;
}

.linkSub_L2L {
	/*background-image: url(../images/arrow.png);*/
	font-size:11px;
	width: 260px;
	margin-left:15px;
	padding-top:7px;
	padding-button:7px;
	padding-bottom:3px;
	min-height: 22px;
	line-height:18px;
	display: block; 
	color:#6D6E72;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1babea;


}
.linkSub_L2L a:link a:visited {
	color:#6D6E72;	
}


.ftopic_menu{
	color:#6D6E72;
	font-size:28px;
	font-weight:bold;
	text-shadow: 2px 2px #E4E4E4;
}

