html {
	/*height: 100%;*/
}

body {         	
	background: #ffffff;
	font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #434343; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
/*	overflow-y: scroll;*/
	position: relative;
}

*{margin:0;/*padding:0;*/}


a {
	transition: color; /*for the future*/
	transition-duration: 2000ms;
	-webkit-transition: color; 
	-webkit-transition-duration: 2000ms;
	-moz-transition: color; 
	-moz-transition-duration: 2000ms;
	-o-transition: color; 
	-o-transition-duration: 2000ms;
	text-decoration: none;
	color: #038c00;
}
a:visited {
	/*color: #3656c3;*/
}
a:hover {
	transition: color;
	transition-duration: 300ms;
	-webkit-transition: color;
	-webkit-transition-duration: 300ms;
	-moz-transition: color;
	-moz-transition-duration: 300ms;
	-o-transition: color;
	-o-transition-duration: 300ms;
	color: #04ae00;
}

a:hover img, a img:hover {	
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:opacity 0.5s linear;
}

/*p { margin-bottom: 20px; }*/

.CLR {
	clear: both;
}

.PadinTop20 {
	padding-top: 20px !important;
}

.PadinTop30 {
	padding-top: 30px !important;
}

.Padin20 {
	padding: 20px;
}

.Padinleft20 {
	padding-left: 20px;
}

.padin_15px {
	padding: 15px;
}

.Align_Center {
	text-align: center;
}

.Align_Right {
	text-align: right;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.LineHeight_180 {
	line-height: 180%;
}

.DisplayNone {
	display: none;
}

.GreenBold {
	color: #038c00;
	font-weight: 700;
}

.Bold700 {
	font-weight: 700;
}

.BTN_Style01 {
	padding: 5px 20px;
	background: url(../images/BTN_BG02.jpg) repeat-x bottom;
	border: 1px solid #bfc0c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}

.RedHighLight {
	font-weight: 700;
	color: #ff0000;
}
.BlueHighLight {
	font-weight: 700;
	color: #009ae9;
}

.Submit_2 {
	border: 1px solid #cacaca;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	padding: 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #818181;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}
.Submit_2:hover {
	color: #000000;
}

.List_Style_Type_on ul {
	/*list-style-type: disc;*/
	line-height: 180%;
}
.List_Style_Type_on ul li {
	padding:0 10px 15px 0;
	margin-left: 20px;
}
.List_Style_Type_on ol {
	list-style-type: decimal;
	line-height: 180%;
	padding-left: 0px;
}
.List_Style_Type_on ol li {
	padding:0 10px 10px 0;
	margin-left: 20px;
}

.BTN_Style03 {
	padding: 4px 15px;
	margin: 0 5px 0 0;
	background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.BTN_Style03 .Icon {
	padding: 0 0 0 20px;
	background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
}
.BTN_Style03:hover {
	color: #ffffff;
	background: #038c00;
}
.BTN_Style03:hover .Icon {
	background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.BTN_Style03_down {
	padding: 3px 5px;
	margin: 0 5px 0 0;
	background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.BTN_Style03_down .Icon {
	padding: 0 0 0 20px;
	background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
}
.BTN_Style03_down:hover {
	color: #ffffff;
	background: #038c00;
}
.BTN_Style03_down:hover .Icon {
	background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}

.NoResult {
	width: 460px;
	margin: 0 auto;
}

#Container {	
	background: #e7e7e7;
}

#HeaderContainer {	
	background: url(../images/HeaderContainerBG.jpg) repeat-x;
	width: 100%;
	height: 46px;	
}

#Header {
	width: 1002px;
	margin: 0 auto;
	position: relative;
	z-index: 9999999;
}

#Header_VersionContainer {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 6;
}
#Header_Version_Nav {
	background: url(../images/Header_Version_BG.jpg) repeat-x;
	height: 27px;
	float: left;
	padding: 13px 0px 0px 15px;
}
#Header_Version_Nav li {
	float: left;
	padding: 0 7px 0 8px;
	/*border-left: 1px solid #ffffff;*/
	background: url('../images/Header_Version_Nav-border.gif') no-repeat 0 3px;
	display: block;
}
#Header_Version_Nav li:first-child {	
	/*border-left: 0px;*/
	background: none;
}
#Header_Version_Nav li a {	
	float: left;
	/*text-indent: -999px;*/
	overflow: hidden;
	/*height: 12px;*/
	/*-webkit-transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-o-transition: background-position .3s ease;
	transition: background-position .3s ease;*/
	font-weight: 700;
	color: #ffffff;
	font-size: 90%;
	text-transform: uppercase;
}
#Header_Version_Nav li a:hover {
	color: #ffdb34;
}
#Header_Version_Nav li .nav1, #Header_Version_Nav li .nav2, #Header_Version_Nav li .nav3, #Header_Version_Nav li .nav4, #Header_Version_Nav li .nav5, #Header_Version_Nav li .nav6, #Header_Version_Nav li .nav7 {
	/*background: url(../images/Header_Version.png) no-repeat;
	width: 51px;*/
}
#Header_Version_Nav li .nav1 {
	background-position: 0 0;	
}
#Header_Version_Nav li .nav2 {
	background-position: -72px 0;
}
#Header_Version_Nav li .nav3 {
	background-position: -143px 0;
}
#Header_Version_Nav li .nav4 {
	background-position: -214px 0;
}
#Header_Version_Nav li .nav5 {
	background-position: -285px 0;
	/*width: 56px;*/
}
#Header_Version_Nav li .nav6 {
	background-position: -361px 0;
}
#Header_Version_Nav li .nav7 {
	background-position: -432px 0;
}
#Header_Version_Nav li .nav1:hover {
	background-position: 0px -13px;
}
#Header_Version_Nav li .nav2:hover {
	background-position: -72px -13px;
}
#Header_Version_Nav li .nav3:hover {
	background-position: -143px -13px;
}
#Header_Version_Nav li .nav4:hover {
	background-position: -214px -13px;
}
#Header_Version_Nav li .nav5:hover {
	background-position: -285px -13px;
}
#Header_Version_Nav li .nav6:hover {
	background-position: -361px -13px;
}
#Header_Version_Nav li .nav7:hover {
	background-position: -432px -13px;
}
.Header_Version_right {
	float: left;
	background: url(../images/Header_Version_right.jpg) no-repeat;
	width: 26px;
	height: 46px;
}
/***************************************Responsive*********************************************
#Mobilemenu-mainService, nav.navbar, #MainServicesContainer, #News_horizontalTab, #OrganizationStructure-mobile, nav #Logo a.Logo_link, #Logo_rwd {
	display: none;
}
td:before { 
	display: none;
}
/***************************************Responsive end*********************************************/

#HeaderNavContainer {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 17px 0px 0px;
}
#HeaderNav_Nav {
	float: left;
}
#HeaderNav_Nav a {
	float: left;
	font-size: 0.96em;
	color: #707070;
	text-decoration: none;
	margin: 0 0 0 17px;
		
}
#HeaderNav_Nav a:hover {
	color: #038c00;	
}

#FontSizeContainer {
	float: left;
	margin-right: 10px;
}
#FontSizeContainer .Header {
	float: left;
	font-size: 0.96em;
	color: #707070;
	text-decoration: none;
	margin: 0px 5px 0px 14px;
}
#FontSizeContainer .Icon {
	text-indent: -9999px;
	background: url(../images/FontSize_BG.jpg) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-bottom: 2px;
}
#FontSizeContainer .Icon_L {	background: url(../images/FontSize_L.jpg) no-repeat 0px 0px;}
#FontSizeContainer .Icon_M {	background: url(../images/FontSize_M.jpg) no-repeat 0px 0px;}
#FontSizeContainer .Icon_S {	background: url(../images/FontSize_S.jpg) no-repeat 0px 0px;}
#FontSizeContainer .Icon_L:hover, #FontSizeContainer .Icon_M:hover, #FontSizeContainer .Icon_S:hover, #FontSizeContainer .current {
	background-position: bottom;
}

#SocialMediaContainer {
	float: left;
	margin: 0px 0px;
}
#SocialMediaContainer a:hover{
	opacity:.7; 
	filter:alpha(opacity=70);
}
#CustomerServiceContainer {
	float: left;	
	position: relative;
	margin: 0px 0px 0px 10px;
}
#Header_2Container {	
	background: url(../images/Header_2BG.jpg) repeat-x;
	width: 100%;
	height: 115px;
	position: relative;
	z-index: 99999;
}

#Header_2Container_index {	
	background: url(../images/Header_2BG.jpg) repeat-x;
	width: 100%;
	height: 115px;
	position: relative;
	z-index: 99999;
}

#Header_2 {
	width: 1002px;
	margin: 0 auto;
	position: relative;
}
.page_header {
	 background: none !important;
	 height: inherit !important;
}
#LogoContainer {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 99;
}

#Logo { 	
	
}
#Logo a img { 	
	opacity: 1;
	filter: alpha(opacity=100);
}

#Date {
	position: absolute;
	right: 265px;
	top: 12px;
	color: #898989;
	font-size: 14px;
}
#Date_index {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #898989;
	font-size: 1em;
}


#HeaderMainMenuContainer {
	position: relative;
	width: 982px;
	height: 39px;
	margin: 0px auto;
	background: url(../images/HeaderMainMenuBG.jpg) repeat-x;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	z-index: 9999;
}

#HeaderMainMenu {
	
}

.MainNavBanner {
	margin: 30px 0px 0px 10px;
}
.MainNavBanner img {
	width: 940px;
	height: 130px;
	border: 1px solid #ffffff;
}
.MainNavBanner img:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}

#ServiceDropContainer {
	position: absolute;
	right: 164px;
	top: 0px;
	z-index: 9999;
}

#MainContentContainer {
	position: relative;
	background: #e7e7e7;
}

#MainContentInner {	
	
}

/*大BANNER*/
#MainAdContainer {
	border-right: 1px solid #ffffff;
	margin: 0;
}
#MainAd {
	background: #ffffff;
	width: 684px;
	height: 260px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#MainAd .MoreWrap {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 10;
}
#MainAd .MoreWrap a.More{
	width: 20px;
	height: 20px;
	display: block;
	background: #e5e5e5 url(../images/MainAdMore.jpg) no-repeat 0px 0px;
	border: 1px solid #b9b9b9;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#MainAd .MoreWrap a.More:hover, #MainAd .MoreWrap a.More:active {
	background-position: 100% 0;
}
#flexslider_big .slides > li img, #MainAd a img {
	height: 260px;
}
#MainAd .bx-wrapper .bx-viewport {height: auto !important;}

/*大BANNER END*/
#DateNSearchContainer {
	
}	

#DateNSearch { 
	width: 942px;
	border-bottom: 1px solid #dcdcdc; 
	margin: 0px auto;
	padding: 20px 0px;
}

#MainContentInner_1Container {
	background: url(../images/MainBG.jpg) repeat-x;
	height: 260px;
	border-bottom: 1px solid #ffffff;
}

#MainContentInner_1 {
	width: 1002px;
	margin: 0 auto;
	position: relative;
}

#MainBG_L {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 260px;
	background: url(../images/MainBG_L.jpg) no-repeat;
}

#MainBG_R {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 260px;
	background: url(../images/MainBG_R.jpg) no-repeat;
}

#NewsContainer {
	/*position: absolute;
	left: 10px;
	top: 0px;*/
	border: 1px solid #ffffff;
	border-top : none;
	border-bottom : none;
	width: 295px;
	height: 260px;
	background: url(../images/NewsBG.jpg) no-repeat;
	margin: 0;
	z-index: 1;
	position: relative;
}

