@charset "utf-8";
/* CSS Document */

/**************************************************************************************************/
/*                               框架                                                           */
/*************************************************************************************************/
body{padding:0; margin:0; text-align:center;  font-family:"微軟正黑體";}





/**************************************************************************************************/
/*                              html 基本 css設定                                                          */
/*************************************************************************************************/

img{
	border:none;
}


h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}


a{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#ff6600;
}

/* 消除連結虛線 For IE */
a{
noFocusline:expression(this.onFocus=this.blur());
}

/* 消除連結虛線 For Firefox */
a:focus{
-moz-outline-style:none;
}

ul,ol {
margin:0;
padding:0;
list-style:none
}


/**************************************************************************************************/
/*                               header                                                           */
/*************************************************************************************************/

div#wrapper-header{
	border-top:#f3f3f3 3px solid;
}

div#header{
	width:980px;
	height:90px;
	position:relative;
	text-align:left; margin:0 auto;
}

div#logo{
	width:180px; top:5px; position:absolute;
}

#pdSearch{
	width:190px;
	position:absolute;
	top:46px;
	left:790px;
}
#pdSearch td{
	color:#666;
	font-size:11px;
}

#pdSearch .form{
	border:#cfcfcf 1px solid;
	font-size:11px; line-height:normal;
	color:#666; padding:4px 5px 4px;
}
#toplink{
	width:180;
	position:absolute; 
	font-size:13px; 
	color:#999; left:600px; top:50px;
}

#toplink a:{
	color:#999;
	text-decoration:none;
	padding-right:15px;
}


#toplink a:hover{
	color:#ff6600;
}	
#toplink span{font-size:10px; color:#999; padding:0 15px; font-family:Verdana, Geneva, sans-serif;}
	
	
/**************************************************************************************************/
/*                               主選單                                                          */
/*************************************************************************************************/
#wrapper-navigation{
	background:url(../images/bg-menubar.gif) top center repeat-x;
	height:38px;
}

#navigation{
	width:980px;
	height:38px;
	background:url(../images/bg-menu.gif) top left no-repeat; text-align:right;  margin:0 auto;
}

.menu{
	float:right;
}


/**************************************************************************************************/
/*                             footer                                                          */
/*************************************************************************************************/	

#wrapper-footer{
	background-color:#f0f0f0;
	border-top:#cfcdcd 1px solid;
}

#footer{
	width:980px;
	height:84px;
	text-align:left;
	position:relative;  margin:0 auto;
}

#downmenu{
	width:400px;
	position:absolute;
	left:580px;
	top:15px;
	
	font-size:11px;
	color:#003366; text-align:right;
}

#downmenu a:link, #downmenu a:visited{
	
	font-size:11px;
	color:#333;
	text-decoration:none;
}


#downmenu a:hover{
	
	font-size:11px;
	color:#f90 !important ;
}	

#copyright{
	color:#666;
	
	font-size:11px;
	margin-top:15px;
	position:absolute;
	width:700px;
	font-weight:bold;
}


#address{
	width:700px;
	position:absolute;
	margin-top:30px;
	
	font-size:11px;
	color:#999;
	line-height:18px;
}

#address a{
	color:#999;
	text-decoration:none;	
}

#address a:hover{
	color:#f90 !important ;
	text-decoration:underline !important ;
}


