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

/*--------------------------------------*/
#idex{
	margin:auto;
	width:920px;
}


/*------------------------------------------------  show 圖片  -----------*/
.show{
	position:absolute;
	/*-- FFOX--*/
	margin:325px 0 0 60px;
	padding-left:100px;
	width:900px;	
	/*--IE6--*/
	_margin:325px 0 0 -10px;
	_padding-left:0;
	_width:890px;
	height:170px;
	word-spacing:10px;
	/*--IE7--*/
	*margin:325px 0 0 -10px;
	*padding-left:0;
	*width:890px;
}
.show img{
	padding-right:5px;
	margin-right:5px;
}

/*----------------------------------*/
#menu{
	font-size:11px;
	color:#636363;
	float:left;
	padding-top:5px;
	margin-left:-15px;
	margin-bottom:10px;
}
#menu a{
	color:#636363;
	text-decoration:none;
	padding:0px 20px;
}
#menu a:hover{
	color:#999999;
	text-decoration:underline;
}

/*------------------------------------------------------------  foot  ----------------*/
#add{
	font-size:10px;
	color:#000000;
	clear:both;
	background:url(images/logo_foot.jpg) no-repeat;
	height:45px;
	line-height:14px;
	margin-left:5px;
	padding-top:5px;
	padding-left:85px;
	text-align:left;
}
#add a{
	color:#717171;
}
#add a:hover{
	color:#FB9100;
	text-decoration:none;
}
#copy{
	font-size:9px;
	color:#bababa;
	float:right;
	text-align:left;
	padding-top:5px;
	padding-right:5px;
}
#copy a{
	color:#bababa;
	cursor:text;
	text-decoration:none;
}