/* CSS Document */
body{
font:"����";
font-size:12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6c4a37;
}
a:hover {
	text-decoration: none;
	color: #0126fc;
}
a:active {
	text-decoration: none;
	color: #6c4a37;
}
*{
/* margin:0px; */
padding:0px;
}

/*----------------------------------------------------------------------------------------------------------------------*/
#header{
width:100%;
height:39px;
}
#header_con{
width:960px;
margin:0 auto;
}
#header_con img{
float:left;
}
#header_con span{
float:right;
line-height:39px;
}
#header_con span a{
color:#ffcc00;
text-decoration:none;
}
#header_con span a:link{
color:#ffcc00;
text-decoration:none;
}
#header_con span a:hover{
color:#ffcc00;
text-decoration:underline;
}
#header_con span a:visited{
color:#ffcc00;
}
.z1{
font-size:12px;
color:#0270fe;
line-height:20px;
text-align:justify;
}
.z0{
font-size:14px;
color:#6c4a37;
line-height:24px;
text-align:justify;
}
.a1{
	color:#6c4a37;
	font-size:12px;
	text-decoration:none;
	line-height: 24px;
}
.a1:link{
color:#6c4a37;
text-decoration:none;
font-size:12px;
line-height: 24px;
}
.a1:hover{
color:#2e0f45;
text-decoration:underline;
font-size:12px;
line-height: 24px;
}
.a1:visited{
color:#6c4a37;
font-size:12px;
line-height: 24px;
}
.z2{
font-size:12px;
color:#6c4a37;
line-height:20px;
text-align:justify;
}
.z2_1{
font-size:12px;
color:#6c4a37;
line-height:24px;
text-align:justify;
}
.z3{
font-size:12px;
color:#000;
line-height:18px;
text-align:justify;
}
.z4{
font-size:12px;
color:#ffcc00;
text-align:justify;
}

/*----------------------------------------------------------------------------------------------------------------------*/
#footer{
clear:both;
line-height:50px;
background-color:#0099FF;
color:#FFFFFF;
text-align:center;
}