#NewsInner {
	padding: 13px 9px;
}
#NewsInner .Header {
	margin-bottom: 8px;
}
#NewsContainer .NewsFocus {
	margin-bottom: 10px;
}
#NewsContainer .NewsFocus .ImagePreview {
	float: left;
	margin-right: 5px;	
}
#NewsContainer .NewsFocus .ImagePreview img{
	border: 1px solid #d0ccc9;
	background: #ffffff;
	padding: 2px;
	width: 80px;
	height: 60px;
}
#NewsContainer .NewsFocus .NewsFocusContent .NewsFocusHeader {
	margin-bottom: 3px;
}
#NewsContainer .NewsFocus .NewsFocusContent .NewsFocusHeader a {
	font-weight: 700;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
}
#NewsContainer .NewsFocus .NewsFocusContent .NewsFocusHeader a:hover {	
	color: #ffec1c;	
}
#NewsContainer .NewsFocus .NewsFocusContent {
	color: #e5e5e5;
}
#NewsContainer .NewsFocus .NewsFocusContent a {
	color: #ffffff;
	text-decoration: underline;
}
#NewsContainer .NewsFocus .NewsFocusContent a:hover {
	color: #ffec1c;	
}

#NewsContainer .StampFocus {
	background: url(../images/StampFocusBG.png) no-repeat;
	width: 250px;
	height: 97px;
	margin-bottom: 7px;
	position: relative;
}
#NewsContainer .StampFocus .ImagePreview {
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 1px;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 75px;
}
#NewsContainer .StampFocus .ImagePreview td {
	width: 75px;
	height: 65px;
	text-align: center;
	background: #e9e9e9;
}
#NewsContainer .StampFocus .ImagePreview td a {
	display: block;
	width: 75px;
	height: 65px;
}
#NewsContainer .StampFocus .ImagePreview img {
	background: #535353;
	width: auto;
	height: auto;
	max-width: 75px;
	max-height: 100%;
	transition:opacity 1s linear;
}
#NewsContainer .StampFocus .NewsFocusContent {
	/*float: left;*/
	width: 135px;
	position: absolute;
	top: 15px;
	left: 100px;
}
#NewsContainer .StampFocus .NewsFocusContent .NewsFocusHeader a {	
	color: #434343;
	font-weight: 700;
	text-decoration: none;
}
#NewsContainer .StampFocus .NewsFocusContent .NewsFocusHeader a:hover {	
	color: #81511c;	
}
#NewsContainer .StampFocus .NewsFocusContent .NewsFocusbrBrief a {
	color: #0088dc;	
	text-decoration: none;
}
#NewsContainer .StampFocus .NewsFocusContent .NewsFocusbrBrief a:hover {
	color: #81511c;	
}
#NewsContainer .ShopFocus {	
	margin-bottom: 10px;	
}
#NewsContainer .ShopFocus .ImagePreview img {
	width: 263px;
	height: 94px;	
}
#NewsInner .Header .acc-key a {
	color: #3478c1 !important;
}


.NewsMoreContainer {
	
}
.NewsMoreContainer .NewsMore a {
	padding: 1px 10px 1px 15px;
	background: #ffffff url(../images/NewsMore_Icon.gif) no-repeat -4px 7px;
	color: #5792ce;
	text-decoration: none;
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 90%;
}
.NewsMoreContainer .NewsMore a:hover {	
	background: #5792ce url(../images/NewsMore_Icon.gif) no-repeat 5px 7px;
	color: #ffffff;	
}

.GrayBar {
	/*border-top: 1px solid #e7e7e7;*/
	background: #e7e7e7;
	padding: 5px 0;
	border-bottom: 1px solid #ffffff;
}

#AllLocationDropContainer {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99999;
}


#MainContentInner_2Container {	
	/*height: 545px;*/
	background: #e7e7e7;	
}

#MainContentInner_2 {
	width: 1002px;
	margin: 0px auto;
	position: relative;
	
	padding: 0 0 20px 0;
}

#MainBG2_L {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 538px;
	background: url(../images/MainBG2_L.jpg) no-repeat;
}

#MainBG2_R {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 538px;
	background: url(../images/MainBG2_R.jpg) no-repeat;
}

#ServiceLinks_index_Container {width: 100%; z-index: 1; position: relative;}
.ServiceLinks_index {}
.ServiceLinks_index > .wrap {padding: 25px 15px; border-bottom: 1px dashed #dadada;}
.ServiceLinks_index li {float: left; width: 49%; border-left: 1px solid #e3e3e3;}
.ServiceLinks_index li:first-child {border: 0px;}
.ServiceLinks_index li a {display: block; width: 82px; margin: 0 auto;}




/***業務Links***/

#ServiceLinksContainer  {
	position: absolute;
	right: 10px;
	top: 45px;
	font-size: 12px;
}
#ServiceLinks {
	
}
#ServiceLinks li {
	float: left;
	margin-left: 10px;
	text-align: center;
}
#ServiceLinks li a {
    display: block;
	color: #707070;
}
#ServiceLinks li a:hover {
	color: #038c00;
}
#ServiceLinks li a .img {
    width: 48px;
	height: 40px;
	display: block;
}
#ServiceLinks li a:hover .img {
    background-position: center -40px;
}
#ServiceLinks .MailActive a .img{
    background: url(../images/icon-MailActive.png) no-repeat center 0px;
}
#ServiceLinks .Saving a .img{
    background: url(../images/icon-Saving.png) no-repeat center 0px;
}
#ServiceLinks .Insurance a .img{
    background: url(../images/icon-Insurance.png) no-repeat center 0px;
}
#ServiceLinks .Stamp a .img{
    background: url(../images/icon-Stamp.png) no-repeat center 0px;
}
#ServiceLinks .Product a .img{
    background: url(../images/icon-Product.png) no-repeat center 0px;
}
#ServiceLinks .Fund a .img{
    background: url(../images/icon-Fund.png) no-repeat center 0px;
}
#ServiceLinks .SellFund a .img{
    background: url(../images/icon-SellFund.png) no-repeat center 0px;
}
#ServiceLinks .RealEstate a .img{
    background: url(../images/icon-RealEstate.png) no-repeat center 0px;
	width: 55px;
}
#ServiceLinks .Investment a .img{
    background: url(../images/icon-Investment.png) no-repeat center 0px;
	width: 55px;
}
/***業務Links end***/


#CharityContainer {
	border-bottom: 1px dashed #dadada;
	margin: 0px 5px 0px 0px
}

#CharityContainer a {
	padding: 14px 15px;
	display: block;
}


#RelatedLinksContainer {
	 z-index: 1; position: relative;
}
#RelatedLinks {
	position: relative;
	padding: 25px 20px 35px 15px;
}
#RelatedLinksHeader {
	/*position: absolute;
	top: 15px;
	left: 15px;*/
	float: left;
	margin-bottom: 20px;
}
#RelatedLinks a.More {
	float: right;
}
#RelatedLinks .bx-wrapper {width: 191px; margin-top: 40px; clear: both;}
#RelatedLinks .bx-wrapper .bx-controls-direction a {margin-top: -12px;}
#RelatedLinks .bx-wrapper .bx-prev {left: -33px; background: url(../images/bx_controls_2.png) no-repeat 0 -37px;}
#RelatedLinks .bx-wrapper .bx-next {right: -33px; background: url(../images/bx_controls_2.png) no-repeat -30px -37px;}
#RelatedLinks .bx-wrapper .bx-prev:hover { background-position: 0 0;}
#RelatedLinks .bx-wrapper .bx-next:hover { background-position: -30px 0; }
#RelatedLinks .bx-wrapper .bx-pager {padding-top: 0px; height: 10px;}
#RelatedLinks .bx-wrapper .bx-pager, #RelatedLinks .bx-wrapper .bx-controls-auto {
	top: -37px;
	width: 85%;
	right: -20px;
}



#Main_2_Middle_Right {
	float: left;
	margin: 15px 0px 0px 20px;
	
	width: 640px;
}

/*
pre { 
	border: 1px solid #CCC;
	background-color: #EEE;
	color: #333;
	padding: 10px 20px;
}
*/

/*業務專區*/
#MainServiceContainer {
	position: relative;
	z-index: 2;
	padding: 20px;
}

.ServiceLinkContainer {
	width: 136px;
	/*height: 322px;*/
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #d1d1d1;
	/*margin-left: 18px;*/
}
.ServiceLinkContainerWrap .ServiceLinkContainer:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0px;
}


.ServiceLinkHeader {	
	width: 136px;
	height: 104px;
	cursor: pointer;
	display: block;
	/*text-indent: -99999px;*/
	/*margin-bottom: 10px;	*/
	-webkit-transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-o-transition: background-position .3s ease;
	transition: background-position .3s ease;
}

.ServiceLinkHeader > img {		
	transition:opacity 1s linear;
}

.ServiceLinkHeader:hover > img {	
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:opacity 0.5s linear;
}

.ServiceLinkHeader p {	
	width: 136px;
	height: 15px;
	cursor: pointer;
	display: block;
	margin: 8px 5px;
	background: left top no-repeat;
}

.ServiceLinkHeader_1 p {
	background: url(../images/ServiceTitle_01.jpg);
}

.ServiceLinkHeader_2 p {
	background: url(../images/ServiceTitle_02.jpg);
}

.ServiceLinkHeader_3 p {
	background: url(../images/ServiceTitle_03.jpg);
}

.ServiceLinkHeader_4 p {
	background: url(../images/ServiceTitle_04.jpg);
}

.ServiceLinkHeader_5 p {
	background: url(../images/ServiceTitle_05.jpg);
}

.ServiceLinkHeader_6 p {
	background: url(../images/ServiceTitle_06.jpg);
}

.ServiceLinkHeader_7 p {
	background: url(../images/ServiceTitle_07.jpg);
}

.ServiceLinkHeader_8 p {
	background: url(../images/ServiceTitle_08.jpg);
}

.ServiceLinkHeader:hover > p, .ServiceLinkHeader:active > p, .ServiceLinkHeader:focus > p {
	background-position: left bottom;	
}

.ServiceLinkImg {
	margin-bottom: 10px;
}

.ServiceLinkDescrip {
	line-height: 180%;
	margin-bottom: 10px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px 0px 10px 0px;
	min-height: 70px;
	font-size: 0.9em;
}

.ServiceLinkMenu {
	/*margin-bottom: 10px;*/
	min-height: 112px;
}

.ServiceLinkMenu li {
	margin-bottom: 10px;
	width: 136px;
}

.ServiceLinkMenu li a{
	padding-left: 15px;
	background: url(../images/IconArrow3.jpg) 0px 6px no-repeat;
	text-decoration: none;
	color: #535353;
	font-weight: bold;
	display:block;
}

.ServiceLinkMenu li a:hover{	
	background: url(../images/IconArrow3_on.jpg) 0px 6px no-repeat;	
	color: #038c00;	
}

.ServiceLinkMenuMore {
	/*overflow: hidden;*/
}
.ServiceLinkMenuMore form {
	
}
.ServiceLinkMenuMore select:focus{width:auto \9; min-width: 135px; position:relative;}
.ServiceLinkMenuMore select {
	width: 135px;
	background: #038c00;
	color: #ffffff;
	border: 1px solid #038c00;
	position:relative;
	display:block;
	min-height: inherit \9;
}
/*.ServiceLinkMenuMore select:visited{width: 135px;}*/


.ServiceLinkMenuMore .confirm {
	background-image: url(../images/btn_search.gif);
	background-color: transparent;
	border: 0 none;
	height: 20px;
	width: 33px;
	cursor: pointer;
}

.ServiceLinkMenuMore td{
	padding: 2px 0;
}

