/* CSS Document */
*
{
	margin:0 0;
	padding:0 0;
}
a {
	text-decoration: none;
	color:#eda532;
}
h2
{
	font-style:normal;
	font-size:14px;
}
a:visited {
	color: #eda532;
}
a:hover {
	color: #eda532;
	text-decoration:underline;
}

html{overflow-x : hidden ;  }	


body
{
	font-size:12px;
	color:#eda532;
	margin: 0px;
	padding: 0px;
	background:#000000;
	background-image:url(images/www_09.jpg)  no-repeat left top;
}
ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}
ul li
{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}
#root /**	總體容器　**/
{
	width:1004px;
	margin:0 auto;
	background-color:#000000;
	background-image:url(images/www_09.jpg)  no-repeat left top;
 
}

#title /**	通用頁眉	**/
{
	height:386px;
	width:1004px;
}
#logo
{
	width:1002px;
	height:98px;
	background-color:#212A31;
	background-image:url(images/top_01.jpg);
}
/*-------logo-----*/
#logo_left
{
	height:60px;
	width:150px;
	margin-left:30px;
	margin-top:27px;
	float:left;
	overflow:hidden;

}
#logo_left img
{
	position:relative;
	height:60px;
	width:150px;
	top:5px;
	left:6px;
	overflow:hidden;

}
#logo_right
{
   width:580px;
   height:84px;
   float:right;
}
#logo_right #functionBar
{
   position:relative;
   top:18px;
   color: #eda532;
   float:right;
}
#logo_right #functionBar a
{
	color: #eda532;
	font-size:12px;
    font-family:宋体;
}
#logo_right #functionBar :visited {
	color: #999999;
}
#logo_right #functionBar :hover {
	color: #CCCCCC;
}


#logo_right #functionBar ul
{
   border-right:1px solid #A593AB;
   color:#eda532;
   height:14px;
   line-height:14px;
   white-space:nowrap;
   overflow:hidden;
   float:right;
}
#logo_right #functionBar li
{
   height:14px;
   border-left:1px solid #A593AB;
   padding-left:9px;
   padding-right:9px;
   float:left;

}

/**	導航條	**/
#nav
{
	height:41px;
	width:1002px;
	background:url(images/menubg_02.jpg) repeat;
	text-align:center;	
	clear:both;
	line-height:48px;
}

#nav a
{
	color: #eda532;
	font-size:14px;
    font-family:宋体;
}
#nav :visited {
	color: #eda532;
}
#nav :hover {
	color: #eda532;
}

#nav ul
{
	color: #eda532;
	font-size:14px;
	margin:0px auto;
}
#nav li
{
	color: #eda532;
	font-size:14px;
	font-weight:bold;

}
#nav table
{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:950px;
}
#nav td
{
	border:none;
	padding:0px;
	margin:0px;
	font-weight:bold;

}
/** 公司圖片,導航條下面大圖 **/
#titleImg
{
	margin-top:0px;
	width:1004px;
	height:240px;
	overflow:hidden;
	clear:both; 
}
#titleImg img
{
	width:1004px;
	height:240px;
	margin:0px;
	padding:0px;
}
#titleImg #titleImg_text 
{
	position:relative;
	top:-150px;
	width:600px;
	left:300px;
	color:#4f2d00;
	font-size:20px;
	
	filter:Dropshadow(offx=1,offy=0,color=#333333) 
	Dropshadow(offx=0,offy=1,color=#333333) 
	Dropshadow(offx=-1,offy=0,color=#333333) 
	Dropshadow(offx=0,offy=-1,color=#333333);

 	font-weight:900;
	overflow:hidden;
}
#titleImg #titleImg_text span
{
	color:#eda532;
	font-size:15px;
	font-weight:900;
	font:#4f2d00;
}
/**	頁腳樣式	**/
#footer
{
	clear:both;
	position:relative;
	top:15px;
	width:1004px;
	height:77px;
	background-color:#000000;
	background-image:url(../images/bottombg_03.jpg);
	height:114px;
	margin:0 auto;
	
}
#footer .text
{
	position:relative;
	top:30px;
	text-align:center;
	color:#999999;
}
#footer a
{

	color:#999999;
}



.list_page {height:18px;text-align:center;width:100%;}
.list_page ul {padding:0px;margin:0px;font-size:12px;}
.list_page ul li {float:left;display:inline;margin-left:3px; color:#fff;}
.list_page ul li a  {padding:3px 5px 1px 5px;color:#eda532;}
.list_page ul li a:hover {color:#eda532; text-decoration:underline;}

