/* design by showhau */

/*----------消虛線---------*/

a {noFocusLine:expression(this.onFocus=this.blur())}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}                         /* For Firefox */



#enter{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
}
#enter a{
	color:#FF0000;
	text-decoration:underline:
}



#Copyright{
	font-family:Arial, "細明體";
	font-size:10px;
	color:#666666;
	text-decoration:none;
	background:url(logo_copy.jpg) left top no-repeat #E3E9E9;
	height:50px;
	padding-left:180px;
	padding-top:15px;
	margin-left:5px;
}
#Copyright strong{
	color:#333333;
	font-weight:bold;
}
#Copyright a:link,#Copyright a:visited,#Copyright a:active{
	color:#999999;
}
#Copyright a:hover{
	color:#1298E0;
	text-decoration:none;
}