@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; font-family:"微軟正黑體"; color:#333; background:url(../image/bodyBg.gif);}
a{color:#333; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#57895c; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.h10{height:10px; overflow:hidden; clear:both;}
.h50{height:50px; overflow:hidden; clear:both;}
.w750{width:750px; overflow:hidden;}

.wal{width:1000px; margin:0px auto; overflow:hidden;}

.pageBg{background:url(../image/top_bg2.png) top repeat-x; min-height:20px; _height:20px;}
.pageBg22{background:url(../image/top_bg.png) top repeat-x; min-height:20px; _height:20px;}

.footDiv{height:166px; overflow:hidden; background:url(../image/footBg.gif) top repeat-x;}
.footDiv .wal{width:570px; color:#FFF; padding-top:25px;}
.footDiv .msg{color:#b3a395; text-align:center;}
.footDiv .fl{font-size:16px; font-weight:bold; color:#FFF; width:130px; text-align:right;}
.footDiv .fl div{letter-spacing:3px;}
.footDiv .fr{width:240px; overflow:hidden; line-height:22px; padding-bottom:20px;}

.headDiv{height:125px; overflow:hidden; position:relative;}
.headDiv .logo{position:absolute; left:14px; top:32px;}
.nav{position:absolute; top:6px; right:0px;}
.nav li{float:left; padding-left:1px;}
.nav a{display:block; float:left; width:125px; height:118px; line-height:118px; overflow:hidden; text-align:center; font-size:15px;}
.nav a:hover, .nav .aNow{background:url(../image/navBg.gif) left top no-repeat; color:#57895c;}

.pageNow{height:40px; line-height:40px; overflow:hidden; position:relative; left:-6px;}
.pageNow a, .pageNow span{padding:0 6px;}

.pageTitle{background:url(../image/pageTitle.gif) top repeat-x; height:70px; overflow:hidden;}
.pageTitle .wal{padding-top:18px;}

.pageBg2{background:url(../image/pageBg1.gif) left repeat-y; min-height:500px; _height:500px;}

.pageNum{text-align:center; height:80px; overflow:hidden; padding-top:20px;}
.pageNum a{padding:0 6px; height:27px; line-height:27px; overflow:hidden;}

.current{padding:0 6px;line-height:27px; height:27px;}

.message {		
	display:none;
	width:400px;
	border: 1px solid #999;
	padding:45px 10px 10px;
	position:fixed;
	z-index:99999;
	left:50%;
	margin-left:-210px;
	background-color:#efefef;
	background-image:url('../admin_images/warning.png');
	background-repeat:no-repeat;
	background-position:center 10px;
	font-size:14px;
	text-align:center;
	color: #333;
}

.scrollup{
	width:40px;
	height:40px;
	background:url(../admin_images/scrolltop_button.png);
	position:fixed;
	display:none;
	bottom:20px;
	right:20px;
	z-index:99999;
}





