/* ---------------------------------------------------------------- 初始化 -----------------------------------------------*/

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;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-size:12px;
}	
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	

html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

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

body {
	background: url(back_body.jpg) no-repeat center top;	
	font-size: 12px;
	color: #484848;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:20px;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #c90202;
}



/* ---------------------------------------------------------- 內頁背景 --------------------------------------------------*/


div#wrap_box {	
	width: 1003px;
	margin: 0 auto;
}
div#wrap {	
	width: 952px;
	margin:0 25px 0 26px;
	position: relative;	
}

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

div#header {
	position: relative;
	width:952px;
	padding: 0;
	height:410px;
	z-index:10; /*有下拉選單時一定要加,才能在最上方*/ 	
	}
div.header_logo h1 {
	background:url(logo.png) no-repeat left top;	
	width:484px;
	height:99px;
	position: absolute;
	left: 26px;
	top: 20px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:484px;
	height:99px;
	text-indent: -9999px;	
	}
div.header_info {
	background:url(home.png) no-repeat left top;
	width:111px;
	height:109px;		
	display: block;
	position: absolute;
	right: 26px;
	top: 28px;
	z-index: 2;
	padding: 0;
	font-size: 11px;
}
div.header_info a {
	display: block;
	width:111px;
	height:109px;
	text-indent: -9999px;	
}


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

ul#nav_main {
	background:url(nav_main.jpg) no-repeat;
	width: 651px;
	height:40px;
	padding:0;	
	position: absolute;
	left: 138px;
	top: 119px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}
ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main.jpg) no-repeat;
	display: block;
	height:40px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 79px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(1) a:hover, ul#nav_main li.highlight:nth-child(1) a {	
	background-position: 0 -40px;
}
ul#nav_main li:nth-child(2) a {
    width: 79px;
	background-position: -79px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -79px -40px;
}
ul#nav_main li:nth-child(3) a {
    width: 79px;
	background-position: -158px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -158px -40px;
}
ul#nav_main li:nth-child(4) a {
    width: 80px;	
	background-position: -237px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -237px -40px;
}
ul#nav_main li:nth-child(5) a {
    width: 77px;
	background-position: -317px 0;
}
ul#nav_main li:nth-child(5) a:hover, ul#nav_main li.highlight:nth-child(5) a {	
	background-position: -317px -40px;
}
ul#nav_main li:nth-child(6) a {
    width: 81px;
	background-position: -394px 0;
}
ul#nav_main li:nth-child(6) a:hover, ul#nav_main li.highlight:nth-child(6) a {	
	background-position: -394px -40px;
}
ul#nav_main li:nth-child(7) a {
    width: 81px;
	background-position: -475px 0;
}
ul#nav_main li:nth-child(7) a:hover, ul#nav_main li.highlight:nth-child(7) a {	
	background-position: -475px -40px;
}
ul#nav_main li:nth-child(8) a {
    width: 95px;
	background-position: -556px 0;
}
ul#nav_main li:nth-child(8) a:hover, ul#nav_main li.highlight:nth-child(8) a {	
	background-position: -556px -40px;
}

	
	
/* ------------------------------------------------------ flash ------------------------------------------------------*/


div.flash1 {
	width: 907px;
	height: 251px;
	position: absolute;
	left: 21px;
	top: 159px;
 	z-index:20;	
}	
div.flash2 {
	width: 316px;
	height: 214px;
	position: absolute;
	left: -1px;
	top: 185px;
 	z-index:30;	
}	

/* --------------------------------------------------- container -----------------------------------------------*/

.container {
	background: #e9e9e9 url(back_container.jpg) no-repeat left top;		
	width:943px;
	padding: 0 0 0 9px;
	position: relative;
	float:left;
	min-height:350px;
}

.container h4 {
	text-indent:-9999px;
}

/*.container span.more {
	float:right;		
}
.container span.more a {
	background: url(more_icon.jpg) no-repeat left center;
	padding: 0 0 0 10px;
	color:#C00;
}
.container span.more a:hover {
	text-decoration:underline;
}*/

/* --------------------------------------------------- 左側資訊 -----------------------------------------------*/

.left_mid {
	width:408px;
	padding:0;
	float:left;
}

.about {
	width:408px;
	position:relative;
	text-align:justify;
	text-justify:distribute;
	padding: 0 0 20px 0;		
}
.about h4 {
	height:80px;
	}
.about b {
	color:#000;
	}
.about p {
	line-height:22px;
	}
.about span.more {
	float:right;		
}	
.about span.more a {
	background: url(about_more.jpg) no-repeat left top;
	width: 159px;
	height: 27px;
	display:block;
	text-indent:-9999px;
}
.about span.more a:hover {
	background: url(about_more2.jpg) no-repeat left top;
}
#welfare{
	padding-bottom: 20px;
}
#welfare .jcarousel-wrapper{
	/*visibility:hidden;*/
	display:none;
}



/* --------------------------------------------------- 中間資訊 -----------------------------------------------*/

.frame_mid {
	width:294px;
	padding:0 21px 0 58px;
	float:left;
}

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

.news {	
	position:relative;
}
.news h4 {
	height:58px;
	}
.news ul {
	min-height:80px;
}
.news ul li {
	width:98%;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	padding: 0;
	border-bottom:1px solid #c5c5c5;
}
.news ul li:last-child {
	border-bottom:none;
}
.news span.more {
	float:right;		
}
.news span.more a {
	background: url(more_icon.jpg) no-repeat left center;
	padding: 0 0 0 10px;
	color:#C00;
}
.news span.more a:hover {
	text-decoration:underline;
}
.event h4 {
	height:40px;
	}


/* --------------------------------------------------- 右側資訊 -----------------------------------------------*/

.service {
	width:162px;
	float:left;
}
.service h4 {
	height:76px;
}
.service ul {
	padding: 0 24px;
}
.service ul li {
	border-top:1px solid #8c1914;	
	border-bottom:1px solid #541310;
	position:relative;
}
.service ul li:first-child {
	border-top:none;
}
.service ul li:last-child {
	border-bottom:none;
}
.service ul li a {
	background:url(navsub_icon.jpg) no-repeat 10px center;	
	*display: inline-block;			
    display:block;
	zoom: 1;
	padding: 4px 0;
	text-align:center;
	color:#e2d0cf;
}
.service ul li a:hover {
	font-weight:bold;
}



ul.count {
	width:114px;
	margin:20px 0 0 30px;
	padding:0;
	color:#fff;
	}
ul.count li {
	width:15px;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background-color:#fd7400;
	text-align:center;
	margin:0 1px;
	}


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

#footer {
	clear:both;	
	width:1003px;
	height:70px;
	border-top:7px solid #c80c03;
	line-height: 18px;
	position: relative;
	text-align:left;
}
#footer address {
	padding: 14px 0 0 540px;
	font-style: normal;
	font-weight: normal;
}
#footer address span {
	position:absolute;
	right:33px;
	top:36px;
	}
	
.navp_list  {
	position:absolute;
	left:10px;
	top:26px;
	z-index:99;
	}
.navp_list a {
    padding: 0 12px;
	}
/*.navp_list a:first-child {
    padding: 0 15px 0 0;
	}	*/
.navp_list a:hover {
    color: #333;	
	text-decoration:underline;
	}
	
div.icon {
	position:absolute;
	right:24px;
	top:30px;
	z-index:99;
	}
div.icon a {
	margin: 0 1px;
	}
