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

body{
	font-family:Arial, Helvetica, sans-serif;
}
/*-----------------------------------  index  ----------*/
#index{
	margin:auto;
	width:900px;
}

#open{
	margin:auto;
	width:705px;
	text-align:center;
}


/*----------------------------------- footer  --------*/
.footer{
	margin:auto;
	background:#f1f1f1;
	border-bottom:1px #e8e8e8 solid;
	border-top:1px #e8e8e8 solid;
	height:35px;
	line-height:20px;
	clear:both;
}
.foot{
	width:880px;
	margin:auto;
}
.logo{
	float:left;
	padding-top:5px;
}
.info{
	font-size:12px;
	color:#323232;
	padding-top:10px;
	float:right;
}
.copy{
	font-size:10px;
	color:#959595;
	padding-top:8px;
	margin:auto;
	width:780px;
	text-align:right;
}
.copy a{
	color:#959595;
	cursor:text;
}