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

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: #fff url(back_body.jpg) repeat-x left top;	
	font-size: 12px;
	color: #353434;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
}
a {
	color: #353434;
	text-decoration: none;
}
a:hover {
	color: #c90202;
}



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


div#wrap_box1 {
	background: url(back_wrap.jpg) no-repeat center top;		
	width: 100%;
	margin: 0 auto;
}
div#wrap_box2 {
	background: url(back_wrap2.jpg) repeat-y 6px top;			
	width: 1003px;
	margin:0 auto;
	position: relative;	
}
div#wrap {
	background: url(back_wrap1.jpg) no-repeat 6px top;			
	width: 1003px;
	margin:0 auto;
	position: relative;	
}

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

div#header {
	position: relative;
	width:1003px;
	padding:0;
	height:222px;
	z-index:10; /*有下拉選單時一定要加,才能在最上方*/ 	
	}
div.header_logo h1 {
	background:url(logo_c.jpg) no-repeat left top;	
	width:332px;
	height:98px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:332px;
	height:98px;
	text-indent: -9999px;	
	}
div.header_info {
	display: block;
	position: absolute;
	right: 26px;
	top: 48px;
	z-index: 2;
	padding: 3px 8px 2px;
	font-size: 11px;
}
div.header_info a {
	padding: 3px 10px;
	text-decoration: underline;
	color:#fff;
}
div.header_info a:hover {
	text-decoration: none;
}

.flash {
	width:1003px;
	height:116px;
	position: absolute;
	left: 0px;
	top: 106px;
	z-index: 5;
	}


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

ul#nav_main {
	background:url(nav_main_c.jpg) no-repeat;
	width: 585px;
	height:79px;
	padding:0;	
	position: absolute;
	left: 392px;
	top: 19px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}
ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_c.jpg) no-repeat;
	display: block;
	height:79px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 147px;
	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 -79px;
}
ul#nav_main li:nth-child(2) a {
    width: 146px;
	background-position: -147px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -147px -79px;
}
ul#nav_main li:nth-child(3) a {
    width: 145px;
	background-position: -293px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -293px -79px;
}
ul#nav_main li:nth-child(4) a {
    width: 147px;	
	background-position: -438px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -438px -79px;
}



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

.container {
	width:990px;
	position: relative;
	padding:0 7px 0 6px;
	float:left;
}

/* ---------------------------------------------------------------- 次選單 ------------------------------------------------*/

div.navsub {
	float:left;
	width: 260px;
	text-align: left;
	padding:0 26px 30px 0;	
}
div.navsub_menu {
	width:260px;
	padding:0;
	margin: 0 auto 40px;
	}
