/* 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{
	width:981px;
}
/*************************************    網址列設定  *****/
.footer{
	font-family:Arial, "細明體";
	font-size:9px;
	color:#666666;
	background:url(../picimages/foot.jpg) no-repeat;
	height:22px;
	text-align:left;
	padding-top:5px;
	padding-left:100px;
}



/*========================= 底下最新消息設定==========*/
.info{
	text-align:left;
	margin-left:450px;
	padding-bottom:5px;
}


/*=====================================底下copy ==*/
.copy{
	font-family:Arial, "細明體";
	font-size:10px;
	color:#333333;
	text-align:left;
	background:url(../picimages/copy.jpg) no-repeat;
	padding-left:80px;
	padding-bottom:10px;
	margin-left:370px;
}
.copy b{
	font-size:12px;
	color:#c61e1d;
	display:block;
}
.copy a{
	color:#330066;
}
.copy a:hover{
	text-decoration:none;
}