#MainServiceContainer .DirectLink_1 {
	/*position: absolute;
	top: 0px;
	left: 29px;
	z-index: 10;*/
	float: left;
}
#MainServiceContainer .DirectLink_2 {
	/*position: absolute;
	top: 0px;
	right: 41px;
	z-index: 10;*/
	float: right;
}
#MainServiceContainer .DirectLink_1 .Link, #MainServiceContainer .DirectLink_2 .Link {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	width: 47px;
	height: 18px;
	background: #ffffff url(../images/MainServiceHeader_1.jpg) no-repeat;
	float: left;
}
#MainServiceContainer .DirectLink_1 .Link1 {	background-position: -28px 0px;}
#MainServiceContainer .DirectLink_1 .Link2 {	background-position: -77px 0px;}
#MainServiceContainer .DirectLink_1 .Link3 {	background-position: -125px 0px;}
#MainServiceContainer .DirectLink_1 .Link4 {	background-position: -173px 0px;}
#MainServiceContainer .DirectLink_1 .Link1:hover {	background-position: -28px -18px;}
#MainServiceContainer .DirectLink_1 .Link2:hover {	background-position: -77px -18px;}
#MainServiceContainer .DirectLink_1 .Link3:hover {	background-position: -125px -18px;}
#MainServiceContainer .DirectLink_1 .Link4:hover {	background-position: -173px -18px;}

#MainServiceContainer .DirectLink_2 .Link {
	background: #ffffff url(../images/MainServiceHeader_2.jpg) no-repeat;
}
#MainServiceContainer .DirectLink_2 .Link1 {	background-position: 1px 0px; width: 103px;}
#MainServiceContainer .DirectLink_2 .Link2 {	background-position: -98px 0px;}
#MainServiceContainer .DirectLink_2 .Link3 {	background-position: -146px 0px;}
#MainServiceContainer .DirectLink_2 .Link4 {	background-position: -193px 0px;}
#MainServiceContainer .DirectLink_2 .Link1:hover {	background-position: 1px -18px;}
#MainServiceContainer .DirectLink_2 .Link2:hover {	background-position: -98px -18px;}
#MainServiceContainer .DirectLink_2 .Link3:hover {	background-position: -146px -18px;}
#MainServiceContainer .DirectLink_2 .Link4:hover {	background-position: -193px -18px;}



	

/*業務專區 END*/


#SmallBannerContainer {
	margin: 0px auto;
	width: 942px;	
	clear: both;
	padding-top: 15px;
}

#SmallBanner {
	
	position: relative;
}

.SmallBannerHeader img{
	width: auto;
	height: auto;
}
.SmallBannerHeader {
	border: 1px solid #e2e2e2;
	border-bottom: 0px;
	background: #ffffff url(../images/Gradient_Style06.jpg) repeat-x bottom;
	padding: 5px 10px;
}
.SmallBannerHeader h2{
	float: left;
	font-size: 100%;
}
.SmallBannerHeader .more{
	float: right;
}
.SmallBannerHeader-lt {
	border-top-left-radius: 5px;
}
.SmallBannerHeader-rt {
	border-top-right-radius: 5px;
	border-left: 0px;
}

.BannerItemContainer {
	width: 471px;
	/*height: 93px;*/
	float: left;	
}

.BannerItem_1 {
	background: url(../images/GovBanner_BG.png) no-repeat;
	width: 471px;
	height: 70px;
	padding-top: 15px;
}
.BannerItem_2 {
	background: url(../images/ServiceBanner_BG.png) no-repeat;
	width: 471px;
	height: 70px;
	padding-top: 15px;
}
.BannerItem_3 {
	background: url(../images/ServiceBanner_Pre.jpg) no-repeat;
	width: 471px;
	height: 93px;
	padding-top: 5px;
}

#SmallBanner .flexslider .slides img, #SmallBanner .bx-wrapper img { width: 191px; height: 54px; }

#SmallBanner .bx-wrapper {width: 85%;}
#SmallBanner .bx-wrapper .bx-viewport li {max-height: 54px; overflow: hidden;}
#SmallBanner .bx-wrapper .bx-controls-direction a {margin-top: -12px;}
#SmallBanner .bx-wrapper .bx-prev {left: -30px; background: url(../images/bx_controls_3.png) no-repeat 0 -39px;}
#SmallBanner .bx-wrapper .bx-next {right: -30px; background: url(../images/bx_controls_3.png) no-repeat -30px -39px;}
#SmallBanner .bx-wrapper .bx-prev:hover { background-position: 0 0;}
#SmallBanner .bx-wrapper .bx-next:hover { background-position: -30px 0; }

#FooterContainer {
	clear: both;
	padding-top: 20px;	
	background: #e7e7e7;
	/*border-top: 1px solid #ffffff;*/
}

#Footer {
	margin: 0 auto;
	width: 1002px;	
	font-size: 0.85em;
}
#Footer .FooterSec_1Container {	
	margin: 5px 15px 10px 15px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #ffffff;	
}
#Footer .FooterSec_1Container .Sec_1 {	
	
	color: #464648;
	float: left;
	margin-top: 10px;
}
#Footer .FooterSec_1Container .Sec_1 .Mail_icon {	
	padding: 0 25px 0 0;
	background: url(../images/Mail_icon.gif) no-repeat right 1px;
	display: inline-block;
}
#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
	padding: 0 18px 0 0;
	background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
	margin-right: 5px;
}
#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
	padding: 0 18px 0 0;
	background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
	margin-left: 5px;
}
.marginTop20 {
	margin-top: 20px;
}
#Footer .FooterSec_1Container .Sec_1 p {
	margin-bottom: 15px;
}
#Footer .FooterSec_1Container .Sec_1 .Location {
	margin-right: 5px;
	padding: 2px 17px 2px 10px;
	background: #ffffff url(../images/Location_BG_arrow.jpg) no-repeat right center;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#Footer .FooterSec_1Container .Sec_2 {
	float: right;
	margin-top: 10px;
	background-color: #fff;
	padding: 8px 8px 8px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:54%;
}
#Footer .FooterSec_1Container .Sec_2 a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#Footer .FooterSec_1Container .Sec_2 li {	
	float: left;
	margin-left: 3px;
	padding-left: 8px;
	border-left: 1px solid #cbcbcb;
}
#Footer .FooterSec_1Container .Sec_2 li:first-child {	
	border-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#Footer .FooterSec_1Container .Sec_2 .intro {
	width: 65px;
	margin: 0px 0px 0px 10px;
}
#Footer .FooterSec_1Container .Sec_2 li .intro a {	
	text-align: center;
	padding-left: 15px;
	background: url(../images/Question_Icon.png) no-repeat 0px 2px;
	color: #038c00;
}
#Footer .FooterSec_1Container .Sec_2 li .intro a:hover {
	color: #707070;
}
#Footer .FooterSec_2Container {	
	margin: 0px 15px 0px 15px;
	padding-bottom: 10px;
}
#Footer .FooterSec_2Container .Sec_1 {	
	color: #464648;
	float: left;	
}
#Footer .FooterSec_2Container .Sec_1 p {
	margin-bottom: 10px;
}
#Footer .FooterSec_2Container .Sec_1 p a {
	color: #464648;
	text-decoration: none;
}
#Footer .FooterSec_2Container .Sec_1 p a:hover {
	color: #038c00;	
}
#Footer .FooterSec_2Container .Sec_1 p .divide {
	margin: 0px 5px;
}
#Footer .FooterSec_2Container .Sec_2 {	
	float: right;
}
#Footer .FooterSec_2Container .Sec_2 .A_Plus {
	float: right;
}
#Footer .FooterSec_2Container .Sec_2 .Traffic {
	float: right;
	color: #464648;
	margin-right: 15px;
	margin-top: 20px;
}

.mainnav_list_wrap {background: #eeeeee url("../images/mainnav_list_BG.jpg") repeat-x; border-bottom: 1px solid #d6d6d6; border-top: 1px solid #e4e4e4; padding: 20px 0;}
.mainnav_list .inner {width: 980px; margin: 0 auto;  }
.mainnav_list div.item-wrap {background: url("../images/mainnav_list-bg1002.gif") repeat-y 0 0;}
.mainnav_list div.item { width: 138px; padding: 0 11px; margin-bottom: 15px; display: inline-block; vertical-align: top;}
.mainnav_list div.item p.title { font-size: 116%; margin: 0 0 10px;}
.mainnav_list div.item p.title a { color: #434343; font-weight: 700;}
.mainnav_list div.item p.title a:hover { color: #038c00;}
.mainnav_list div.item ul li { margin-bottom: 5px;}
.mainnav_list div.item ul li a { color: #7d7d7d; padding: 0 0 0 10px; background: url("../images/link-icon1.png") no-repeat 0 5px; display: block;}
.mainnav_list div.item ul li a:hover {color: #434343;}

.DateTime {
	width: 150px;
	margin: 25px auto;
}


ul.ServiceMainNav .Nav1, ul.ServiceMainNav .Nav2, ul.ServiceMainNav .Nav3, ul.ServiceMainNav .Nav4, ul.ServiceMainNav .Nav5, ul.ServiceMainNav .Nav6{
	float: left;
	width: 190px;
	height: 31px;	
	text-indent: -999px;
	overflow: hidden;
	margin: 3px 6px;
	border-bottom: 1px solid #e2d3d3;
}

ul.ServiceMainNav .Nav1 {
	background: url(../images/MenuService01.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2 {
	background: url(../images/MenuService02.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3 {
	background: url(../images/MenuService03.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4{
	background: url(../images/MenuService04.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5 {
	background: url(../images/MenuService05.jpg) no-repeat;
}

ul.ServiceMainNav .Nav6 {
	background: url(../images/MenuService06.jpg) no-repeat;
}

ul.ServiceMainNav .Nav1:hover {
	background: url(../images/MenuService01on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2:hover {
	background: url(../images/MenuService02on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3:hover {
	background: url(../images/MenuService03on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4:hover {
	background: url(../images/MenuService04on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5:hover {
	background: url(../images/MenuService05on.jpg) no-repeat;
}


#QuickMenu {
	z-index: 99999;
	position: relative;
	top: 736px;
	left: 863px;
	width: 83px;
	height: 602px;
	margin-top: -602px;
}

#QuickMenu img {
	display: block;
}

#QuickMenu .Content {
	width: 81px;
	min-height: 560px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

ul.QuickNav .Nav1, ul.QuickNav .Nav2, ul.QuickNav .Nav3, ul.QuickNav .Nav4, ul.QuickNav .Nav5, ul.QuickNav .Nav6, ul.QuickNav .Nav7, ul.QuickNav .Nav8, ul.QuickNav .Nav9{
	float: left;
	width: 69px;
	height: 61px;	
	text-indent: -999px;
	overflow: hidden;
	margin: 0px 6px;
	border-bottom: 1px solid #dfdfdf;
}

ul.QuickNav .Nav1 {
	background: url(../images/QuickMenu_001.jpg) no-repeat;
}

ul.QuickNav .Nav2 {
	background: url(../images/QuickMenu_002.jpg) no-repeat;
}

ul.QuickNav .Nav3 {
	background: url(../images/QuickMenu_003.jpg) no-repeat;
}

ul.QuickNav .Nav4{
	background: url(../images/QuickMenu_004.jpg) no-repeat;
}

ul.QuickNav .Nav5 {
	background: url(../images/QuickMenu_005.jpg) no-repeat;
}

ul.QuickNav .Nav6 {
	background: url(../images/QuickMenu_006.jpg) no-repeat;
}

ul.QuickNav .Nav7 {
	background: url(../images/QuickMenu_007.jpg) no-repeat;
}

ul.QuickNav .Nav8 {
	background: url(../images/QuickMenu_008.jpg) no-repeat;
}

ul.QuickNav .Nav9 {
	background: url(../images/QuickMenu_009.jpg) no-repeat;
}

ul.QuickNav .Nav1:hover {
	background: url(../images/QuickMenu_001on.jpg) no-repeat;
}

ul.QuickNav .Nav2:hover {
	background: url(../images/QuickMenu_002on.jpg) no-repeat;
}

ul.QuickNav .Nav3:hover {
	background: url(../images/QuickMenu_003on.jpg) no-repeat;
}

ul.QuickNav .Nav4:hover {
	background: url(../images/QuickMenu_004on.jpg) no-repeat;
}

ul.QuickNav .Nav5:hover {
	background: url(../images/QuickMenu_005on.jpg) no-repeat;
}

ul.QuickNav .Nav6:hover {
	background: url(../images/QuickMenu_006on.jpg) no-repeat;
}

ul.QuickNav .Nav7:hover {
	background: url(../images/QuickMenu_007on.jpg) no-repeat;
}

ul.QuickNav .Nav8:hover {
	background: url(../images/QuickMenu_008on.jpg) no-repeat;
}

ul.QuickNav .Nav9:hover {
	background: url(../images/QuickMenu_009on.jpg) no-repeat;
}


/*News*/

#NewsHeader {
	margin-bottom: 10px;
}

#QuickMenuContainer {
	float: left;
	margin-right: 23px;
}

#ShoppingContainer {
	float: left;
	margin-right: 23px;
}

#AdBannerContainer {
	float: left;
	width: 215px;
	height: 288px;
	background: url(../images/AdBanner.jpg) no-repeat 0 0;
	position: relative;
}

#GovBannerContainer {
	float: left;
	margin-right: 23px;
}

#InvestmentContainer {
	float: left;
	margin-right: 23px;
}

#RelatedBannerContainer {
	float: left;
}


#InnerBodyContainer {
    background: #e7e7e7;
    padding: 0 0 20px;
    /*節慶版*/
    /*background: url(../images/national_day/content_bg_index.png) center 0 no-repeat;*/
}
#InnerBody {
	width: 1002px;
	margin: 0 auto;
	background: url(../images/InnerBodyBG.jpg) no-repeat center top;
}
#InnerBodyContent {
	width: 980px;
	margin: 0 auto;
	background: #ffffff url(../images/MainContentInner_2BG.jpg) no-repeat right bottom;
	min-height: 560px;	
}

#LocalNavContainer {
	padding: 20px;
	padding-top: 0px;/*******無障礙*******/
	float: left;
}

#LocalNav {
	width: 232px;
}

#LocalNav .LocalNavBG_Top {
	background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
	width: 232px;
	height: 5px;
}

#LocalNav .LocalNavAreaBG_BTM {
	background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
	width: 232px;
	height: 7px;
}
#LocalNav .LocalNavBG_BodyContainer {
	background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}
#LocalNav .LocalNavBG_Body {	
	width: 224px;
	margin: 0 auto;
}
#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
	display: block;
}
#LocalNav .LocalNavBG_Body .LocalNavTopic {
	padding: 15px;
	color: #ffffff;
	text-shadow: 0px -1px 2px #000000;
	font-size: 1.15em;
	font-weight: 700;
	background: #01731c url(../images/LocalNavTopicBG.jpg) repeat-x;
}
#LocalNav .LocalNavBG_Body .LocalNavTopic a {
	color: #ffffff;
}
#LocalNav .LocalNavBG_Body .LocalNavTopic a:hover {
	color: #ffec1c;
}