div.navsub_menu h4 {
	height:49px;
	margin: 0 0 6px 0;
	text-indent:-9999px;
}
div.navsub_menu h4.navsub_title1 {
	background:url(navsub_title1.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title2 {
	background:url(navsub_title2.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title3 {
	background:url(navsub_title3.jpg) no-repeat left top;
}
div.navsub_menu h4.navsub_title4 {
	background:url(navsub_title4.jpg) no-repeat left top;
}

div.navsub_menu ul {
	padding: 0 13px;
}
div.navsub_menu ul li {
	border-bottom:1px solid #bbbbbb;
	position:relative;
}
div.navsub_menu ul li a {
	background:url(navsub_icon.jpg) no-repeat 10px center;	
	*display: inline-block;			
    display:block;
	zoom: 1;
	padding: 10px 0 6px 28px;
}
div.navsub_menu ul li a:hover {
	background:url(navsub_icon1.jpg) no-repeat 10px center;			
	color:#246b9e;
	font-weight:bold;
}



/* ---------------------------------------- content_main ----------------------------------------------*/

.container_main {
	width: 678px;
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	line-height:22px;
}
.container_main h3.title {
	background:url(title_icon.jpg) no-repeat left center;		
	font-size:20px;
	margin:20px 0 16px 0;
	padding:0 0 0 28px;
	color:#000;
	font-family:"微軟正黑體", "新細明體", Arial, Verdana, Helvetica, sans-serif
}


/* --------------------------------------------------- adv -----------------------------------------------*/

ul.navsub_adv {
    width:235px;
	margin: 0 auto;
}
ul.navsub_adv li a {
	display: block;
	height:60px;
	margin: 0 0 8px 0;
    font-size:0px;
	color:#fff;
}
ul.navsub_adv li.n1 {
	background: url(adv_01.jpg) no-repeat left top;
}
ul.navsub_adv li.n2 {	
	background: url(adv_02.jpg) no-repeat left top;
}



/* --------------------------------------- content_main -----------------------------------------------*/

.content_main {
	background: url(title_line.jpg) no-repeat left top;
	padding:22px 0 0 0;
}

.content_main p.font2 {
	font-size:30px;
	line-height:300px;
	text-align:center;
}
.content_main p {
	margin:0 0 16px 0;
}



/* ------------------------------------------- 表格 --------------------------------------------*/

.table1 {
	border-collapse: collapse;
	border-width:0 0px 2px 0px;
	border-style:solid;
	border-color:#c8c8c8;
	text-align: center;	
	margin: 0 0 10px 0;	
}
.table1 tr:nth-child(odd) {
	background: #f8f8f8;
}
.table1 th {
	background: #b0b0b0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding:3px 5px;	
}
.table1 td {
	padding:3px 5px;
	border-bottom: 1px dotted #d4d4d4;
	border-right: 1px solid #d4d4d4;	
}
.table1 td:last-child{
	border-right: none;
}
.table1 td.y1 {
	text-align:left;	
}
	
.table1 a.file {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(file_doc.png) no-repeat left top;
	text-indent:-9999px;
	}
	

/* --------------------------------------------- 活動剪輯 -----------------------------------------------*/


.album {
	margin:10px 0 0 0;
	text-align:justify;
	text-justify:distribute;
	}
.album dl {
	overflow:hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px dotted #f6dde1;
	}
.album dl dt {
	float:left;
	margin: 0 20px 0 0;
	text-align:center;
	}
.album dl dt img {
	width:140px;
	height:105px;
	background-color:#fff0f2;
	border: 1px dotted #ecc4cb;
	padding:6px;
	border-radius:3px;	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
	margin: 0 0 10px 0;
	}
.album dl span.more {
	}	
.album dl span.more a {
	color:#e19d4f;
	margin: 0 0 0 4px;
	}
.album dl span.more a:hover {
	color:#000;
	}
		
.album dl dd {
	overflow:hidden;
	}
.album dl dd h6 {
	background-color:#fff0f2;	
	font-size: 13px;
	color: #d68890;
	font-weight:bold;
	padding: 1px 10px;
	margin: 0 0 6px 0;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
	}
.album dl dd p {
	margin: 0 0 10px 0;
	}	

.album_top {
	background-color:#fff0f2;	
	border: 1px dotted #f0cfd5;
	padding:15px;
	margin: 0 0 20px 0;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;		
	}



.album_box {
    text-align:left;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #f6dde1;	
	}
.album_box ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.album_box ul li {  
	width:214px;
	min-height: 244px;
	_height: 244px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:0 13px 20px 0px;
	margin:0 13px 20px 0px \9;			
	zoom: 1;
	position:relative;

}
.album_box ul li:nth-child(3n) {
	margin-right: 0px;
	clear: left;
}
.album_box .box {	
	position:relative;
	float:left;
	display: block;
	text-align:center;
	font-size:0;
	width:200px;
	height:230px;
	padding: 7px;		
	/*
	background-color:#f5dde1;
	border: 1px solid #e3b5bd;
	padding:6px;	
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	*/	
}
.album_box .box *{
	vertical-align:middle;
}
.album_box .box span{
	display:inline-block;
	height:100%;
	_height:auto;
}
.album_box .box img {	
	max-width:200px;
	max-height:230px;
	_width:200px;
	_height:230px;	
}
.album_box .box em {
	background:url(album_bg.png) no-repeat left top; 	
	width:200px;
	height:230px;
	padding: 7px;	
	position: absolute;
	left: 0px;
	top: 0px;
 	z-index:20;	
}
.album_box .box em:hover {	
	background: url(enlarge.png) no-repeat left top;
}
.album_box ul p.tags {
    margin: 250px 0 0 0;
    margin: 250px 0 0 0 \9;
    _margin: 0 0 6px 0 \9;
	line-height: 18px;
	text-align: center;
	padding: 0 6px 0 6px;
	font-weight:bold;
	font-size:15px;	
}

.album_box2 {
	border-bottom:none;	
	}



.album_box ul li div.info {	
	z-index: 1;
	position: absolute;
	left: 6px;
	width: 201px;
	height: 24px;
	bottom: 31px;
	overflow: hidden;
}		

.album_box ul li div.info .status {
	display: block;	
	background: url(zoom_in.png) no-repeat 170px center;		
	color: #fff;
	line-height:23px;
	margin: 0 0 0 6px;
}
.album_box ul li div.info .bg {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 24px;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* ----------------------------------- 新聞內頁 -------------------------------------*/

p.news_title {
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 10px;
	margin:0;
	background: #b0b0b0;
	text-align:left;	
	} 
div.news_main {	
	text-align: left;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	border-width:0 1px 2px 1px;
	border-style:solid dotted;
	border-color:#c8c8c8;
}
div.news_main strong {
	font-weight:bold;
}
div.news_main p {
	margin: 0 0 14px 0;
}
div.news_main img {
	max-width:620px;
	_width:620px;
	height:auto !important;
}

div.news_main p.filedown {
	background:url(file_down1.png) no-repeat left center;
	padding: 20px 0 20px 70px;
	
}
div.news_main p.filedown a {
	font-size:13px;
	text-decoration: underline;
}
div.news_main p.filedown a:hover {
	text-decoration: none;
}



.back_news{
	text-align: right;
}
.back_news a {
	width:130px;
	height: 24px;
	background-color: #ededed;
	border: 1px solid #c8c8c8;
	color: #333;		
	line-height: 24px;
	text-align: center;
	padding: 3px 6px;	
}
.back_news a:hover {
	background-color: #d5d5d5;
	border: 1px solid #c8c8c8;
	color: #fff;
}



/* ----------------------------------- 頁數 -------------------------------------*/


#pager p {
	text-align:center;
	margin:0;
	padding:0;
	}
#pager p span{
	color:#007dc5;
	font-size:15px;
	font-weight:bold;
	margin:0 3px;
	}	
#pager ul.pages {
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:11px;
	text-align: center;
	padding: 0;
}

#pager ul.pages li { /* 頁數列表 */
	list-style: none;
	border: 1px solid #7dc3cb;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 3px 5px;
	display: inline;
	line-height: 30px; /* ie7 必要 */
	cursor: pointer;
	color:#7dc3cb;	
}

#pager ul.pages li:hover { /* 觸碰時 */
   border:1px solid #7dc3cb;
   color:#7dc3cb;
   background-color:#e9f3f4;
}

