@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, Helvetica, sans-serif;
}



/*------------------------------------------------------------------------  foot  --------*/
#footer{
	text-align:center;
	clear:both;
	padding-top:5px;
}
#foot{
	font-size:11px;
	color:#000000;
	line-height:16px;
}
#foot a{
	color:#2c9dc5;
}
#copy{
	font-size:10px;
	color:#a4a4a4;
}
#copy a{
	color:#a4a4a4;
	cursor:text;
	text-decoration:none;
}
