body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
ol, ul {
    list-style: none;
}
fieldset, img {
    border: 0;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
body {
    color: #333;
    background: url(images/body_bg.png) repeat-x #f9e5d8;
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}
a:link{
	color:#313131;
	text-decoration:none;
}
a:visited{
	color:#313131;
	text-decoration:none;
}
a:hover{
	color:#BF001F;
	text-decoration:none;
}
.clearfix {
    display: inline-block;
}
.clr{clear:both; font-size:1px; height:1px; overflow:hidden}
/*\*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/**/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.zz{
	color:#7d5520;
}
.hidden {
    display: none;
}
html, body {
    height: 100%;
}
* html .container {
    height: 100%;
}
.container {
    width: 930px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
}
.container .wrap {
    margin: 0 10px;
}
.col1, .col2, .col3, .col4, .col5{
    float: left;
    margin-right: 10px;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
.blank3 {CLEAR: both; FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 3px}
.blank2{ height:2px; font-size:1px; clear:both; overflow:hidden}
.blank5{ height:5px; font-size:1px; clear:both; overflow:hidden}
.blank6{ height:6px; font-size:1px; clear:both;overflow:hidden}
.blankW6{ height:6px; overflow:hidden; background:#fff; clear:both}
#news{
	background:#fff5ee;
	border:1px solid #ddbf99;
	padding:30px 18px 20px 18px;
	color:#4A4A4A;
    margin-bottom:10px
}
/* Header
==========================================================*/
.header {
    margin: 0 10px 5px;
}
.topnav {
    margin: 0 -10px 5px;
    padding: 0 15px;
    height: 2em;
    line-height: 2;
    background: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}
.topnav, .topnav a:link, .topnav a:visited {
    color: #666;
}
.topnav a:hover, .topnav a:active {
    color: #036;
    text-decoration: underline;
}

.brand, .ad-banner {
    float: left;
    margin-right: 7px;
    margin-left: 0px;
    padding:0px;
}
.ad-banner {
    width: 258px;
    height: 60px;
    overflow: hidden;
}
.ad-text {
    margin-top:3px;
    float: right;
    width: 100px;
    height: 110px;
    line-height: 1.6;
    border: 1px solid #ddbf99;
    background: #fff5ee; 
}
.ad-text li {
    
    float: left;
    text-indent: 3px;
    white-space: nowrap;
}
.brand h1.site-name {
    display: none;
}
.brand a img {
    display: block;
}

/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 10px 10px;
    background: url(images/nav_bg.png) no-repeat 0 -36px;
	clear:both
}
.navinner {
    background: url(images/nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(images/nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(images/nav_bg.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size:16px;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(images/nav_bg.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(images/nav_bg.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(images/nav_bg.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(images/nav_bg.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    /*background: url(images/nav_bg.png) repeat-x 0 -261px;*/
    background: url(images/nav_pointer.gif) repeat-x 0 0px;
}
.subnav a {
    font-size:16px;
    display: inline;
    padding: 0;
    
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #bc6e23;
}
.subnav a:hover, .subnav a:active {
    color: #bc6e23;
}
.subnav a:hover, .subnav a:active {
    font-weight: bold;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav0 { left: 20px; }
#subnav1 { left: 120px; }
#subnav2 { left: 230px; }
#subnav3 { left: 340px; }
#subnav4 { left: 450px; }
#subnav5, #subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav0 .pointer,
#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav0, #subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right
}
.disable {
    display: none;
}
/* ad-loop, search, topinfo, recommendinfo
==========================================================*/
.ad-loop {
    width: 278px;
    height: 194px;
    border: 1px solid #ddbf99;
    overflow: hidden;
    margin-bottom: 10px;
}
.search {
    float: right;
    width: 588px;
    height: 66px;
    border: 1px solid #ddbf99;
    margin-bottom: 10px;
    background: #fff5ee;
	padding:7px 10px 5px 20px;
}
.input{
	border:1px solid #8FA6BC;
	height:20px;
	line-height:20px;
	width:490px;
	margin-right:15px;
}
.input_pos{
	float:left;
}
.hot_line{
	clear:both;
	padding-top:3px;
}
.hot_line a:link{
	color:#DD8700;
}
.hot_line a:visited{
	color:#DD8700;
}
.hot_line a:hover{
	color:#DD8700;
	text-decoration:underline;
}
.menu_1,.menu_2,.menu_3,.menu_4,.menu_5,.menu_6,.menu_7,.menu_8,.menu_9,.menu_10,.menu_11{
	position:relative; margin-bottom:-1px;left:13px;
	height:5px; width:7px;
	overflow:hidden;
	background:url(images/icon_1.gif) no-repeat;
}
.menu_2{
	left:51px;
}
.menu_3{
	left:92px;
}
.menu_4{
	left:130px;
}
.menu_5{
	left:172px;
}
.menu_6{
	left:210px;
}
.menu_7{
	left:258px;
}
.menu_8{
	left:314px;
}
.menu_9{
	left:365px;
}
.menu_10{
	left:414px;
}
.menu_11{
	left:456px;
}

.menu{
	word-spacing:0;
	color:#B1B1B1;
}
.menu a:link,.menu a:visited{
	color:#B1B1B1;
	margin:0px 5px;
}	
	
a.menu_gg:link, a.menu_gg:visited {
	color:#000;
}

	
.btn_sc{
	border:none;
	background:url(images/btn.gif);
	width:76px;
	height:23px;
	color:#FFFFFF;
	line-height:23px;
	text-align:center;
	font-weight:bold;
}
.topinfo {
    height: 106px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(images/bg.png) no-repeat 0 -30px;
}
.topinfo h3 {
    color: #9b4d00;
    font-size: 120%;
    font-weight: bold;
    white-space: nowrap;
    margin: 10px 75px 10px 15px;
}
.topinfo p {
    margin: 0 15px;
}
.topinfo a:link, .topinfo a:visited {
    color: #9b4d00;
}

.wrap .recommendinfo {
    width: 298px;
    height: 104px;
    margin-bottom: 10px;
    border: 1px solid #ddbf99;
}
.recommendinfo h3 {
    float: left;
    display: inline;
    width: 30px;
    height: 102px;
    margin: 1px 5px 1px 1px;
    line-height: 1.7;
    color: #9b4d00;
    background: #f9e5d8;
    font-size: 120%;
    font-weight: bold;
}
.recommendinfo h3 span {
    display: block;
    text-align: center;
    margin: 0 5px;
}
.recommendinfo ul {
    float: left;
    margin: 3px 0 0 0;
    width: 250px;
    font-size: 120%;
    line-height: 1.7;
}
.recommendinfo li {
    clear: both;
}
.recommendinfo .date {
    float: right;
    line-height: 2;
    font-size: 80%;
	font-size:9px;
	color:#999999;
}
.layout-cols3 .col1 {
    width: 280px;
}
.layout-cols3 .col2 {
    width: 310px;
}
.layout-cols3 .col3 {
    width: 300px;
    margin-right: 0;
}
.layout-cols2, .layout-cols3 {
    margin-bottom: 0 !important;
}
.dxy_main{margin:0 10px; clear:both }
.dh {
    padding:0 0 0px 15px; 
    clear:both; 
    text-align:left; 
    line-height: 27px; 
    color: #916327;
    margin: 0 10px 10px;
    text-align:left; 
}
.pageidxlf {
    width:10px;
    height:27px;
    background: url(images/nav_bg.png) no-repeat 0 -180px;
}

.pageidxct {
    padding: 0px;
    background: url(images/nav_bg.png) repeat-x 0 -207px;
}

.pageidxrh {
    width:10px;
    height:27px;
    background: url(images/nav_bg.png) no-repeat 100% -234px;
}

.dh span{float:right}
.dh a:link{color: #916327;}
.dh a:visited {color:#916327;}
.dh a:hover {color:#275c91;	text-decoration:underline;}
.mainad{margin:0 auto; clear:both ;border:1px solid #ddbf99;overflow:hidden}
.dxy_main_l{width:650px;float:left; display:inline; overflow:hidden}
.main_l_l{width:280px; float:left; clear:left}
.main_l_r{width:310px; float:right; clear:right}
.dxy_main_r{width:250px; float:right; display:inline; overflow:hidden}
.box{border:1px solid #ddbf99;margin-bottom:10px;}
.bor{padding:10px 0px 10px 5px;}
.line{margin:0px 10px 10px 10px;}
.box_title{
	background:url(images/news_bg.gif);
    position: relative;
    height: 28px;
}
.box_title h3 {
    height: 26px;
    line-height: 26px;
    margin: 1px 1px 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 120%;
    color: #275c91;
}
.box_title span {
	float:right;
	padding-top:5px;
	padding-right:5px;
}
.box .left_box li{
	line-height:24px;PADDING-LEFT: 12px; BACKGROUND: url(images/icon_li.gif) no-repeat 5px 7px; height:24px
}
.box .hot_box li{
	background:url(images/nav_icon.gif) no-repeat 5px 10px;
	padding-left:14px;
	line-height:27px;
}
.box .hot_box li a:link{
	color:#2C6AA9;
}
.box .hot_box li a:visited{
	color:#2C6AA9;  
}
.box .hot_box li a:hover{
	color:#2C6AA9;
	text-decoration:underline;
}
.box .tj_box li{
	background:url(images/title_bg.gif) repeat-x bottom;
	padding:5px 7px 0px 10px;
	color:#A3A3A3;
	clear:both;
	height:100px;
	overflow:hidden;
}
.box .tj_box li span{
	float:left; padding-right:10px;
	}
.news_list ul{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
	}
.news_list ul .list_title{
	color:#7d5520;
	font-weight:bold;
	background:url(images/list_title.gif) no-repeat 7px 7px;
	padding-left:23px;
	font-size:14px;
}
.news_list ul .list_title span{
	font-size:12px;
	float:right;
	color:#787878;
	font-weight:normal;
}
.news_list ul .ot span{
        margin-right:50px;
}
.news_list ul .text{
	line-height:23px;
	text-indent:24px;
	padding:13px 0px;
	color:#878787;
}
.right_bot{
	margin-bottom:10px;
}
.right_box{
}
.right_title{
	height:36px;
	line-height:27px;
	font-size:14px; 
	font-weight:bold;
	color:#313131;
	padding-left:0px;
}
.right_title_lf{
  margin:0px;
  padding:0px;
  width:10px;
  height:36px;
	background:url(images/tab-up.png) no-repeat 0px -36px;
}
.right_title_ct{
  padding:0px;
  width:280px;
  color: white;
  font-weight:bold;
  font-size:16px;
	background:url(images/tab-up.png) repeat-x 0px -72px;
}
.right_title_rh{
  width:10px;
  height:36px;
	background:url(images/tab-up.png) no-repeat 100% -108px;
}
.right_box ul{
	padding:5px;
	/* padding-left:10px;*/
}
.right_box ul li{
	/* line-height:25px; */
	line-height:18px;
	padding-bottom:5px;
}
.right_box_content {
  border:1px solid #db6f04;
}
.right_box_content1 {
  border:1px solid #db6f04;
  padding-left:30px;
}

.right_box_content a:link{color: #916327;}
.right_box_content a:visited {color:#916327;}
.right_box_content a:hover {color:#275c91;	text-decoration:underline;}

.pages{
	text-align:right;
	padding-bottom:15px;
	padding-right:20px;
	}
.pages a:link{
	display:inline;
	border:1px solid #D9D9D9;
	color:#001A9F;
	padding:2px 5px;
	margin:0px 3px;
}
.pages a:visited{
	display:inline;
	border:1px solid #D9D9D9;
	color:#001A9F;
	padding:2px 5px;
	margin:0px 3px;
}
.pages a:hover{
	display:inline;
	border:1px solid #ecc48b;
	color:#000000;
	background:#E8F3FD;
	padding:2px 5px;
	margin:0px 3px;
}
.pages .click{
	display:inline;
	border:1px solid #ff831e;
	color:#000000;
	background:#ffebd9;
	padding:2px 5px;
	margin:0px 3px;
}
a.v_red:link{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:visited{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:hover{
	color:#BF001F;
	text-decoration:underline;
}
.ding_box{
	padding:0px 0px 25px 170px;
	height:62px;
}
.ding{
	width:58px;
	height:62px;
	text-align:center;
	display:block;
	margin-right:100px;
	float:left;
}
.ding_bg{background:url(images/ding_bg.gif);}
.back_bg{background:url(images/back_bg.gif);}
.ding b{color:#FFFFFF;font-size:20px;display:block;padding:5px 0px;}
.pagebreak{text-align:center;margin-bottom:20px;line-height:25px;}
.pagebreak a{margin-left:15px;}
.pagebreak strong{margin-left:15px;}
#news_sort{border:1px solid #ddbf99;width:628px;color:#4A4A4A;margin-bottom:10px;}
#news_sort .news_title{background:url(images/news_bg.gif) repeat-x;	height:28px;line-height:28px;padding-left:15px;
	font-size:14px;	font-weight:bold;color:#7d5520;	padding-right:15px;}
#news_sort .news_title span{float:right;font-size:12px;font-weight:normal;}
#news_sort ul{padding:5px 10px;}
#news_sort ul li{line-height:23px;font-size:14px;}
#news_sort ul li span{float:right;	font-size:12px;color:#AAAAAA;}	
h1{color:#363737;text-align:center;font-size:22px;margin:0px;padding:0px;font-weight:bold;}
.content{font-size:14px;color:#2A2A2A;line-height:25px;margin:15px 0px 35px 0px;line-height:180%;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.content p{
	text-indent:2em;
	padding: 5px 0 5px 0;
}
.msgheader{width:540px;margin:3px auto 0;padding:0 3px;background:#fff5ee;clear:both;border:1px solid #ddbf99;font-size:12px; overflow:hidden}
.codetitle span{float:right}
.right{float:right}
.msgborder{width:540px;margin:0 auto 3px;background:#fff5ee;border-left:1px solid #ddbf99;border-right:1px solid #ddbf99;border-bottom:1px solid #ddbf99;padding:0 3px;font-size:14px;clear:both;word-break:break-all;word-wrap:break-word;overflow:hidden}
.smalltxt textarea{width:96%;height:200px}
.htmlarea {margin:0px auto;padding:3px;font-size:14px;width:530px;clear:both;background:#fff5ee;text-align:center;}
.htmlarea textarea{width:96%;height:200px;font-size:14px;background:#fff5ee;border:1px solid #ddbf99}
.times{
	text-align:center;
	color:#666666;
	padding:15px 0px;
	border-bottom: 1px solid #E6E4E1;
}
.times img{
	height:20px;
	margin-bottom:-4px;
}
.xg{
	padding:5px;
/*
	margin-bottom:10px;
	border-top: 1px solid #E6E4E1;
	border-bottom: 1px solid #E6E4E1;
*/
}
.xg ul li{
	width:100%;
	list-style:none;
}
.pl{
	border:1px solid #DDDCDA;
	background:#fff;
	margin-bottom:15px;
}
.pl a:link{color: #916327;}
.pl a:visited {color:#916327;}
.pl a:hover {color:#275c91;	text-decoration:underline;}

.pl_title{
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	font-weight:bold;
	background:url(images/pl_bg.gif) repeat-x;
}
.pl_title span{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#949494;
}
.pl_title b{
	color:#E8581F;
}
.pl_list{margin:15px 20px;line-height:25px;border-bottom:1px solid #E6E6E6;padding-left:5px;padding-bottom:10px;}
.text_tag {background: #FFFFFF;border: 1px dashed #ddbf99;height: 24px;margin: 10px auto;padding-left: 10px;padding-right: 10px;
width: 540px;}
.text_tag h5 {clear: left;color: #000000;display: block;float: left;font-size:12px;padding-top:3px;}
.text_tag span {float: right;font: 12px/24px Tahoma;}
.btn{color:#FFFFFF;	background:url(images/btn_bg.gif) repeat-x #5D8BBA;height:22px;text-align:center;line-height:22px;border-top:1px solid #cea264;border-left:1px solid #cea264;border-right:1px solid #896525;border-bottom:1px solid #896525;}
.tagbox{width:100%; margin:0; padding:0}
.tagbox DL {
	BORDER: #ddbf99 1px solid; MARGIN: 10px auto 0px}
.tagbox DL DT {
	BACKGROUND: #fff5ee; COLOR: #275c91; TEXT-INDENT: 10px; LINE-HEIGHT: 25px; BORDER-BOTTOM: #ddbf99 1px solid
}
.tagbox DL DT SPAN {
	FONT-SIZE: 11px; COLOR: #275c91
}
.tagbox DL DD {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 14px; PADDING-BOTTOM: 10px; COLOR: #275c91; LINE-HEIGHT: 25px; PADDING-TOP: 10px
}
.pl_list ul{border-bottom:1px dashed #d7d7d7;}
.pl_list ul .title{color:#1F0087;margin-top:10px;}
.pl_list ul .content{margin:10px;text-indent:2em;}
.pl_list ul .op{color:#d7d7d7;}
.pl_list ul li span{float:right;color:#d7d7d7;}
/* Sitemap Footer
==========================================================*/
.sitemap {
    height: 2.5em;
    line-height: 2.5;
    color: #275c91;
    margin: 0 10px 10px;
    text-align: center;
    background: #fff5ee;
    border: 1px solid #ddbf99;
}
.sitemap a:link{ 
    color: #275c91;
}
.sitemap a:visited {
	color:#275c91;
}
.sitemap a:hover {
	color:#275c91;
	text-decoration:underline;
}
.footer {
    margin: 0 10px 10px;
    padding-bottom: 10px;
    text-align: center;
}
.copyright, .copyright a:link, .copyright a:visited {
    color: #000000;
	line-height:26px;
}

.hilight{color:#FFFFFF;font-size:15px;font-weight:bold;color:#cb6e00;}
.hilight2{color:#FFFFFF;font-size:16px;font-weight:bold;color:#aa5500;}
.caption{
background-color:#ee8833;
text-align:center;
font-weight:bold;
padding:4px;
color:#ffffff;
border:1px solid #DDDCDA;
}
.values{
background-color:#f0f0f0;
text-align:left;
padding:4px;
border:1px solid #DDDCDA;
}

/* Style for Calendar */
	.calendarHeader { 
	font-weight: bolder; 
	color: #CC0000; 
	background-color: #FFEEAA; 
	text-align:center;
	} 
	.calendarToday { 
	background-color: #FFCC00; 
	text-align:center;
	} 
	.calendarHoliday { 
	background-color: #CCEECC; 
	text-align:center;
	} 
	.calendar { 
	background-color: #FFFFCC; 
	width:249px;
	text-align:center;
	border:1px solid #ddbf99;
	} 
/* Style for show image */
.imgframe {
border: solid 1px #999999;
padding: 7px;
margin: 5px;
background-color:#ffffff;
}

.highlightlink{
   font-size:16px;
}
.highlightlink a:hover{
   border-bottom: 1px dashed #CC9900;
   color:#00ccff;
}
.highlightlink A {
   text-decoration : none;
   font-weight:bold;
   color:#EE9900;
}

.lightgray{
   color:#999999;
   font-size:13px;
}

/* 幫文字段落加上獨樹一格的底線 underline */
em{
background: url(images/bg-line-green.gif) repeat-x bottom;
line-height:22px;
font-style:normal;
padding-bottom: 3px;
}

/* 幫文字段落加上獨樹一格的底線 underline */
.ulineorg {
background: url(images/bg-line-orange.gif) repeat-x bottom;
line-height:22px;
padding:3px 2px 2px 0px;
letter-spacing:1px;
}

/* 幫文字段落加上獨樹一格的底線 underline */
.ulinered {
background: url(images/bg-line-red.gif) repeat-x bottom;
line-height:22px;
padding:3px 2px 2px 0px;
letter-spacing:1px;
}