#pager ul.pages a:hover { /* 觸碰時 */
   color:#fff;
}

#pager ul.pages li.pgEmpty { /* 沒有作用的頁數 */
	border:1px solid #f4fbfc;
	color:#f4fbfc;
	cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
	border:1px solid #f4fbfc;
	color:#f4fbfc;
	cursor: default;
    background-color:#fff;	
}

#pager ul.pages li.pgCurrent { /* 作用中的頁數 */
   border:1px solid #7dc3cb;
   color:#7dc3cb;
   font-weight:700;
   background-color:#e9f3f4;
}

/*回目錄頁*/
.back_list {
	}
.back_list a {
	float: right;
    padding: 1px 10px;
	background-color: #CCC;
	border: 1px solid #CCC;	
	text-align: center;
	color: #FFFFFF;	
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius:3px;	
	margin: 10px 0 0 0;
}
.back_list a:hover {
	background-color: #f4f4f4;
	color: #333;	
}	



/* ----------------------------------------------------- 意見表單 ------------------------------------------------------*/


.form_out {
	background: url(back_contact.jpg) no-repeat left top;
	margin:0;
	padding: 24px 20px 0;
	}
.form {
	line-height: 22px;
	margin: 0px;
	font-weight: bold;
}
.form caption {
	background:#77a7c7;
	padding: 4px 0;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	margin: 0 0 10px 0;	
}
.form th {
	background: url(contact_line.jpg) no-repeat right 10px;
	text-align: right;
	padding: 6px 10px 0 0px;
	font-weight: bold;
	vertical-align: top;
}
.form span {
	color: #C00;
}
.form td {
	padding: 5px;
	text-align: left;
}
.form .thk {
	background: url(contact_line2.jpg) no-repeat right 2px;
}
.form .thr {
}
.input {
	text-decoration: none;
	border: 1px solid #dfdfdf;
	width: 200px;
	height: 20px;
	padding:1px 4px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.input3 {
	background: #77a7c7;	
	color: #fff;
	text-decoration: none;
	width: 72px;
	height: 20px;
	padding: 0 0 2px 0;
	border: none;
	border-collapse:collapse;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
	margin: 0 5px;
}
div.contact_btn {
	margin:15px 0;
	text-align: center;	
	}

small a {
	background: url(icon02.gif) no-repeat left 5px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}	


/* --------------------------------- 聯絡我們 -----------------------------------------*/	
	
.contact h5 {
	font-size: 15px;
	color: #007dc5;
    margin: 0 0 4px 4px;		
	}
.contact p {
	margin: 0 0 0 4px;
	line-height: 22px;
	}			
.contact ul{
    margin: 0 0 10px 0;	
	}	
.contact li {
	background: url(navsub_icon.jpg) no-repeat 6px center;
	padding: 0 0 0 20px;
	}
.contact li span {
	color:#fff;	
	}	
.contact small a {
	background: url(icon02.gif) no-repeat left 5px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}	

.map {
	margin: 0;
	padding: 9px;
	border: 1px solid #E3E3E3;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}	
.mapfont a {
	color: #0000ff;
	float: right;

}	


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

.navp_list  {
	width:484px;
	height:28px;
	background: url(back_navp.png) no-repeat left top;
	position:absolute;
	top:4px;
	right:40px;
	z-index:99;
	padding:14px 5px 0 5px;
	}
.navp_list a {
    padding: 0 13px;
	}
.navp_list a:hover {
    color: #333;	
	text-decoration:underline;
	}


#footer {
	clear:both;
	background: url(back_footer.jpg) no-repeat 6px top;	
	width:1003px;
	height:110px;
	line-height: 16px;
	position: relative;
	text-align:center;
}
#footer address {
	padding: 54px 0 0 0;
	font-style: normal;
	font-weight: normal;	
}
#footer address span {
	color:#1b4386;
	font-weight:bold;
	}
	