#MainContainer {
	padding: 20px 0px 20px 0px;
	padding-top: 0px;/*******無障礙*******/
	float: left;
}
#Main {
	width: 680px;
}
#Main h1 {
	font-size: 28px;
	font-weight: bold;
	color: #535353;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #eeeeee;
}
#Main h1 .CurrentTitle {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-weight: normal;
	font-size: 26px;
}

#Main h2 {
	font-size: 28px;
	font-weight: bold;
	color: #535353;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #eeeeee;
}
#Main h2 .CurrentTitle {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-weight: normal;
	font-size: 26px;
}

#Main #Section_2 {
	margin-bottom: 30px;
}
.BackToPrev a {
	display: inline-block;
	padding: 0 0 0 27px;
	height: 22px;
	line-height: 22px;
	background: url(../images/BackToPrev.png) no-repeat;
	font-size: 15px;
	font-weight: 700;
	color: #535353;
	margin: -15px 0 15px 0;
}
.BackToPrev a:hover {
	color: #000000;
}
#Main #Section_2 #Breadcrumbs {
	float: left;
	width: 570px;
	color: #b8b2ae;	
}
#Main #Section_2 #Breadcrumbs .HomeBTN {
	background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
	padding-left: 15px;
}
#Main #Section_2 #Breadcrumbs a {
	color: #959595;
}
#Main #Section_2 #Breadcrumbs a:hover {
	color: #038c00;
}
#Main #Section_2 #Breadcrumbs .current {
	color: #038c00;
}
#Main #Section_2 #ShareNav {
	float: right;
}
#Main #Section_2 #ShareNav a {
	margin-left: 5px;
}
#Main #Section_2 #ShareNav a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#ContentsContainer {
	
}
#ContentsContainer #Contents {
	color: #434343;
	/*line-height: 180%;*/
}
#ContentsContainer #Contents p {
	line-height: 180%;
	margin: 0 0 20px 0;
}
#ContentsContainer .ImgFloLeft {
	float: left;
	margin: 0px 20px 20px 0px;
}
#ContentsContainer .ImgFloRight {
	float: right;
	margin: 0px 0px 20px 20px;
}
#ContentsContainer .ImgNote {
	text-align: right;
	font-size: 0.8em;
	color: #9e9e9e;
}
#ContentsContainer h4 {
	color: #038c00;
	font-size: 1.15em;
	line-height: 190%;
}
#ContentsContainer #Contents .article {
	word-wrap: break-word;
	word-break: normal;
}
#ContentsContainer #Contents .article b {
	line-height: 190%;
}
#ContentsContainer #Contents .article p {
	line-height: 190%;
	margin: 0 0 20px 0px;
}
#ContentsContainer #Contents .article ol {
	list-style-type: decimal;
	padding-left: 25px;
}
#ContentsContainer #Contents .article ol li {
	margin-bottom: 5px;
}
#ContentsContainer #Contents .article ul {
	list-style-type: disc;
	padding-left: 25px;
}

#ContentsContainer .SubTopic {
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: 2px solid #038c00;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: 140%;
}

#ContentsContainer .DL_Style01 {
	line-height: 180%;
}	
#ContentsContainer .DL_Style01 dl {
	margin: 0px 0px 20px 0px;
}
#ContentsContainer .DL_Style01 dl dt {
	color: #038c00;
	font-weight: 700;
}
#ContentsContainer .DL_Style01 dl dd {
	padding-left: 20px;
}
#ContentsContainer .DL_Style01 dl dl dt {
	color: #000000;
}
#ContentsContainer .DL_Style01 dl dl dd {
	padding-left: 42px;
}

#ContentsContainer p.Align_R {
	text-align: right;
}

#ContentsContainer .Signature {
	font: 17px "標楷體";
	font-weight: 700;
	padding-top: 20px;
}

#LeaderContainer .Photo {
	float: left;
	margin: 0px 20px 20px 0px;
}
#LeaderContainer .Photo img {
	width: 292px;
}
#LeaderContainer .Intro {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 360px;
}
#LeaderContainer .Intro .Name {
	margin-bottom: 20px;
}
#LeaderContainer .Intro .Name .Chinese {
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
}
#LeaderContainer .Intro .Name .Eng {
	font-size: 1.15em;	
	color: #959595;	
}
#LeaderContainer .Intro .Name em {
	font-size: 1em;
	color: #313131;	
	margin-top: 5px;
	display: block;
}
#LeaderContainer .Intro .Brief strong {
	font-weight: 700;
}
#LeaderContainer .Intro .Brief strong span.ColorGN {
	color: #038c00;
}
#LeaderContainer .Intro .Brief p {
	line-height: 170%;
}
#LeaderContainer .Intro .Brief ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}

.TableStyle_01 {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-right: none;
}
.TableStyle_01 td {
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	margin: 0px;	
}
.TableStyle_01 .Title {
	background: #eeeeee;
	font-weight: 700;
}

.TableStyle_03 {
	border: 1px solid #d5d6dc;
}
.TableStyle_03 th, .TableStyle_03 td {
	padding: 10px;
	border-left: 1px solid #ffffff;
	vertical-align: top;
}
.TableStyle_03 th:first-child, .TableStyle_03 td:first-child {
	border-left: 0px;
}
.TableStyle_03 th {
	background: #e8e8e8;
	font-weight: 700;
}
.TableStyle_03 .odd td {
	background: #f8f8f8;
}
.TableStyle_03 .ImgThumb{
	width: 150px;
}

.TableStyle_bordernone .hd {
	font-weight: 700;
	white-space: nowrap;
}
.TableStyle_bordernone td {
	padding: 5px;	
}
.TableStyle_bordernone td input {
	margin-top: 3px;
}

.DL_Style02 dd {
	line-height: 190%;
}
.DL_Style02 dd dd {
	margin-left: 18px;
}
.DL_Style02 table td {
	padding: 0 0 5px 0;
}

dl.dl_Style02 {		
	margin-top: 10px;
	line-height: 180%;
}
dl.dl_Style02 dt {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background: url(../images/Topic_Style03.png) no-repeat left 5px;
	color: #666666;
	font-weight: 700;	
}
dl.dl_Style02 dd {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
}
dl.dl_Style02 dd.Note {
	margin: 0px 0px 10px 20px;
	display: block;
	background: none;
}
dl.dl_Style02 dd.TableInDD {
	background: none;
}
dl.dl_Style02 dd dd{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
}
dl.dl_Style02 dd dd{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
}
dl.dl_Style02 dd dd dd{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(../images/ListIcon_007.png) no-repeat 3px 8px;
}
dl.dl_Style02 dl{
	padding-top: 10px;
}
dl.dl_Style02 dl dl{
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	padding: 10px 10px 5px 10px;
}
dl.dl_Style02 dl dt {
	margin-left: 0px;
}

h2.CateSubTitle {
	padding: 5px 0 10px 15px;
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	color: #464646;
	background: url(../images/TitleIcon_002.jpg) no-repeat 0 0;
}

