@charset "utf-8";
/* CSS Document */

html body{
	margin:0px;
	color:#FFF;
	background: url(../img/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	VERTICAL-ALIGN: baselinel;
}
img {
	border:0px;
}
a {
	text-decoration:none;
}

/*頁首header*/
#header{
	padding-top:5px;
	background:url(../img/bg.png);
	position: fixed;
	height:105px;
	width: 100%;
	top:0px;
	z-index:1;
	border-bottom:#F90 2px solid;
}
/*頁首header*/
/*頁尾footer*/
#footer {
	border-top:#F90 2px solid;
	background-image:url(../img/bg.png);
	text-align:center;
	position: fixed;
	width: 100%;
	bottom:0px;
	z-index: 1;
	clear:both;
	height:41px;
}
#footer p {
	text-align:center;
}
#footer p.footerNav {
	color:#666666;
	padding:0px 0; word-spacing:18px;
}
.footerNav a {
	font-weight:900;
	color:#FFF;
}
#footer a:hover {
	font-weight:900;
	color:#999;
}
#footer p.copyright {
	color:#999999;
	padding:5px 0;
}
/*頁尾footer*/
/*copyright*/
#footer_copy{
	width:1002px; overflow:hidden; margin:0 auto 41px 20px;; background:#000;}
#footer_menu{
	width:320px; overflow:hidden; float:left; margin:7px; line-height:18px;}
#copymain{
	border-bottom: #999 1px dashed;width:300px; overflow:hidden; font-size:18px; margin-bottom:5px; float:none; line-height:30px; font-weight:bold;}
#copytxt{
	font-size:12px;}
/*copyright*/