@charset "utf-8";
/* design by showhau */
/*----------抬頭地方要加-----------------------------
<meta name="Robots" content="All" />
<meta name="Author" content="showhau,hau,dpi" />
<meta name="keywords" content="showhau, hau, design, dpi, web, web design" />
-----------------------------------------------------*/

/*----------消虛線---------*/
a {noFocusLine:expression(this.onFocus=this.blur())}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}                         /* For Firefox */


/*-------------------------------------------------------   首頁  -------------*/
.index{
	background:url(images/top_bg.jpg) no-repeat top;
	margin:auto;
	width:885px;
}
.foot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background:url(images/logo.jpg) left no-repeat;
	background-position:10px 1px;
	margin-left:20px;
	padding-top:7px;
	padding-left:200px;
	height:35px;
}
.foot a{
	color:#ff7800;
}
.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#999999;
	position:absolute;
	text-align:right;
	width:870px;
	padding-top:10px;
}
.copy a{
	color:#999999;
	text-decoration:none;
	cursor:text;
}