#ContentsContainer #FileDownloadContainer .FileDownBox {
	background: #e7e7e7;
	border: 1px solid #d2d2d2;
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown {
	float: left;
	width: 334px;	
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .FileType {
	float: left;
	margin: 0px 10px;
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info {
	float: left;
	background: #ffffff;
	width: 267px;
	min-height: 50px;
	position: relative;	
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
	max-width: 150px;
	margin: 5px;
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
	/*line-height: 50px;*/
	color: #009ae9;
	font-weight: 700;
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
	color: #fcb631;
}
#ContentsContainer #FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #f1f1f1;
	padding: 2px 10px;
	font-size: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#CompanyInfoContainer ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}
#CompanyInfoContainer .HeaderGraphic {
	margin-bottom: 20px;
}
#CompanyInfoContainer .Brief {
	margin-bottom: 20px;
	font-size: 1.15em;
	line-height: 180%;
}
#CompanyInfoContainer .article .topic {
	color: #038c00;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0px;
	background: url(../images/Topic_BG01.jpg) no-repeat left top;
	line-height: 160%;
}
#CompanyInfoContainer .article_1 .topic {
	color: #038c00;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0px;
	background: url(../images/Topic_BG01.jpg) no-repeat left top;
	line-height: 160%;
}
#CompanyInfoContainer .CompanyInfo_img002 {
	float: right;
	margin: 0px 0px 15px 15px;
}
#CompanyInfoContainer #CompanyInfo_3 {
	margin-bottom: 20px;
}
#CompanyInfoContainer #CompanyInfo_3 li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	float: left;
}
#CompanyInfoContainer #CompanyInfo_3 li .Info {
	padding: 185px 10px 0px 20px;
}
#CompanyInfoContainer #CompanyInfo_3 li .List_1 {
	background: url(../images/CompanyInfo_img003_1.jpg) no-repeat top center;
}
#CompanyInfoContainer #CompanyInfo_3 li .List_2 {
	background: url(../images/CompanyInfo_img003_2.jpg) no-repeat center top;
}
#CompanyInfoContainer #CompanyInfo_3 li .List_3 {
	background: url(../images/CompanyInfo_img003_3.jpg) no-repeat center top;
}
#CompanyInfoContainer #CompanyInfo_3 li .List_4 {
	background: url(../images/CompanyInfo_img003_4.jpg) no-repeat center top;
}
#CompanyInfoContainer #CompanyInfo_3 li .List_5 {
	background: url(../images/CompanyInfo_img003_5.jpg) no-repeat center top;
}
#CompanyInfoContainer #CompanyInfo_3 li .List_6 {
	background: url(../images/CompanyInfo_img003_6.jpg) no-repeat center top;
}
#CompanyInfoContainer .CompanyInfo_4 {
	/*width: 680px;
	height: 360px;
	display: block;
	text-indent: -9999px;
	background: url(../images/CompanyInfo_img004.jpg) no-repeat center top;*/
	margin-bottom: 20px;
}
#CompanyInfoContainer .CompanyInfo_4 img {width: 100%;}
#CompanyInfoContainer #CompanyInfo_5 {
	
}
#CompanyInfoContainer #CompanyInfo_5 li {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	float: left;
	text-indent: -9999px;
	margin: 0px 15px 20px 0px;
}
#CompanyInfoContainer #CompanyInfo_5 li .Info {
	width: 214px;
	height: 91px;
}
#CompanyInfoContainer #CompanyInfo_5 li .List_1 {
	background: url(../images/CompanyInfo_img005_1.jpg) no-repeat left center;
}
#CompanyInfoContainer #CompanyInfo_5 li .List_2 {
	background: url(../images/CompanyInfo_img005_2.jpg) no-repeat left center;
}
#CompanyInfoContainer #CompanyInfo_5 li .List_3 {
	background: url(../images/CompanyInfo_img005_3.jpg) no-repeat left center;
}
#CompanyInfoContainer #CompanyInfo_5 li .List_4 {
	background: url(../images/CompanyInfo_img005_4.jpg) no-repeat left center;
}
#CompanyInfoContainer #CompanyInfo_5 li .List_5 {
	background: url(../images/CompanyInfo_img005_5.jpg) no-repeat left center;
}
#CompanyInfoContainer #CompanyInfo_5 li .List_6 {
	background: url(../images/CompanyInfo_img005_6.jpg) no-repeat left center;
}
#CompanyInfoContainer .CompanyInfo_5-List_7 {
	width: 671px;
	height: 91px;
	background: url(../images/CompanyInfo_img005_7.jpg) no-repeat left center;
	text-indent: -9999px;
	display: inline-block;
	margin-bottom: 20px;
}
#CompanyInfoContainer .CompanyInfo_6info {
	padding: 15px 95px 15px 75px;
	margin-bottom: 30px;
	background: #eeeeee url(../images/CompanyInfo_img006_2.jpg) no-repeat 10px center;
	/*line-height: 50%;	*/
	display: inline-block;
}
#CompanyInfoContainer #CompanyInfo_7 {
	margin-bottom: 20px;
}
#CompanyInfoContainer #CompanyInfo_7 li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	float: left;	
	margin: 0px 0px 15px 0px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info {
	width: 185px;
	min-height: 323px;
	margin: 0 auto;
	border: 5px solid #eeeeee;
	padding: 10px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info .topic  {
	background: none;
	border-bottom: 1px solid #dcdada;
	padding: 5px 0px;
	font-size: 20px;
	margin-bottom: 10px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info .persons  {
	background: url(../images/CompanyInfo_img007_1.jpg) no-repeat left bottom;	
	padding: 40px 0px 0px 35px;
	margin: 10px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info .persons .times, #CompanyInfoContainer #CompanyInfo_7 li .Info .persons .units, #CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 .times, #CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 .units   {
	font-size: 15px;
	font-weight: 700;
	margin-right: 5px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info .persons .numbers, #CompanyInfoContainer #CompanyInfo_7 li .Info .department_2 .numbers  {
	font-size: 25px;
	font-weight: 700;
	margin-right: 5px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info p  {
	
}
#CompanyInfoContainer #CompanyInfo_7 li .Info .department_1  {
	background: url(../images/CompanyInfo_img007_2.jpg) no-repeat center center;	
	padding: 32px;
	margin: 10px;
}
#CompanyInfoContainer #CompanyInfo_7 li .Info .department_2  {
	background: url(../images/CompanyInfo_img007_3.jpg) no-repeat left bottom;	
	padding: 40px 0px 0px 80px;
	margin: 10px;
}
#CompanyInfoContainer #CompanyInfo_8 .Box {
	padding: 10px 10px 10px 220px;	
}
#CompanyInfoContainer #CompanyInfo_8 .Info_1 {
	background: url(../images/CompanyInfo_img008_1.jpg) no-repeat 38px center;
}
#CompanyInfoContainer #CompanyInfo_8 .Info_2 {
	background: url(../images/CompanyInfo_img008_2.jpg) no-repeat 0px center;
}
#CompanyInfoContainer #CompanyInfo_8 .Info_3 {
	background: url(../images/CompanyInfo_img008_3.jpg) no-repeat 35px center;
}
#CompanyInfoContainer #CompanyInfo_8 .textContain {
	border-left: 1px solid #cac8c8;
	padding: 0px 0px 0px 20px;
}

.MapContainer {
	width: 370px;
	height: 490px;
	position: relative;
	background: url(../images/Map.png) no-repeat center center;
	float: left;
	margin: 0px 0px 0px 0px;
}
.sweet-tooltip {
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 28px;	
}
.House_Icon {	
	background: url(../images/House_icon.png) no-repeat center center;
}
.ATM_Icon {
	background: url(../images/ATM_icon.png) no-repeat center center;
}
.MailBox_Icon {
	background: url(../images/MailBox_icon.png) no-repeat center center;
}

.Ecpost_Icon {
	background: url(../images/ecpost_icon.png) no-repeat center center;
}

.MapContainer .position_1 {position: absolute; top: 25px; left: 35px;}
.MapContainer .position_2 {position: absolute; top: 90px; left: 25px;}
.MapContainer .position_3 {position: absolute; top: 195px; left: 50px;}
.MapContainer .position_4 {position: absolute; top: 50px; left: 260px;}
.MapContainer .position_5 {position: absolute; top: 45px; left: 290px;}
.MapContainer .position_6 {position: absolute; top: 55px; left: 205px;}
.MapContainer .position_7 {position: absolute; top: 81px; left: 259px;}
.MapContainer .position_8 {position: absolute; top: 89px; left: 173px;}
.MapContainer .position_9 {position: absolute; top: 80px; left: 212px;}
.MapContainer .position_10 {position: absolute; top: 115px; left: 285px;}
.MapContainer .position_11 {position: absolute; top: 126px; left: 184px;}
.MapContainer .position_12 {position: absolute; top: 165px; left: 160px;}
.MapContainer .position_13 {position: absolute; top: 205px; left: 260px;}
.MapContainer .position_14 {position: absolute; top: 205px; left: 202px;}
.MapContainer .position_15 {position: absolute; top: 200px; left: 130px;}
.MapContainer .position_16 {position: absolute; top: 230px; left: 110px;}
.MapContainer .position_17 {position: absolute; top: 250px; left: 145px;}
.MapContainer .position_18 {position: absolute; top: 264px; left: 106px;}
.MapContainer .position_19 {position: absolute; top: 310px; left: 225px;}
.MapContainer .position_20 {position: absolute; top: 300px; left: 120px;}
.MapContainer .position_21 {position: absolute; top: 355px; left: 130px;}
.MapContainer .position_22 {position: absolute; top: 400px; left: 165px;}

.LocationList {
	float: left;
	width: 140px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 15px 0px 0px 0px;
}
.LocationList a {
	display: block;
	color: #707070 !important;
	/*text-align: center;*/
	margin: 0 8px 2px 0;
	padding: 0 0 0 15px;
	background: url(../images/RoundIcon.png) no-repeat left 50%;
	
	float: left;
}
.LocationList a:hover {
	color: #038c00 !important;	
}



.pagination_1 {
	text-align: center;
	display: block;
	margin: 30px 0px;
}
.pagination_1 a {
	padding: 5px;
	color: #038c00;
	background: #ffffff;
	border: 1px solid #adf4aa;
}
.pagination_1 a:hover {	
	color: #ffffff;
	background: #038c00;
	border: 1px solid #adf4aa;
}
.pagination_1 a.disable {
	color: #999999;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}
.pagination_1 a.disable:hover {	
	color: #999999;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}
.pagination_1 a.current {
	color: #ffffff;
	background: #038c00;
	border: 1px solid #adf4aa;
}

#MainContainer_Fullwidth {
	padding: 20px;
	padding-top: 0px;/*******無障礙*******/
}
#Main_Fullwidth {
	/*width: 680px;*/
}
#Main_Fullwidth h1 {
	font-size: 28px;
	font-weight: bold;
	color: #535353;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #eeeeee;
}
#Main_Fullwidth h1 .CurrentTitle {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-weight: normal;
	font-size: 26px;
}

#Main_Fullwidth h2 {
	font-size: 28px;
	font-weight: bold;
	color: #535353;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #eeeeee;
}
#Main_Fullwidth h2 .CurrentTitle {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-weight: normal;
	font-size: 26px;
}

#Main_Fullwidth #Section_2 {
	margin-bottom: 30px;
}
#Main_Fullwidth #Section_2 #Breadcrumbs {
	float: left;
	width: 700px;
	color: #b8b2ae;	
}
#Main_Fullwidth #Section_2 #Breadcrumbs .HomeBTN {
	background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
	padding-left: 15px;
}
#Main_Fullwidth #Section_2 #Breadcrumbs a {
	color: #959595;
}
#Main_Fullwidth #Section_2 #Breadcrumbs a:hover {
	color: #038c00;
}
#Main_Fullwidth #Section_2 #Breadcrumbs .current {
	color: #038c00;
}
#Main_Fullwidth #Section_2 #ShareNav {
	float: right;
}
#Main_Fullwidth #Section_2 #ShareNav a {
	margin-left: 5px;
}
#Main_Fullwidth #Section_2 #ShareNav a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#SiteMapContainer {
	
}
#SiteMapContainer .SiteMap_Section {
	margin-bottom: 15px;
	/*padding-bottom: 15px;*/
	/*border-bottom: 1px solid #e8e8e8;*/
	clear: both;	
}
#SiteMapContainer .SiteMap_Section h3.Title {
	background: #2cb02a;
	color: #ffffff;
	padding: 3px 15px 0;
	height: 39px;
	line-height: 39px;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#SiteMapContainer .SiteMap_Section h3.Title a {	
	color: #ffffff;	
}
#SiteMapContainer .SiteMap_Section h3.Title a:hover {
	color: #fc9a31;	
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList {
	width: 260px;
	margin: 0px 10px 20px 10px;
	background: #f5f4f4;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a {
	border-bottom: 1px dotted #e8e8e8;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background: none;
	color: #038c00;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a:hover {
	color: #fc9a31;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
	margin: 10px 0px 10px 3px;
	display: block;
	color: #666666;
	padding-left: 15px;
	background: url(../images/RoundIcon.png) no-repeat 0 4px;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
	color: #fc9a31;
}

.Li_BorderBTM ul li {
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0px;
}
.Li_BorderBTM ul li:last-child {
	border-bottom: none !important;
}

.BackToTop_2 {
	display: block;
	background: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0px;
	position: relative;
	height: 35px;
}
.BackToTop_2 a {
	padding: 0 0 0 15px;
	background: url(../images/bullet_top.png) no-repeat 0 3px;
	font-size: 1em;
	color: #727171;
	margin: 4px 0 0 0 !important;
	position: absolute;
	top: 5px;
	right: 15px;
}
.BackToTop_2 a:hover {
	color: #038c00;
}

