﻿/* 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{
	margin:auto;
	width:895px;
}
/*---------------------   foot  --------*/
.foot{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/foot2_bg.jpg) no-repeat;
	height:50px;
	padding:10px 15px;
	border-top:1px #666666 solid;
	clear:both;
}
.add{
	font-size:10px;
	color:#dfdfdf;
	float:left;
	text-align:left;
}
.add b{
	font-size:11px;
	color:#fefefe;
	display:block;
}
.add a{
	color:#ffa200;
}
.copy{
	font-size:9px;
	color:#b2b2b2;
	float:right;
	text-align:right;
}
.copy a{
	color:#b2b2b2;
	text-decoration:none;
	cursor:text;
}