@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body, select, input, p, div, table, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #666;
}
a:link, a:visited{
	color: #666;
}
a:active, a:hover {
	color: #404040;
	text-decoration: underline;
}
.bg{
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* --------------------------------------------------------------------------------------------------------------- */
.left{margin-right: 10px;margin-left: 10px;text-align: left;}
.left .logo{margin-bottom: 27px;height: 136px;width: 185px;}
.left .title{height: 17px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #d3d6c9;margin-bottom: 8px;text-align: left;}
.left a:link, a:visited, a:hover, a:active{color: #666;text-decoration: none;}
.left a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.left .arr_1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-bottom: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.left .arr_1 li{
	list-style-type: none;
	background-image: url(../imgs/arr_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}

.left .arr_2{
	padding-bottom: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.left .arr_2 li{
	list-style-type: none;
	background-image: url(../imgs/arr_2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}


/* --------------------------------------------------------------------------------------------------------------- */

.way{
	background-image: url(../imgs/way-bg.gif);
	height: 25px;
	text-align: left;
	padding-top: 8px;
	vertical-align: middle;
}
.way a:link, a:visited ,a:active{
	color: #666;
	text-decoration: none;
}
.way a:hover {
	color: #404040;
	text-decoration: underline;
}
/* --------------------------------------------------------------------------------------------------------------- */
.footer{
	background-color: #e6e6d2;
	height: 50px;
	clear: both;
}
.footer .hac{float: right;height: 50px;width: 90px;}
.footer .left{float: left;margin-top: 8px;margin-bottom: 12px;}
.footer p{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #5d5f57;float: left;padding-left: 9px;margin-top: 19px;margin-bottom: 10px;}
/* --------------------------------------------------------------------------------------------------------------- */
.clear{
	clear: both;
}