#MainAdOverView {
	
}
#MainAdOverView li {
	background: #eeeeee url(../images/MainAdShadow.jpg) no-repeat bottom center;
	padding-bottom: 45px;
	overflow: hidden;
	clear: both;
	display: inline-block;
}
#MainAdOverView li a {
	color: #535353;
	cursor: pointer;
}
#MainAdOverView li:hover a {
	color: #038c00;
}
#MainAdOverView li .Info {
	display: block;
	width: 216px;
	padding: 20px;
}
#MainAdOverView li .Info h2 {
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 15px;
}
#MainAdOverView li .Info p {
	color: #989898;
}
#MainAdOverView li .IMG img {
	width: 684px;
	display: block;
}

#MainAdSmallOverView {
	margin-right: -28px;
}
#MainAdSmallOverView li {
	/*float: left;*/
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 27px 27px 0;
	width: 212px;
}
#MainAdSmallOverView li a {
	color: #535353;
	background: #eeeeee;
	display: inline-block;
	padding: 10px;
	width: 192px;
}
#MainAdSmallOverView li a:hover {
	color: #038c00;
}
#MainAdSmallOverView li a .Info {
	display: block;
}
#MainAdSmallOverView li a .Info h2 {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
}
#MainAdSmallOverView li a .IMG {
	margin-bottom: 10px;
}
#MainAdSmallOverView li a .IMG img {
	/*width: 191px;*/
	display: block;
	margin: 0 auto;
}

#OrganizationStructure {
	width: 690px;
	height: 940px;
	position: relative;
	background: url(../images/OrganizationChartLineBG.jpg) no-repeat;
	font-size: 90%;
}
#OrganizationStructure p {
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 0px !important;
	line-height: 150% !important;
}
#OrganizationStructure p.BoxStyle1 {	background: #ccffff;}
#OrganizationStructure p.BoxStyle2 {	background: #aaffaa;}
#OrganizationStructure p.BoxStyle3 {	background: #f37c63; width: 60px;}
#OrganizationStructure p.BoxStyle4 {	background: #dac8ff; width: 60px; }
#OrganizationStructure p.BoxStyle5 {	background: #ffdbb7; color: #434343; width: 80px;}
#OrganizationStructure p.BoxStyle6 {	background: #ffffb3; width: 60px;}
#OrganizationStructure p.BoxStyle7 {	background: #e6e6e6; width: 60px;}
#OrganizationStructure p.pos_1 {	top: 435px; left: 0px; width: 50px; text-align: center; }
#OrganizationStructure p.pos_1 span { display: block;	border-top: 1px solid #abf6f6; padding-top: 5px; }
#OrganizationStructure p.pos_1 span:first-child {	border-top: 0px; padding-top: 0px; }
#OrganizationStructure p.pos_1-1 {	top: 525px; left: 30px; width: 50px; }
#OrganizationStructure p.pos_1-2 {	top: 4px; left: 227px; width: 60px; }
#OrganizationStructure p.pos_1-2-1 {	top: 4px; left: 355px; width: 80px; }
#OrganizationStructure p.pos_1-3 {	top: 910px; left: 355px; width: 45px; }
#OrganizationStructure p.pos_2 {	top: 446px; left: 125px; width: 50px; text-align: center; }
#OrganizationStructure p.pos_2-1 {	top: 600px; left: 140px; width: 50px;}
#OrganizationStructure p.pos_2-2 {	top: 63px; left: 227px; }
#OrganizationStructure p.pos_2-2-1 {	top: 63px; left: 355px; width: 80px; }
#OrganizationStructure p.pos_3 { top: 150px; left: 227px; }
#OrganizationStructure p.pos_4 { top: 235px; left: 227px; }
#OrganizationStructure p.pos_4-1 { top: 175px; left: 355px; }
#OrganizationStructure p.pos_4-2 { top: 235px; left: 355px; }
#OrganizationStructure p.pos_4-3 { top: 295px; left: 355px; }
#OrganizationStructure p.pos_5 { top: 383px; left: 227px; }
#OrganizationStructure p.pos_5-1 { top: 355px; left: 355px; }
#OrganizationStructure p.pos_5-2 { top: 415px; left: 355px; }
#OrganizationStructure p.pos_6 { top: 535px; left: 227px; }
#OrganizationStructure p.pos_6-1 { top: 475px; left: 355px; }
#OrganizationStructure p.pos_6-2 { top: 535px; left: 355px; }
#OrganizationStructure p.pos_6-3 { top: 595px; left: 355px; }
#OrganizationStructure p.pos_7 { top: 655px; left: 227px; }
#OrganizationStructure p.pos_7-1 { top: 655px; left: 355px; }
#OrganizationStructure p.pos_8 { top: 775px; left: 227px; }
#OrganizationStructure p.pos_8-1 { top: 715px; left: 355px; }
#OrganizationStructure p.pos_8-2 { top: 775px; left: 355px; }
#OrganizationStructure p.pos_8-3 { top: 835px; left: 355px; }
#OrganizationStructure p.pos_10 { top: 368px; left: 500px;}
#OrganizationStructure p.pos_10-1 { top: 368px; left: 595px;}
#OrganizationStructure p.pos_11 { top: 511px; left: 500px;}

#OrgnizationDepartment {
	
}
#OrgnizationDepartment .Navi ul, #OrgnizationDepartment .Content ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}
#OrgnizationDepartment .Navi {
	width: 690px;
}
#OrgnizationDepartment .Navi li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
#OrgnizationDepartment .Navi li a {
	border: 1px solid #545454;
	background: url(../images/Gradient_Style03.jpg) repeat-x #545454 bottom;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-shadow: 0px -1px 2px #000000;
	display: block;
	padding-left: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
#OrgnizationDepartment .Navi li a:hover, #OrgnizationDepartment .Navi li a.current {
	border: 1px solid #038c00;
	background: url(../images/Gradient_Style03_on.jpg) repeat-x #038c00 bottom;
}
#OrgnizationDepartment .Navi li a i {
	position: absolute;
	top: 8px;
	left: 6px;
	width: 23px;
	height: 22px;
	display: block;
}
#OrgnizationDepartment .Navi li a.Nav_1 i { background: url(../images/Branch_Icon_1.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_2 i { background: url(../images/Branch_Icon_2.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_3 i { background: url(../images/Branch_Icon_3.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_4 i { background: url(../images/Branch_Icon_4.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_5 i { background: url(../images/Branch_Icon_5.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_6 i { background: url(../images/Branch_Icon_6.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_7 i { background: url(../images/Branch_Icon_7.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_8 i { background: url(../images/Branch_Icon_8.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_9 i { background: url(../images/Branch_Icon_9.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_10 i { background: url(../images/Branch_Icon_10.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_11 i { background: url(../images/Branch_Icon_11.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_12 i { background: url(../images/Branch_Icon_12.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_13 i { background: url(../images/Branch_Icon_13.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_14 i { background: url(../images/Branch_Icon_14.png) no-repeat;}
#OrgnizationDepartment .Navi li a.Nav_15 i { background: url(../images/Branch_Icon_15.png) no-repeat;}
#OrgnizationDepartment .Content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #038c00;
	padding: 15px 0;
	background: url(../images/TopicHeader_border_01.jpg) no-repeat left bottom;
}
#OrgnizationDepartment .Content li {
	border-top: 1px solid #d2d2d2;
	padding: 15px;
	overflow: hidden;
}
#OrgnizationDepartment .Content li:first-child {
	border-top: 0px;
}
#OrgnizationDepartment .Content li span {
	display: block;
	float: left;
	width: 600px;
}
#OrgnizationDepartment .Content li .hd {
	border-right: 1px solid #d2d2d2;
	padding: 0 15px 0 0;
	margin-right: 15px;
	color: #038c00;
	font-weight: 700;
	width: 17px;
	min-height: 20px;
}


.faq-list{margin:0 0 30px;}
.faq-btn {
	display:block;
	padding:10px 40px 10px 35px;
	border:1px solid #eee;
	background: url(../images/bg_article-lista.png) repeat-x #eee;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height:160%;
	position:relative;
	float:left;
	cursor:pointer;
	margin:0 0 10px;
	font-size: 85%;
	width: 610px;
}
.faq-btn:hover {color: #038c00;}
.faq-btn h3{ font-weight:400; font-size: 14px;}
.faq-content{padding:10px 35px; float: left; position:relative; line-height:160%;}
.faq-list .on .icon-arrow{background: url(../images/icon-faqArrow-on.png) no-repeat;}
.faq-list .over .icon-arrow,.faq-list a:hover{opacity:0.7;/*filter:alpha(opacity=70); /* For IE8 and earlier */}
.faq-list .icon-arrow{width:22px; height:22px; display:inline-block; background: url(../images/icon-faqArrow.png) no-repeat; position:absolute; top:10px; right:10px;}
.faq-list .icon-questions{width:22px; height:22px; display:inline-block; background: url(../images/icon-questions.png) no-repeat; position:absolute; top:10px; left:10px;}
.faq-list .icon-answer{width:22px; height:22px; display:inline-block; background: url(../images/icon-answer.png) no-repeat; position:absolute; top:10px; left:10px;}



/*************************************************消息-上方4則廣告輪撥版本************************************************************/

.topNews-slider{background:url(../images/bg-sliderkit-btm.png) center bottom no-repeat; padding:0 0 27px;}
.page-controls{padding:0 0 20px;}
.page-controls-inner{background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5; border:1px solid #ddd; padding:12px 10px; position:relative; overflow: hidden;}
.grid-pager{float:left;}
.sort-method-buttons{float:right; position:absolute; top:0; right:0;}
.sort-method-buttons li{position:relative; float:left;}
.sort-method-buttons a{border-left:1px solid #ddd; padding:12px 10px 12px 20px; display: block; color:#424242; background:url(../images/icon-sortMethodA.png) 8px 16px no-repeat;}
.sort-method-buttons a:hover,.sort-method-buttons .current{color:#038c00; background:url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;}
.msg-list {line-height: 180%;}
.msg-list li a{display:block; border-bottom:1px solid #d9d9d9; padding:15px 30px 0;}
.msg-list .Date{color:#038c00; margin:0 0 5px;}
.msg-list .Topic{color:#434343; font-size:18px; margin:0 0 10px; position:relative;}
.Topic .label{padding:0 0 0 10px; vertical-align:middle;}
.msg-list a:hover .Topic{color:#038c00;}
.msg-list .Thumbs{color:#7c7c7c; font-size:15px; padding:0 0 15px;}
/*.topNews-slider .sliderkit img {max-width: 400px; height: 100%;}*/
.topNews-slider .sliderkit img {/*width: 400px;*/ max-height: 267px; height: auto;}

/**********************************************消息-上方4則廣告輪撥版本 END***************************************************************/

.ConditionSearchContainer {
	padding: 10px 0px;
	margin: 10px 0px 20px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.ConditionSearchContainer .Form {
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 290px;
	border-right: 1px solid #adf4aa;
	margin-right: 10px;
	padding-right: 10px;
}
.ConditionSearchContainer span, .ConditionSearchContainer select, .ConditionSearchContainer .Submit_1, .ConditionSearchContainer input {
	vertical-align: middle !important;
}
.ConditionSearchContainer span.Title {
	font-weight: 700;
}
.ConditionSearchContainer select {
	padding: 2px;
	width: 140px;
	min-width: 140px;
}
.ConditionSearchContainer .Submit_1 {
	text-indent: -9999px;
	background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
	display: inline-block;
	width: 65px;
	height: 23px;
	border: 0px;
	cursor: pointer;
	margin-left: 5px;
	float: right;
}
.ConditionSearchContainer .Submit_1:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.ConditionSearchContainer .sec_1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #adf4aa;	
	text-align: right;
}
.ConditionSearchContainer .sec_2 {	
	text-align: right;
}
.ConditionSearchContainer select, .ConditionSearchContainer input {
	color: #626262;
}
.ConditionSearchContainer select {
	border: 1px solid #d2d2d2;
}
input.input_style01 {
	padding: 2px;
	border: 1px solid #d2d2d2;
	font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.ConditionSearchContainer_2 {
	font-size: 1em;
	background: #e2ffe1;
	border: 1px solid #adf4aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin: 0px 0px 20px;	
}
.ConditionSearchContainer_2 .Form {
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 290px;
	border-right: 1px solid #adf4aa;
	margin-right: 10px;
	padding-right: 10px;
}
.ConditionSearchContainer_2 span, .ConditionSearchContainer_2 select, .ConditionSearchContainer_2 .Submit_1, .ConditionSearchContainer_2 input {
	vertical-align: middle !important;
}
.ConditionSearchContainer_2 .Submit_1 {
	text-indent: -9999px;
	background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
	display: inline-block;
	width: 65px;
	height: 23px;
	border: 0px;
	cursor: pointer;
	margin-left: 5px;
}
.ConditionSearchContainer_2 .Submit_1:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.ConditionSearchContainer_2 .sec_1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #adf4aa;	
	text-align: right;
}
.ConditionSearchContainer_2 .sec_2 {	
	text-align: right;
}
.ConditionSearchContainer_2 select, .ConditionSearchContainer_2 input {
	color: #626262;
}




/*******************首頁新聞列表***********************/
#NewsListContainer {
	width: 680px;
	float: left;
	margin-right: 20px;
}
#NewsListContainer .hd {
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 10px 15px;
	background: url(../images/TitleIcon_001.jpg) no-repeat 0 0;
}
#NewsListContainer .hd h2 {
	float: left;
	font-size: 120%;
	color: #464646;
}
#NewsListContainer .hd .More a {
	float: right;
	width: 30px;
	height: 11px;
	display: block;
	background: url(../images/MoreIcon_001.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 5px;
}
#NewsListContainer .hd .More a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#NewsListContainer .content dl {
	border-bottom: 1px dashed #dcdcdc;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	clear: both;
}
#NewsListContainer .content dl dd {
	float: left;
	display: block;
	width: 565px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #636363;
	margin-right: 5px;
}
#NewsListContainer .content dl dd:hover {
	color: #038c00;
}
#NewsListContainer .content dl dd span.Cate {
	color: #4791b4;
	padding-left: 10px;
	background: url(../images/List_Icon_02.png) no-repeat 0 5px;
	font-weight: 700;
	margin-right: 10px;
}
#NewsListContainer .content dl dd a {
	color: #636363;
}
#NewsListContainer .content dl dd a:hover {
	color: #038c00;
}
#NewsListContainer .content dl dd.FileType {
	width: 25px;
	text-align: center;
}
#NewsListContainer .content dl dd.FileSize {
	width: 55px;
	color: #636363;
}
/********************首頁新聞列表 END**********************/

