/* ---------------------------------------------------------------- 基本設定 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
img {
	border:0;
	}


body {
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

TD {
	COLOR: #333333;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	text-align:justify;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}  

TD a {
	color: #393939;	
	text-decoration: none;

}
TD a:hover {
	color: #1651b9;
}

/* ---------------------------------------------------------------- 字型 ---------------------------------------------------*/


h1 {
	font-size: 15px;
	color: #333333;
	margin:0px;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}



/* ---------------------------------------------------------- 主要框架 -----------------------------------------------*/

#wrap {
	margin: 0 auto;
	width: 1003px;
}

#container {
	width: 880px;
	margin: 0 auto;
}
#flash h5 img {
	width:880px;
	height:300px;
}
#flash h6 img {
	width:880px;
	height:35px;
}
#container_main {
	background-image: url(container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:200px;
	_height:200px;

}


/* --------------------------------------------------------- header ------------------------------------------------------*/

#header {
	height: 68px;
	position: relative;
}

#header_logo {
	width: 272px;
	height:68px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#header_c {
	right: 0px;
	top: 0px;
	position: absolute;
	width: 608px;
	height:68px;
}
#header #info {
	padding: 0px;
	color: #333333;
	right: 118px;
	top: 17px;
	position: absolute;	
	margin:0px;
}
#header #info a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 5px 0px 5px;	
	text-decoration: none;	
}
#header #info a:hover {
	color: #165fa9;
}




/* ---------------------------------------------------------------- 主選單 -----------------------------------------------*/

#nav {
	width: 880px;
	background-image:url(nav.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display: block;
	background-image:url(nav.jpg);
	background-repeat: no-repeat;
	height:36px;
	color: #FFFFFF;
}
#nav ul li a span {
	display: none;
}
#nav ul li#n1 a {
    width: 140px;
	background-position: 0 0;
}
#nav ul li#n2 a {
    width: 152px;	
	background-position: -140px 0;
}
#nav ul li#n3 a {
    width: 149px;	
	background-position: -292px 0;
}
#nav ul li#n4 a {
    width: 148px;	
	background-position: -441px 0;
}
#nav ul li#n5 a {
    width: 151px;	
	background-position: -589px 0;
}
#nav ul li#n6 a {
    width: 140px;	
	background-position: -740px 0;
}

#nav ul li#n1 a:hover {	
	background-position: 0px -36px;
}
#nav ul li#n2 a:hover {	
	background-position: -140px -36px;
}
#nav ul li#n3 a:hover {	
	background-position: -292px -36px;
}
#nav ul li#n4 a:hover {	
	background-position: -441px -36px;
}
#nav ul li#n5 a:hover {	
	background-position: -589px -36px;
}
#nav ul li#n6 a:hover {	
	background-position: -740px -36px;
}

/* ----------------------------------------------------- content -----------------------------------------------------*/

#content {
	position: relative;
	margin: 22px 34px 0px;
	padding: 0 0 0 90px;
}	
#content_more {
	position: absolute;
	top: -45px;
	*top: -49px;		
	right: 0;
	}	


/* ------------------------------------------------------ news -----------------------------------------------------*/

#news {
	position: relative;
	margin: 20px 34px 0 30px;
}
#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news ul li {
	border-bottom: 1px solid #ededed;
	padding: 2px 90px 3px 3px;
	position: relative;
}
#news ul li a {
	background-image: url(news_icon.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 10px;			
}
#news ul li a:hover {

}
#news ul li span {
	clear:both;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px;
	*top: -2px;
	right:0;
}
#news_more {
	position: absolute;
	top: -43px;	
	*top: -46px;	
	right: 0;
	}	


/* ---------------------------------------------------------------- 網底 ---------------------------------------------------*/

#footer {
	width: 880px;
	height: 50px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer span {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
#footer address {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-style: normal;
}
#footer span a {
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer span a:hover {
	text-decoration: underline;
}
