@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, "新細明體", "細明體";
	padding:0;
	margin:0;
}

/*--------------------------------------------------------  idex  -----------*/
#idex{
	margin:auto;
	width:950px;
	text-align:center;
	letter-spacing:35px;
}
#idex a img{
	border:none;
}
/*------------------------------------------------------------------------ footer  ------------------*/
#footer{
	font-size:14px;
	color:#d6d6d6;
	clear:both;
	text-align:center;
	background:url(image/foot_bg.jpg) repeat-x #87004b top;
	height:90px;
}
#foot{
	margin:auto;
	width:900px;
	padding-top:15px;
}
#foot a{
	color:#CCCCCC;
}
#foot a:hover{
	color:#FFA833;
	text-decoration:none;
}
#copy, #copy a{
	font-size:11px;
	cursor:text;
	text-decoration:none;
	padding-top:5px;
}