#ContentsContainer #Contents .Topic_Style01 {
	color: #4f549b;
	font-weight: 700;
	background: url(../images/Topic_Style01.jpg) no-repeat left 7px;
	padding-left: 18px;
	font-size: 15px;
	margin-bottom: 20px;
	display: block;
}
#ContentsContainer #Contents .Topic_Style02 {
	color: #038c00;
	font-weight: 700;
	background: url(../images/Topic_Style02.png) no-repeat left 1px;
	padding-left: 18px;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}
#ContentsContainer #Contents .Topic_Style02_noBlock {
	color: #038c00;
	font-weight: 700;
	background: url(../images/Topic_Style02.png) no-repeat left 1px;
	padding-left: 18px;
	font-size: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
#ContentsContainer #Contents .Topic_Style03 {
	color: #666666;
	font-weight: 700;
	background: url(../images/Topic_Style03.png) no-repeat left 7px;
	padding-left: 18px;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}
#ContentsContainer #Contents .Topic_Style03_noBlock {
	color: #666666;
	font-weight: 700;
	background: url(../images/Topic_Style03.png) no-repeat left 7px;
	padding-left: 18px;
	font-size: 15px;
	margin-bottom: 15px;	
}
#ContentsContainer #Contents .Topic_Style04 {
	color: #666666;	
	background: url(../images/Topic_Style04.jpg) no-repeat left 7px;
	padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style01 {
	background-position: left 2px;
}
#ContentsContainer #Contents .article .Topic_Style02 {
	background-position: left 7px;
}
#ContentsContainer #Contents .article .Topic_Style02_noBlock {
	background-position: left 7px;
}

.PrintInput {
	background: #eee;
	clear: both;
	margin: 15px 0 0;
	padding: 15px;
	text-align: center;
}
.PrintInput a {
	border: 1px solid #222222;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: -webkit-linear-gradient(top, #666666, #333333);
	background: -moz-linear-gradient(top, #666666, #333333);
	background: -ms-linear-gradient(top, #666666, #333333);
	background: -o-linear-gradient(top, #666666, #333333);
	background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
	padding: 3px 15px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	vertical-align: middle;
}
.PrintInput a:hover {
	text-shadow: #222222 0 1px 0;
	background: #222222;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
	background: -webkit-linear-gradient(top, #555555, #222222);
	background: -moz-linear-gradient(top, #555555, #222222);
	background: -ms-linear-gradient(top, #555555, #222222);
	background: -o-linear-gradient(top, #555555, #222222);
	background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
}

.BTN_List_Style02 {
	
}
.BTN_List_Style02 .Header {
	border-bottom: 3px solid #038c00;
	font-size: 1.2em;
	font-weight: 700;
	color: #038c00;
	padding: 10px 0;
}
.BTN_List_Style02 .Header a {
	color: #626262;
}
.BTN_List_Style02 .Header a:hover {
	color: #038c00;
}
.BTN_List_Style02 .Content {
	background: #eeeeee;
	padding: 5px;
}
.BTN_List_Style02 .BTN_List a {
	padding: 5px 50px 5px 10px !important;
	width: 92px;
	background: #ffffff url(../images/BTN_BG02.jpg) repeat-x bottom !important;
	border: 1px solid #bfc0c5 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 5px;
	line-height: 20px;
	min-height: 40px;
	display: inline-block !important;
	*display: inline !important;
	zoom: 1;
	vertical-align: top;
	color: #434343;
	font-size: 14px;
	font-weight: 700 !important;
	position: relative !important;
}
.BTN_List_Style02 .BTN_List a:hover {
	background: #038c00 url(../images/BTN_BG02_color.jpg) repeat-x bottom !important;
	border: 1px solid #04b500 !important;
	color: #ffffff;
}
.BTN_List_Style02 .BTN_List a .Icon {
	width: 32px;
	height: 32px;
	background: url(../images/Arrow_icon_02s.png) no-repeat center center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.BTN_List_Style02 .BTN_List a:hover .Icon {
	background: url(../images/Arrow_icon_02s_white.png) no-repeat center center;
}

.ResultStats {
	padding: 3px 10px;
	background: #eeeeee;
	margin-bottom: 0px !important;
}
.ResultStats span {
	margin: 0 3px;
}

.TableStyle_02 {
	border: 1px solid #adf4aa;	
}
.TableStyle_02 th {
	background: #2cb02a;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
	padding: 10px;
	color: #ffffff;
}
.TableStyle_02 th.last {
	border-right: none;
}
.TableStyle_02 .hd_2, .TableStyle_02 .odd .hd_2 {
	background: #ffead3;
}
.TableStyle_02 td {
	border-left: 1px solid #ffffff;
	padding: 10px;
	border-bottom: 1px dotted #c9c9c9;
}
.TableStyle_02 td:first-child {
	border-left: 0px;
}
.TableStyle_02 .odd td {
	background: #f2f2f2;
}
.TableStyle_02 td.Last {	
	border-bottom: none;
}
.TableStyle_02 .BorderRight {
	border-right: 1px solid #dcdcdc;
}

.TableStyle_04 {
	border: 1px solid #e3e3e3;	
}
.TableStyle_04 th {
	padding: 10px;
	border: 1px solid #e3e3e3;
}
.TableStyle_04 .th, .TableStyle_04 .odd td.th {
	background: #2cb02a;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
	color: #ffffff;
	/*white-space: nowrap;*/
}
.TableStyle_04 .th2, .TableStyle_04 .odd td.th2 {
	background: #40c63e;
	color: #ffffff;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
}
.TableStyle_04 .th2 a {
	color: #ffffff;
	text-decoration: underline;
}
.TableStyle_04 .th2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.TableStyle_04 .th_dark {
	background: #109f0d;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
	color: #ffffff;
}
.TableStyle_04 .hd {
	background: #eeeeee !important;
	white-space: nowrap;
}
.TableStyle_04 .hd2, .TableStyle_04 .odd .hd {
	background: #e5e5e5 !important;
}
.TableStyle_04 td {
	padding: 10px;
	/*border-bottom: 1px dotted #c9c9c9;*/
	border: 1px solid #e3e3e3;
	/*border-right: 0px;*/
	line-height: 180%;
	vertical-align: top;
}
.TableStyle_04 .odd td {
	background: #f2f2f2;
}
.TableStyle_04 .BorderLeftNone {
	border-left: none;
}

.Hot_Keyword .RedHighLight {
	margin-right: 10px;
}
.Hot_Keyword a {
	margin: 0 5px 0 0;
}

.PrivacyPolicy {
	background: #e8ebe6;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.PrivacyPolicy .img_1 {
	float: right;
	margin: -26px -5px 0px 20px;
}
.PrivacyPolicy .Title01 {
	font-size: 110%;
}

.megaMapList {
	float: left;
	width: 200px;
}
.megaMapList .SubNav  {
	width: 200px !important;
}

.Result-Style {
	
}
.Result-Style .Content {
	text-align: center;
}
.Result-Style .no-Result .img {
	background: url(../images/img-no-Result-2.png) center top no-repeat;
	height: 300px;
}
.Result-Style .Content .title {
	font-size: 1.15em;
	margin: 0 0 .5em;
}
.Result-Style .Content p {
	font-size: 1.15em;
	margin: 0 0 .5em;
}

.List_BTN_Style3 {
	width: 725px;
}
.List_BTN_Style3 ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}
.List_BTN_Style3 li {
	margin: 0 0px 10px 0;
}
.List_BTN_Style3 li a {
	display:block;
	padding: 5px 25px 5px 35px;
	border:1px solid #eee;
	background: url(../images/bg_article-lista.png) repeat-x #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:160%;
	position:relative;
	font-size: 100%;
	font-weight:400;
	color: #535353;
}
.List_BTN_Style3 li a:hover {color: #038c00;}
.List_BTN_Style3 li a:visited {color: #3656c3;}
.List_BTN_Style3 li a .hd{ font-weight:700; color: #038c00; margin-right: 10px;}
.List_BTN_Style3 .icon-arrow, .List_BTN_Style3 li a:hover{}
.List_BTN_Style3 .icon-arrow{width:15px; height:15px; display:inline-block; background: url(../images/Topic_Style02.png) no-repeat; position:absolute; top:8px; left:10px;}
.List_BTN_Style3 .icon-arrow2{width:8px; height:13px; display:inline-block; background: url(../images/ArrowIcon_3.png) no-repeat; position:absolute; top:10px; right:10px;}

.ContentBoxContainer {
	width: 680px;
	margin: 0 auto;
}
.ContentBoxContainer .ContentBox_top {
	width: 680px;
	height: 30px;
	display: block;
	background: url(../images/ContentBox_BGtop.jpg) no-repeat;
}
.ContentBoxContainer .ContentBox_btm {
	width: 680px;
	height: 30px;
	display: block;
	background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
}
.ContentBoxContainer .ContentBox_md { 
	background: url(../images/ContentBox_BGmd.jpg) repeat-y;
	display: inline-block;
	padding: 0 20px;
	overflow: hidden;
}
.ContentBoxContainer .ContentBox_md .GraphicImg { 
	display: block;
	float: left;
	width: 230px;
	margin-right: 20px;
}
.ContentBoxContainer .ContentBox_md .GraphicImg img { 
	width: 230px;
}
.ContentBoxContainer .ContentBox_md .LinksContainer { 
	display: block;
	float: left;
	width: 385px;
}
.ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 { 
	width: 385px !important;
}

#Mobilemenu, #Mobilemenu-onlineservice, #Mobilemenu-localpost {
	display: none;
}

/* 手機 nav */
.nav {
	position: relative;
	margin: 0 0 20px 0;
	display: none;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
/* 手機 nav end */

.Submit_Style1 {
	padding: 6px 40px;
	background: url(../images/Submit_Style1_BG.jpg) repeat-x;
	color: #ffffff;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px;
	cursor: pointer;
	text-align: center;
}
.Submit_Style1:hover {
	opacity: 0.7;
	filter: alpha(opacity=70%);
}

#ContentsContainer #Contents .article dl {		
	margin-top: 10px;	
}
#ContentsContainer #Contents .article dl dt {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background: url(../images/Topic_Style03.png) no-repeat left center;
	color: #666666;
	font-weight: 700;	
}
#ContentsContainer #Contents .article dl dd {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
}
#ContentsContainer #Contents .article dl dd.Note {
	margin: 0px 0px 10px 20px;
	display: block;
	background: none;
}
#ContentsContainer #Contents .article dl dd dd{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
}

#ContentsContainer #Contents .article .TableStyle_02 dl {		
	margin-top: 0px;
}
#ContentsContainer #Contents .article .TableStyle_02 dl dt {
	padding-left: 20px;
	margin-left: 0px;
}
#ContentsContainer #Contents .article .TableStyle_02 dl dd {
	padding-left: 20px;
	margin-left: 0px;
}
#ContentsContainer #Contents .article .TableStyle_02 dl dd.Note {
	margin: 0px 0px 10px 0px;
}

.BoxContainer_Style1 {
	border: 1px solid #adf4aa;
	border-top: 2px solid #2cb02a;
}
.BoxContainer_Style1 p {
	margin-bottom: 0px !important;
}
.BoxContainer_Style1 h2 {
	background: #e2ffe1;
	padding: 10px 15px;
	color: #038c00;
	font-size: 15px;
}
.BoxContainer_Style1 .tabs_fake {
	background: #e2ffe1;
	min-height: 35px;
}
.BoxContainer_Style1 .tabs_fake li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}
.BoxContainer_Style1 .tabs_fake li a {
	background: #e2ffe1;
	font-weight: 700;
	font-size: 15px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #45c343;
	padding: 0px 15px;
	margin: 0px;
	position: relative;
	top: 1px;
	border-right: 1px solid #ffffff;
}
.BoxContainer_Style1 .tabs_fake li.current a {
	background: #ffffff;
	cursor: default !important;
	color: #038c00 !important;
}
.BoxContainer_Style1 .Note {
	margin-left: 10px;
}
.BoxContainer_Style1 .Note em {
	color: #0075e9;
}

