@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin:0px 0px 0px 0px;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #666666; //b1d1e0
}
.top_font {
	font-size: 10px;
	color: #CCCCCC;
}
.contect_font {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF; // CCCCCC
	font-weight: bold;
	text-decoration: underline;
}


.title_bigfont {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
.button_font {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 30px;
	color: #003399;
}
/*����Ʒ����*/
#menu {list-style-type:none; margin:0 0 0 5px; padding:0; width:185px; background:#fff; z-index:100;}

#menu li {display:block; padding:10; margin:0; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {background: url(../images/fenleibg.gif) left left; text-align:left;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu table {border-collapse:collapse; padding:0; margin:0;}
#menu dl {width: 185px; margin: 0; cursor:pointer;}
#menu dt {margin:0; padding:5; border-top:1px solid #cce;}
#menu dd {margin:0; padding:5; text-align:left; border-bottom: solid 1px #CCC;}
.gallery dt a, .gallery dt a:visited {display:block; height:17px; padding:5px; line-height:17px; background: url(../images/fenleibg.gif) center center; text-align:left;}
.gallery dd a, .gallery dd a:visited {min-height:1em; text-decoration:none; display:block; padding:3px 3px 3px 5px;}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {background:#00CC00;}