@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 */

/*----------網頁png----------*/
div, img { 
	behavior:url(iepngfix.htc);
}
body{
	font-family:Arial, "新細明體", "細明體";
}

/*--------------------------------------*/
#idex{
	margin:auto;
	width:800px;
	margin-top:60px;
}
#top{
	clear:both;
	padding-bottom:5px;
	height:85px;
	vertical-align:bottom;
	width:800px;
}
/*-----------------------------------------------------------------------------  copy   -------------*/
#foot{
	background:#f1f1f1;
	clear:both;
	margin-top:10px;
}
#copy, #copy a{
	font-size:10px;
	color:#c0c0c0;
	cursor:text;
	margin:auto;
	width:800px;
	text-align:right;
	text-decoration:none;
}
#add{
	font-size:11px;
	margin:auto;
	width:800px;
}
#add b{
	color:#002ecb;
	padding-right:10px;
}
#add a{
	color:#002ecb;
}