.accordion_related .accordion li li .RelatedContainer .ListContainer ul {display: block !important;}
.accordion_related .accordion li li .RelatedContainer .ListContainer ul li {margin-left: 0px;}
.accordion_related .accordion li li .RelatedContainer .ListContainer ul li .Inner dl dd { padding: 2px; background: none;}
.accordion_related .accordion li li .RelatedContainer .ListContainer ul li .Inner dl .Topic a {padding-left: 0px; background: none;}
.accordion_related .accordion li li.Answer .RelatedContainer {margin: 10px 0px;}


/*首頁新聞*/
#NewsContainer .pane .container {
	height: 135px;
	overflow-y: auto;
	padding-right: 5px;
}
#NewsContainer .pane .container .content dl {
	margin-bottom: 3px;
}
#NewsContainer .pane .container .content dl dt {
	color: #fcb631;
	font-weight: 700;
}
#NewsContainer .pane .container .content dl dd a {
	color: #ffffff;
	text-decoration: none;
}
#NewsContainer .pane .container .content dl dd a:hover {
	color: #ffec1c;	
}
#NewsContainer .pane .container .content dl dd a .label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.ListStyle_3 dl  {
	margin-bottom: 5px;
	overflow: hidden;
}
.ListStyle_3 dl dt  {
	color: #fcb631;
	font-weight: 700;
	float: left;
	margin-right: 5px;
}
.ListStyle_3 dd  {
	float: left;
	display: block;
	width: 230px;
}
.ListStyle_3 dl dd a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
}
.ListStyle_3 dl dd a:hover {
	color: #ffec1c;	
}
/*首頁新聞 end*/








/**********************liquid slider*************************/
.no-js .liquid-slider {
	height: 350px;
	overflow: scroll;
}
.ls-preloader {
	background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.ls-wrapper {
	clear: both;
	overflow: auto;
	position: relative;
}
.liquid-slider {
	/*background: #f2f2f2;*/
	float: left;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 640px;
}
.arrows .liquid-slider {
	margin: 0 10px;
}
.ls-responsive .liquid-slider {
	margin: 0;
	width: 100%;
}
.panel-container {
	position: relative;
	webkit-backface-visibility: hidden;
	webkit-perspective: 1000;
}
.liquid-slider .panel-container .fade {
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.liquid-slider .panel {
	display: block;
	float: left;
	width: 640px;
}
.panel-wrapper {
	padding: 0;
	position: relative;
}
.panel-wrapper h2{
	/*display: none;
	font-size: 2px;
	color: #ffffff;*/
}
.ls-nav {
	clear: both;
	overflow: hidden;
}
.ls-nav a {
	background: #d8d8d8;
	color: #333333;
	margin-right: 1px;
	outline: 0;
	padding: 10px 15px;
}
.ls-nav a:hover {
	background: #f2f2f2;
	color: #333333;
	text-shadow: none;
}
.ls-nav .current a {
	background: #f2f2f2;
}
.DirectLink_1 .Link_first, .DirectLink_2 .Link_Second {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	width: 17px;
	height: 17px;
}
.DirectLink_1 .Link_first {background: url(../images/Linkarrow_prev.png) no-repeat; margin: 1px 10px 0 0;}
.DirectLink_2 .Link_Second {background: url(../images/Linkarrow_next.png) no-repeat; margin: 1px 0 0 5px;}
.currentCrossLink {
	font-weight: bold;
	background-position: 0 -17px;
}
.DirectLink_1 .Link_first:hover, .DirectLink_2 .Link_Second:hover, .DirectLink_1 .currentCrossLink, .DirectLink_2 .currentCrossLink {background-position: 0 -18px;} 
.ls-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	padding: 0;
}
.ls-nav ul li {
	display: inline;
}
.ls-nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
}
.ls-select-box {
	background: url(../images/menu.png) no-repeat right #ddd;
	height: 35px;
	overflow: hidden;
	width: 100%;
}
.ls-select-box select {
	appearance: none;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 110%;
	height: 35px;
	moz-appearance: none;
	outline: 0;
	padding: 5px;
	webkit-appearance: none;
	width: 150%;
}
.ls-nav-left, .ls-nav-right {
	clear: both;
	float: left;
}
.ls-nav-left a, .ls-nav-right a {
	background: #000;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.ls-responsive .ls-nav-left {
	left: 0;
	position: absolute;
	z-index: 2;
}
.ls-responsive .ls-nav-left a {
	background: #9A9A9A;
	width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
	background: #747474;
}
.ls-responsive .ls-nav-right {
	position: absolute;
	right: 0;
	z-index: 2;
}
.ls-responsive .ls-nav-right a {
	background: #9A9A9A;
	width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
	background: #747474;
}
.ls-nav-left-arrow, .ls-nav-right-arrow {
	clear: both;
	cursor: pointer;
	float: left;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
	display: block;
}
/*
[class$="-arrow"] {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 50px;
	position: relative;
	width: 17px;
}*/
.ls-nav-right-arrow {
	background-position: top right;
	margin-right: 5px;
}
.ls-nav-left-arrow {
	background-position: top left;
	margin-left: 5px;
}
.ls-nav-left-arrow:hover {
	background-position: bottom left;
}
.ls-nav-right-arrow:hover {
	background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
	left: 0;
	position: absolute;
	z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
	position: absolute;
	right: 0;
	z-index: 2;
}

/**********************liquid slider end*************************/


#Mobilemenu-mainService, nav.sb-navbar, #MainServicesContainer, #News_horizontalTab, #OrganizationStructure-mobile, nav #Logo a.Logo_link, .mobile-select-menu {
	display: none;
}
td:before { 
	display: none;
}





























/************test 測試用，可刪除************/
.slider-nojq {position: absolute; top: 50px; left: 55px;}
.slider-nojq a {width: 191px; height: 54px; display:block;}
.slider-nojq a img {width: 100%; }
#SmallBanner .slides-nojq { width: 400px; margin: 0 auto;}
#SmallBanner .slides-nojq li { width: 191px; display: inline-block; *display: inline; zoom: 1; margin: 0 3px;}
#SmallBanner .slides-nojq li img { width: 191px; height: 54px;}
/************test 測試用，可刪除************/







/************首頁重新規劃************/
.MainContent-index {background: url(../images/MainContent-index-bg.jpg) repeat-x;}
.MainContent-index > .wrap {width: 982px; background: url(../images/MainContentInner_2BG.jpg) no-repeat right bottom #ffffff; margin: 0 auto; padding-bottom: 20px;}
.MainContent-index > .wrap .left-index {float: left; position: relative;}
.MainContent-index > .wrap .right-index {float: left; position: relative;}
.MainContent-index > .wrap .left-index .left-index-bg { 
	background: url(../images/ContentLeftBG.jpg) no-repeat right bottom #ffffff; 
	width: 296px; 
	height: 404px; 
	position: absolute; 
	right: -5px; 
	bottom: -5px;
	z-index: 0;
}
.MainContent-index > .wrap .left-index .deco-bg, .MainContent-index > .wrap .right-index .deco-bg {
	width: 10px;
	height: 260px;
	position: absolute; 
	top: 0;
}
.MainContent-index > .wrap .left-index .deco-bg {background: url(../images/MainBG_L.jpg) no-repeat; left: -10px; }
.MainContent-index > .wrap .right-index .deco-bg {background: url(../images/MainBG_R.jpg) no-repeat; right: -10px; }

.notice-btn {position: absolute; bottom: 10px; left: 12px;}
.notice-btn a {display: block; width: 73px; position: relative; padding-left: 38px; background: url(../images/BTN_BG04.png) no-repeat 0 0; color: #ffffff;}
.notice-btn a span.icon {position: absolute; top: 4px; left: 12px;}
.notice-btn a span.txt {height: 32px; line-height: 29px; display: block; text-shadow: 0px -1px rgba(0,0,0,0.5); font-weight: 700;}
/************首頁重新規劃 end************/
.web20 {
	font-family: "微軟正黑體";
	font-size: 1em;
	font-weight: bold;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	padding-right: 156px;
}

/************ Header 節慶專區 Start ************/
.header_festival {
    float:left;
    color:#ff7800;
    font-size: 0.96em;
}
.header_festival:hover {
    color: #e91d26;
}
.HeaderNav_Nav_fix a {
    margin: 0 0 0 17px!important;
}
.FontSizeContainer_fix .Header {
	margin: 0px 5px 0px 16px!important;
}
/************ Header 節慶專區 End ************/

/* 無障礙使用 */
.input-label {
	display:none;
}

.hyperlink-txt{
	display:none;	
}
/* end of 無障礙 */

.rwd_cont{
	display: none;
}

/*項目一覽*/
#ContentsContainer #Contents p.rwd_title {
    background: #03a200;
    padding: 1% 3%;
    color: #fff;
    margin: 20px 0 10px 0;
}

a:focus {
    outline: 3px solid #0086d8;
}
.acc-key a:focus {
	outline: 3px solid #0086d8;
	border: 0 !important;
}