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;
}

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: #fc9a31;
}

p { 	margin-bottom: 20px; }

input, select { 
	font-family: "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.CLR {
	clear: both;
}

.PadinTop20 {
	padding-top: 20px;
	clear:both;
}
.Padinleft20 {
	padding-left: 20px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.Align_Center {
	text-align: center;
}

.Align_Right {
	text-align: right;
}

.padin_15px {
	padding: 15px;
}

.GreenBold {
	color: #038c00;
	font-weight: 700;
	margin-bottom: 5px;
}

.Bold700 {
	font-weight: 700;
}

.CapitalNum {
	display: inline-block;
	font-weight: 700;
}

.BlockLine {
	display: block;
}

.InlineBlock {
	display: inline-block;
}

.RedHighLight {
	font-weight: 700;
	color: #ff0000;
}

.paddingTopBtm_15 {
	padding: 15px 0;
}

.BorderNone {
	border: 0 !important;
}

.Divide_BorderBTM01_grey {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding-top: 15px;
}

.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%;
}
.List_Style_Type_on ol li {
	padding:0 10px 15px 0;
	margin-left: 20px;
}

.BTN_Style03 {
	padding: 4px 15px;
	margin: 5px 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:first-child { margin-top: 0px; }
.BTN_Style03 .Icon {
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	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;
}
.PopupContainer .BTN_Style03{ text-align: center;}

.BTN_Style03_down, .BTN_Style03_down_current {
	padding: 3px 5px;
	margin: 0 5px 5px 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:visited{color:#a00;}
.BTN_Style03_down .Icon, .BTN_Style03_down_current .Icon{
	padding: 0 0 0 20px;
	background: url(../images/ArrowDown_007.png) no-repeat 0 1px;
}
.BTN_Style03_down:hover, .BTN_Style03_down_current {
	color: #ffffff;
	background: #038c00;
}
.BTN_Style03_down:hover .Icon, .BTN_Style03_down_current .Icon{
	background: url(../images/ArrowDown_007_white.png) no-repeat 0 1px;
}

.NoteStyle {
	padding: 5px 10px;
	background: #eeeeee;
	color: #038c00;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#Container {	
}

#Header_1Container {	
	background: #038c00;	
}

#Header_1 {
	margin: 0 auto;
	width: 1002px;
	height: 35px;
	position: relative;
	z-index: 99999;
}
#BackToPost a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#HeaderNavContainer {
	position: absolute;
	right: 30px;
	top: 15px;
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
	background: #f9f9f9;
}
#HeaderNav_Nav {
	float: left;
}
#HeaderNav_Nav a {
	float: left;
	font-size: 0.9em;
	color: #707070;
	text-decoration: none;
	padding: 0px 10px;	
}
#HeaderNav_Nav a:hover {
	color: #038c00;	
}

#FontSizeContainer {
	float: left;
	margin-right: 10px;
}
#FontSizeContainer .Header {
	float: left;
	font-size: 0.9em;
	color: #707070;
	text-decoration: none;
	margin: 0px 5px 0px 10px;
}
#FontSizeContainer .Icon {
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-bottom: 3px;
}
#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 5px;
}
#SocialMediaContainer a:hover{
	opacity:.7;
	filter:alpha(opacity=70);
}
#CustomerServiceContainer {
	float: left;
	position: relative;
	margin: 1px 0px 0px 10px;
}
#Header_VersionContainer {
	position: absolute;
	top: 8px;
	left: -10px;
}
#Header_Version_Nav {

}
#Header_Version_Nav li {
	float: left;
	margin: 0px 10px;
}
#Header_Version_Nav li a {
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
}
#Header_Version_Nav li a:hover {
	color: #ffec1c;
}

#Header_2 {
	margin: 0 auto;
	width: 1002px;
	height: 130px;
	background: url(../images/Header_2.jpg) no-repeat;
	position: relative;
    overflow: hidden;
}

#LogoContainer  {
	float: left;
}

#Logo  {
	position: relative;
	top: 35px;
	left: 31px;
}

/***業務Links***/

#ServiceLinksContainer  {
	position: absolute;
	right: 30px;
	top: 55px;
	font-size: 0.9em;
}
#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 #fff;
}
#ServiceLinks .Saving a .img{
    background: url(../images/icon-Saving.png) no-repeat center 0px #fff;
}
#ServiceLinks .Insurance a .img{
    background: url(../images/icon-Insurance.png) no-repeat center 0px #fff;
}
#ServiceLinks .Stamp a .img{
    background: url(../images/icon-Stamp.png) no-repeat center 0px #fff;
}
#ServiceLinks .Product a .img{
    background: url(../images/icon-Product.png) no-repeat center 0px #fff;
}
#ServiceLinks .Fund a .img{
    background: url(../images/icon-Fund.png) no-repeat center 0px #fff;
}
#ServiceLinks .SellFund a .img{
    background: url(../images/icon-SellFund.png) no-repeat center 0px #fff;
}
#ServiceLinks .RealEstate a .img{
    background: url(../images/icon-RealEstate.png) no-repeat center 0px #fff;
	width: 55px;
}
#ServiceLinks .Investment a .img{
    background: url(../images/icon-Investment.png) no-repeat center 0px #fff;
}
#ServiceLinks li.current a {
	color: #038c00;
}
#ServiceLinks li.current a .img {
    background-position: center -40px;
}




/***業務Links end***/

#Header_3Container {	
	background: url(../images/Header_3ContainerBG.jpg) repeat-x;	
}

#Header_3 {
	background: url(../images/Header_3BG.jpg) no-repeat;
	margin: 0 auto;	
	width: 1002px;
	height: 45px;
	position: relative;
	z-index: 9999;
}

#MainMenuContainer {
	margin: 0px 0px 0px 30px;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
}

.MainPreviousBTN {
	float: left;
}

.MainNextBTN {
	float: right;
}

#SearchContainer {
	width: 260px;
	height: 25px;
	position: absolute;
	top: 9px;
	right: 30px;
	background: url(../images/Search_BG.jpg) no-repeat;
}
#SearchContainer input.sb_input {
	margin: 4px 3px 0px 5px;
	float: left;
	color: #ffffff;
	
	border: none;
	background: transparent;
}
#SearchContainer input.sb_search {
	background: url(../images/Search_BTN.png) no-repeat center center;
	height: 17px;
	width: 53px;
	border: none;
	float: right;
	margin: 4px 5px 0px 7px;
	
	cursor: pointer;
}

#ContainerInner {	
	margin: 0 auto;
	width: 950px;
}

		
#content {
	width: 1002px;            
	margin: 0 auto;
}
#content h1 { color: #333; line-height: 1em; }
#content ul { padding-left: 0; list-style: none; }
#content ul li { margin-bottom: 0px; }


/*
pre { 
	border: 1px solid #CCC;
	background-color: #EEE;
	color: #333;
	padding: 10px 20px;
}
*/


#MainContentContainer {	
	padding: 0px;
	margin:	0 auto;
	width: 1002px;
	/*background: url(images/PageBTNBG.jpg) repeat-y;*/
	background-position: center;
}

#MainContentInner {
	padding: 0px 30px;
	/*background: #000000;*/
	min-height: 550px;
}

#MainContentLeft {
	float: left;
}

#ServiceGuideContainer {
	width: 260px;
	background: url("../images/InfoSearchBG.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}
#ServiceGuideHeader {
	height: 17px;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
}
#ServiceGuideContent {
	padding: 10px 5px;
}
#ServiceGuideContent .pane a, .panecurrent a {
	display: inline-block;
	vertical-align: top;
	width: 78px;
	text-align: center;
	color: #666666;
	font-weight: 700;
	font-size: 0.9em;
	margin: 5px 0;
}
#ServiceGuideContent .pane a:hover, .panecurrent a:hover {color: #038c00;}
#ServiceGuideContent .pane a:hover img, .panecurrent a:hover img {opacity: 0.8;}


#LatestNewsContainer {
	margin-bottom: 20px;
	width: 260px;
}
#LatestNewsContainer #LatestNewsHeader {
	margin-bottom: 14px;
}
#LatestNewsContainer #LatestNewsHeader .Header {
	float: left;
}
#LatestNewsContainer #LatestNewsHeader .More {
	float: right;
}
#LatestNewsContainer #LatestNewsHeader .More:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#LatestNewsContainer #FocusContainer {
	margin-bottom: 8px;
}
#LatestNewsContainer #FocusContainer .FocusImage {
	border: 1px solid #959595;
	padding: 1px;
	background: #ffffff;
	float: left;
	margin: 0px 5px 5px 0px;
	display: block;
	width: 70px;
}
#LatestNewsContainer #FocusContainer .FocusImage img {
	width: 100%;
}
#LatestNewsContainer #FocusContainer .FocusTopic {
	color: #ef254b;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
	line-height:1.4em;
}
#LatestNewsContainer #FocusContainer .FocusTopic:hover {
	color: #0088dc;	
}
#LatestNewsContainer #FocusContainer .FocusThumb {
	color: #505050;
	font-size:.9em;
	line-height:1.4em;
}
#LatestNewsContainer #FocusContainer .FocusThumb a {
	color: #0088dc;	
}
#LatestNewsContainer #FocusContainer .FocusThumb a:hover {
	color: #ef254b;	
}
#LatestNewsContainer #NewsList li {
	padding: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#LatestNewsContainer #NewsList li.BgColor {
	background: #edf7ff;
}
#LatestNewsContainer .Date {
	color:#0088dc;
	font-size:.85em;
}
#LatestNewsContainer #NewsList li a {
	color: #535353;
	width: 220px;
	font-size:.9em;
	white-space: nowrap;
}
#LatestNewsContainer #NewsList li a:hover {
	color: #0088dc;	
}

#LatestNewsContainer #NewsList li a:visited {
	color: #3656c3;	
}

/*Content Right*/
#MainContentRight {
	float: right;
}

#MainAdContainer {
	/*background: url(../images/MainAdBanner.jpg) no-repeat;*/
	width: 658px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
#MainAdContainer .MoreWrap {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 10;
}
#MainAdContainer .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;
}
#MainAdContainer .MoreWrap a.More:hover, #MainAdContainer .MoreWrap a.More:active {
	background-position: 100% 0;
}
#flexslider_big .slides > li img, #MainAd a img {height: 250px;}

#MainAdContainer .bx-viewport {height: auto !important; }

/*QuickSearch*/
#QuickSearchContainer {
	background: url(../images/QuickSearchBG.jpg) no-repeat;
	width: 658px;
	height: 133px;
	position: relative;
	z-index: 99;
}
#QuickSearchContainer #QuickSearchDrop {
	position: absolute;
	top: 45px;
	left: 10px;
	z-index: 9;
}
#QuickSearchContainer .QuickSearchHeader {
	position: absolute;
	top: 10px;
	left: 10px;
}
#QuickSearchContainer #QuickSearchBTN {
	position: absolute;
	top: 40px;
	right: 10px;
}
#	 #QuickSearchBTN a {
	
}
#QuickSearchContainer #QuickSearchBTN a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/*QuickSearch end*/


/*DeliveryAdvice*/
#DeliveryAdviceContainer {
	background: url(../images/DeliveryAdviceBG.jpg) no-repeat;
	width: 658px;
	height: 256px;
	position: relative;
	z-index: 88;
}
#DeliveryAdviceContainer .DeliveryAdviceHeader {
	position: absolute;
	top: 12px;
	left: 10px;
}
#DeliveryAdviceContainer .DeliveryAdviceDes {
	position: absolute;
	top: 70px;
	left: 0px;
}
#DeliveryAdviceContainer .Step1Container {
	position: absolute;
	top: 10px;
	left: 150px;
	width: 220px;
}
#DeliveryAdviceContainer .Step1Container .Header {
	width: 102px;
	margin: 0px auto;
}
#DeliveryAdviceContainer .Step1Container .Content {
	color: #038c00;
}
#DeliveryAdviceContainer .Step1Container .Content p {
	margin: 2px 0px;
}
#DeliveryAdviceContainer .Step1Container .Content input.sb_input {
	color: #313131;
	border: 1px solid #829fbd;
	font-size: 0.9em;
	padding: 1px 3px;
	width: 210px;
}

#DeliveryAdviceContainer .Step2Container {
	position: absolute;
	top: 10px;
	left: 410px;
	width: 230px;
}
#DeliveryAdviceContainer .Step2Container .Header {
	width: 102px;
	margin: 0px auto 15px auto;
}
#DeliveryAdviceContainer .Step2Container .Content {
	color: #038c00;
}
#DeliveryAdviceContainer .Step2Container .Content select {
	color: #313131;
	border: 1px solid #829fbd;
	font-size: 0.9em;
	padding: 1px;
	width: 230px;
}
#DeliveryAdviceContainer .Step2Container .Content p {
	margin: 2px 0px;
}
#DeliveryAdviceContainer .Step2Container .Content input {
	background: url(../images/DeliveryAdviceBTN.png) no-repeat center center;
	height: 30px;
	width: 145px;
	border: none;
	/*float: left;*/
	margin: 13px 0px 0px 40px;
	
	cursor: pointer;
	text-indent: -99999px;
}
#DeliveryAdviceContainer .Step2Container .Content input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
#DeliveryAdviceContainer .AdviceContainer {
	position: absolute;
	top: 195px;
	left: 150px;
	overflow: hidden;
}
#DeliveryAdviceContainer .AdviceContainer .Header {
	width: 85px;
	margin: 7px 15px 0 0;
	float: left;
}
#DeliveryAdviceContainer .AdviceContainer .Content {
	background: url(../images/DeliveryAdviceAdviceBG.png) no-repeat center center;
	width: 393px;
	height: 50px;
	float: left;
}
#DeliveryAdviceContainer .AdviceContainer .Content .AdviceResult {
	padding: 8px;
}
#DeliveryAdviceContainer .AdviceContainer .Content .AdviceResult p {
	font-weight: 700;
	color: #038c00;
}

/*DeliveryAdvice end*/


#FooterContainer {
	clear: both;
	padding-top: 1px;
	border-top: 1px solid #e2e2e2;
	background: url(../images/FooterContainerBG.jpg) repeat-x #fff;	
}
#Footer {
	margin: 0 auto;
	width: 970px;
	font-size: 0.85em;
}

#Footer .FooterSec_1Container {	
	margin: 5px 15px 10px 15px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #dcdcdc;
}
#Footer .FooterSec_1Container .Sec_1 {
	color: #464648;
}
#Footer .FooterSec_1Container .Sec_1 .Line_1 {	
	margin: 10px 0px 5px;	
}
#Footer .FooterSec_1Container .Sec_1 .Line_1 span {
	margin: 0px 10px 0px 0px;
}
#Footer .FooterSec_1Container .Sec_1 .Line_1 a {display: inline-block;}
#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;
	display: inline-block;
}
#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {	
	padding: 0 18px 0 0;
	background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
	display: inline-block;
}
.marginTop20 {
	margin-top: 20px;
}
#Footer .FooterSec_1Container .Sec_1 p {
	margin-bottom: 10px;
}
#Footer .FooterSec_1Container .Sec_1 .Location {
	margin: 0px 5px 0px 0px !important;
	padding: 2px 17px 2px 10px;
	background: #eeeeee url(../images/Location_BG_arrow.png) no-repeat right center;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
#Footer .FooterSec_1Container .Sec_2 {	
	float: right;
}
#Footer .FooterSec_1Container .Sec_2 a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#Footer .FooterSec_1Container .A_Plus {
	display: block;
	margin-top: 10px;
}
#Footer .FooterSec_2Container {	
	margin: 0px 15px 0px 15px;	
}
#Footer .FooterSec_2Container .Sec_1 {	
	font-size: 0.9em;
	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 .Traffic {
	float: right;
	color: #464648;
	margin-right: 15px;
	margin-top: 20px;
}

.mainnav_list_wrap {background: #f5f5f5 url("../images/mainnav_list_BG.jpg") repeat-x; border-top: 1px solid #e4e4e4; padding: 20px 0;}
.mainnav_list .inner {width: 940px; margin: 0 auto;  }
.mainnav_list div.item-wrap {background: url("../images/mainnav_list-bg1002.gif") repeat-y 0 0;}
.mainnav_list div.item { width: 131px; 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;}

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*/

#QuickMenu {
	z-index: 99999;
	position: relative;
	top: 736px;
	left: 863px;
	width: 83px;
	height: 602px;
	margin-top: -602px; 
	/*margin: 0 auto;*/
}

#QuickMenu img {
	/*vertical-align: bottom;*/
	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;
}

/*內頁右側QuickMenu End*/


#MainContentInner #Breadcrumbs {
	background: #ffffff url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
	border: 1px solid #e0e0e0;
	border-top: 0px;
	padding: 6px 10px 7px 10px;
	color: #b8b2ae;
	font-size: 1em;
}
#MainContentInner #Breadcrumbs .HomeBTN {
	background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
	padding-left: 15px;	
}
#MainContentInner #Breadcrumbs a {
	color: #959595;
}
#MainContentInner #Breadcrumbs a:hover {
	color: #038c00;
}
#MainContentInner #Breadcrumbs .current {
	color: #038c00;
}

#LocalNavContainer {
	float: left;
	margin-top: 20px;
	margin-top: 0px;/*******無障礙*******/
}

#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.2em;
	font-weight: 700;
	background: #01731c url(../images/LocalNavTopicBG.jpg) repeat-x;
}
#LocalNav .LocalNavBG_Body .LocalNavTopic a {
	color: #ffffff;
}

#MainContainer {
	padding: 20px 0px 20px 20px;
	padding-top: 0px;/*******無障礙*******/
	float: left;
}
#Main {
	width: 690px;
}
#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;
}

#MainContainer_Fullwidth {
	padding: 20px 0px 20px 0px;
	padding-top: 0px;/*******無障礙*******/
}
#Main_Fullwidth {
	
}
#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 #Section_2 {
	margin-bottom: 20px;
}
#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 */
}

.BackToPrev {
	display: block;
	margin-bottom: 10px;
}
.BackToPrev a {
	display: inline-block;
	padding: 0 0 0 27px;
	height: 22px;
	line-height: 22px;
	background: url(../images/BackToPrev.png) no-repeat;
	font-size: 1.1em;
	font-weight: 700;
	color: #535353;
}
.BackToPrev a:hover {
	color: #000000;
}

#Main_Fullwidth #Section_2 {
	margin-bottom: 20px;
}
#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 */
}

#ContentsContainer {
	position: relative;
}
#ContentsContainer #Contents {
	color: #434343;
	/*line-height: 180%;*/
	position: relative;
}
#ContentsContainer #Contents p {
	line-height: 180%;
	margin: 0 0 20px 0;
}

#ContentsContainer #Contents .article {
	word-wrap: break-word;
	word-break: normal;
}
#ContentsContainer #Contents .article p {
	line-height: 190%;
	margin: 0 0 20px 0px;
}
#ContentsContainer #Contents .article strong {
	line-height: 190%;
	display: block;
	/*margin-bottom: 10px;*/
}
#ContentsContainer #Contents .article strong .Topic_Style01{
	background-position: left 6px;
}
#ContentsContainer #Contents .article ol {
	list-style-type: decimal;
	padding-left: 25px;
}
#ContentsContainer #Contents .article ul {
	list-style-type: disc;
	padding-left: 25px;
}

#ContentsContainer #Contents .Topic_Style01 {
	color: #4f549b;
	font-weight: 700;
	background: url(../images/Topic_Style01.jpg) no-repeat left 2px;
	padding-left: 18px;
	font-size: 1.1em;
	margin-bottom: 20px;
	display: block;
}
#ContentsContainer #Contents .article .Topic_Style01 {background-position: left 6px;}
#ContentsContainer #Contents .Topic_Style02 {
	color: #038c00;
	font-weight: 700;
	background: url(../images/Topic_Style02.png) no-repeat left 2px;
	padding-left: 18px;
	font-size: 1.1em;
	margin-bottom: 15px;
	display: block;
}
#ContentsContainer #Contents .article .Topic_Style02 {background-position: left 6px;}
#ContentsContainer #Contents .Topic_Style02_noBlock {
	color: #038c00;
	font-weight: 700;
	background: url(../images/Topic_Style02.png) no-repeat left 2px;
	padding-left: 18px;
	font-size: 1.1em;
	margin-bottom: 15px;
	display: inline-block;
}
#ContentsContainer #Contents .article .Topic_Style02_noBlock {background-position: left 6px;}
#ContentsContainer #Contents .Topic_Style03 {
	color: #666666;
	font-weight: 700;
	background: url(../images/Topic_Style03.png) no-repeat left 2px;
	padding-left: 18px;
	font-size: 1.1em;
	margin-bottom: 15px;
	display: block;
}
#ContentsContainer #Contents .article .Topic_Style03 {background-position: left 6px;}
#ContentsContainer #Contents .Topic_Style03_noBlock {
	color: #666666;
	font-weight: 700;
	background: url(../images/Topic_Style03.png) no-repeat left 2px;
	padding-left: 18px;
	font-size: 1.1em;
	margin-bottom: 15px;	
}
#ContentsContainer #Contents .article .Topic_Style03_noBlock {background-position: left 6px;}
#ContentsContainer #Contents .Topic_Style04 {
	color: #666666;	
	background: url(../images/Topic_Style04.jpg) no-repeat left center;
	padding-left: 18px;
}
.ConditionSearchContainer {
	font-size: 0.9em;
	background: #e2ffe1;
	border: 1px solid #adf4aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin: 0px 0px 20px;	
}
.ConditionSearchContainer .Form {
	display: inline-block;
	*display: inline;
	zoom:1;
	/*width: 48%;*/
	border-right: 1px solid #adf4aa;
	margin-right: 5px;
	padding-right: 5px;
}
.ConditionSearchContainer span, .ConditionSearchContainer select, .ConditionSearchContainer .Submit_1, .ConditionSearchContainer input ,.Submit_1{
	vertical-align: middle !important;
}
.ConditionSearchContainer .Submit_1,.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 .Submit_1:hover,.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;
	font-size: 1em !important;
}

.ConditionSearchContainer_2 {
	font-size: 0.9em;
	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;
}

.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;
}

.Submit_3 {
	-moz-box-shadow: inset 0px 1px 0px 0px #e2ffe1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #e2ffe1;
	box-shadow: inset 0px 1px 0px 0px #e2ffe1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #17b114), color-stop(1, #038c00) );
	background: -moz-linear-gradient( center top, #17b114 5%, #038c00 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17b114', endColorstr='#038c00');
	background-color: #038c00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a6da54;
	display: inline-block;
	color: #ffffff;
	font-size: 0.9em;
	padding: 6px 10px 4px;
	text-shadow: 1px 1px 0px #04ab00;
	cursor: pointer;
}
.Submit_3:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #038c00), color-stop(1, #17b114) );
	background: -moz-linear-gradient( center top, #038c00 5%, #17b114 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#038c00', endColorstr='#17b114');
	background-color: #038c00;
}
.Submit_3:active {
	position: relative;
	top: 1;
} 


/*old
.TableStyle_02 {
	border: 1px solid #adf4aa;	
}
.TableStyle_02 th {
	background: #2cb02a;
	border-right: 1px solid #adf4aa;
	padding: 10px;
	color: #ffffff;
}
.TableStyle_02 th.last {
	border-right: none;
}
.TableStyle_02 .hd {
}

.TableStyle_02 td {
	padding: 10px;
	border: 1px solid #e3e3e3;
	border-right: 0px;
	line-height: 180%;
	vertical-align: top;
}

.TableStyle_02 .odd td {
	background: #f2f2f2;
}
.TableStyle_02 td.Last {	
	border-bottom: none;
}
.TableStyle_02 .BorderRight {
	border-right: 1px solid #dcdcdc;
}
*/
.TableStyle_02 {
	border: 1px solid #e3e3e3;	
}
.TableStyle_02 th {
	padding: 10px;
}
.TableStyle_02 .th, .TableStyle_02 .odd td.th {
	background: #2cb02a;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
	color: #ffffff;
	/*white-space: nowrap;*/
}
.TableStyle_02 .th2, .TableStyle_02 .odd td.th2 {
	background: #40c63e;
	color: #ffffff;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
}
.TableStyle_02 .th2 a {
	color: #ffffff;
	text-decoration: underline;
}
.TableStyle_02 .th2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.TableStyle_02 .th_dark {
	background: #109f0d;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
	color: #ffffff;
}
.TableStyle_02 .hd {
	background: #eeeeee !important;
	white-space: nowrap;
}
.TableStyle_02 .hd2, .TableStyle_02 .odd .hd {
	background: #e5e5e5 !important;
}
.TableStyle_02 td {
    padding: 10px;
    border: 1px solid #e3e3e3;
    line-height: 180%;
    vertical-align: middle;
}
.TableStyle_02 .odd td {
	background: #f2f2f2;
}
.TableStyle_02 .BorderLeftNone {
	border-left: none;
}

.TableStyle_02_s {
	border: 1px solid #e3e3e3;	
}
.TableStyle_02_s th {
	padding: 5px;
}
.TableStyle_02_s .th {
	background: #2cb02a;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
	color: #ffffff;
}
.TableStyle_02_s .th2 {
	background: #49cb47;
	color: #ffffff;
	border-right: 1px solid #adf4aa;
	border-bottom: 1px solid #adf4aa;
}
.TableStyle_02_s .th2 a {
	color: #ffffff;
	text-decoration: underline;
}
.TableStyle_02_s .th2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.TableStyle_02_s .hd {
	background: #eeeeee !important;
}
.TableStyle_02_s .hd2, .TableStyle_02_s .odd .hd {
	background: #e5e5e5 !important;
}
.TableStyle_02_s td {
	padding: 5px;
	/*border-bottom: 1px dotted #c9c9c9;*/
	border: 1px solid #e3e3e3;
	border-right: 0px;
	line-height: 180%;
}
.TableStyle_02_s .odd td {
	background: #f2f2f2;
}
.TableStyle_02_s .odd td.th2 {
	background: #49cb47;
}
/*
.TableStyle_02_s {
	border: 1px solid #e3e3e3;	
}
.TableStyle_02_s th {
	background: #2cb02a;
	border-right: 1px solid #adf4aa;
	padding: 5px;
	color: #ffffff;
}
.TableStyle_02_s .hd_L {
	background: #e2ffe1;
	font-weight: 700;
	color: #038c00;
}
.TableStyle_02_s td {
	padding: 5px;
	border-bottom: 1px dotted #c9c9c9;
	line-height: 180%;
}
.TableStyle_02_s .odd .hd_L {
	background: #b4f3b2;
}
.TableStyle_02_s .odd td {
	background: #f2f2f2;
}
*/

.TableStyle_03 .hd {
	font-weight: 700;
	white-space: nowrap;
}
.TableStyle_03 td {
	padding: 5px;	
}
.TableStyle_03 td input {
	margin-top: 3px;
}

.RelatedInfoContainer {
	background: #f8f7f7;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear:both;
}
.RelatedInfoContainer h3 {
	color: #898989;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: 700;
}
.RelatedInfoContainer .RelatedInfoList {
	padding: 15px;
	line-height: 180%;
	padding-left: 15px !important;
}
.RelatedInfoContainer .RelatedInfoList li {
	margin-bottom: 5px;
	padding: 3px 20px;
	background: url(../images/ListIcon_001.png) no-repeat left 9px;
	/*color: #898989;*/
	list-style: none;
}
.RelatedInfoContainer .RelatedInfoList li a {	
	/*color: #898989;*/
	/*display: block;*/
}
.RelatedInfoContainer .RelatedInfoList li a:hover {
	/*color: #038c00;*/
}
.RelatedInfoContainer .RelatedInfoList li a.noBlock {
	display: inline-block;
}
.RelatedInfoContainer .RelatedInfoList li li {
	margin-bottom: 5px;
	padding: 3px 20px;
	background: url(../images/ListIcon_003.jpg) no-repeat 5px 11px;
	color: #898989;
}
.RelatedInfoContainer .note {
	padding: 0 20px;
}

.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: 1.1em;
}
.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: 1.1em;
	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;
}

#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;
}

.article span.Topic_Style02, .article span.Topic_Style02_noBlock, .article span.Topic_Style03, .article span.Topic_Style03_noBlock, .article span.Topic_Style04 {
		background-position: left 7px !important;
	}

.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%);
}

.Topic_Style02 {
	padding-left: 20px;
	background: url(../images/Topic_Style02.png) no-repeat left center;
	color: #038c00;
	font-weight: 700;	
}

.ResultContainer {
	background: #eeeeee;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.ResultContainer dl dt {
	float: left;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	margin-right: 10px;
}
.ResultContainer dl dd {
	float: left;
	display: inline-block;
}
.ResultContainer dl dd .Money {
	font-size: 1.1em;
	margin-right: 5px;
}
.ResultContainer dl dd .Cost {
	font-size: 1.3em;
	font-weight: 700;
	color: #ff0000;
}

#LocationBTNContainer .LocationBTN li {
	float: left;
	display: block;
		
}
#LocationBTNContainer .LocationBTN li a {
	padding: 0px 10px;
	width: 130px;
	background: url(../images/BTN_BG02.jpg) repeat-x bottom;
	border: 1px solid #bfc0c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px;
	line-height: 50px;
	display: inline-block;
	color: #434343;
	font-size: 1.2em;
	font-weight: 700;
	position: relative;
}
#LocationBTNContainer .LocationBTN li a:hover {
	color: #038c00;
}
#LocationBTNContainer .LocationBTN li .Icon {
	width: 32px;
	height: 32px;
	background: url(../images/Arrow_icon_02.png) no-repeat center center;	
	position: absolute;
	top: 10px;
	right: 10px;
}

.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;
}


#LargeBTNContainer {
	
}
#LargeBTNContainer a {
	background: url(../images/LargeBTN_BG.png) no-repeat center center;
	width: 213px;
	height: 204px;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	color: #038c00;
	margin: 0px 10px 10px 0px;
}
#LargeBTNContainer a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70%);
	color: #e10001;
}
#LargeBTNContainer .imgCenterContainer {	
	width: 200px;
	height: 135px;
	text-align: center;
	line-height: 135px;
}
#LargeBTNContainer .imgCenter {
	margin-top: 0;
	vertical-align: middle;
}
#LargeBTNContainer .TitleContainer {
	background: url(../images/LargeBTNtxt_BG.png) no-repeat center center;
	width: 186px;
	height: 52px;
	margin: 0 auto;
	/*padding: 5px 15px 0px 5px;*/	
	position: relative;
}
#LargeBTNContainer .Title {
	/*margin: 5px 15px 0px 5px;*/
	position: absolute;
	top: 5px;
	left: 5px;
	width: 145px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 130% !important;
	margin: 0 !important;
}

.Form_Style01 p {
	line-height: 190% !important;
	margin-bottom: 5px !important;
}
.Form_Style01 .Note {
	margin-left: 10px;
}
.Form_Style01 .Note em {
	color: #0075e9;
}
.Form_Style01 .NoteLink img {
	margin: -5px 0px 0px 10px; 
	vertical-align: middle;
}
.Form_Style01 a {
	color: #0075e9;
}
.Form_Style01 a:hover {
	/*text-decoration: underline;*/
}
.Form_Style01 select {
	font-size: 1.1em;
}

.input_style01 {
	color: #959595;
	margin: 0px 5px;	
}

.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;
}

.Note2 {
	color: #ff0000;
	margin: 5px 0px;
}

.ListBTNContainer {
	float: right;
	margin: 0px 0px 15px 5px;
}
.ListBTNContainer a {
	padding: 5px 5px 5px 25px;
	background: #f7f7f7 url(../images/list_icon.png) no-repeat 5px 7px;
	border: 1px solid #dedede;
	
}


.SearchResult_Style01 {
	background: #eeeeee;
	padding: 25px;
}
.SearchResult_Style01 .Total {
	margin: 0 0 10px 0;
	text-align: right;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccbcb;
}
.SearchResult_Style01 .Total .hd {
	font-weight: 700;
}
.SearchResult_Style01 .Total .price {
	font-weight: 700;
	font-size: 22px;
	color: #ff0000;
	margin: 0 5px;
}
.TableStyle_04 .hd {
	font-weight: 700;
	white-space: nowrap;
}
.TableStyle_04 td {
	padding: 5px;
	border-bottom: 1px solid #ffffff;	
}
.TableStyle_04 .price {
	font-weight: 700;
	color: #ff0000;
	margin: 0 5px;
}

.SaveContainer {
	padding: 20px 20px 20px 200px;
	margin: 20px 0px 0px 0px;
	background: #ffffff url(../images/SaveBG.jpg) no-repeat left center;
}
.SaveContainer p {	
	margin: 5px 0px 5px 0px;
	line-height: 150%;
}
.BTN_Style02 {
	padding: 2px 5px;
	margin: 0px 5px;
	background: #f7f7f7;
	border: 1px solid #dedede;
	display: inline-block;
}

.Search_style02 {
	padding-left: 25px;
	color: #0075e9;
	background: url(../images/Search_Icon2.jpg) no-repeat 0 0;
	margin: 0px 10px;
}
.Search_style02:hover {	
	color: #ff711c;
}

.LargeBanner_inner {
	text-align: center;
	margin: 15px 0px;
}
.LargeBanner_inner a img {
	max-width: 580px;	
}
.LargeBanner_inner a img:hover {	
	opacity:0.7;
	filter:alpha(opacity=70);
}


.DL_Style03 {
	line-height: 180%;
}
.DL_Style03 dd dd {
	padding-left: 25px;
}

#LargeBTN_2Container {
	border: 1px solid #adf4aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f4fff4 url(../images/gradient_green_BG.jpg) repeat-x bottom;
}
#LargeBTN_2Container p {
	line-height: 100% !important;
}
#LargeBTN_2Container a.Button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 340px;
	/*height: 300px;*/
	cursor: pointer;	
}
#LargeBTN_2Container a.BTN_L {
	border-right: 1px solid #caf9c8;
}
#LargeBTN_2Container a.BTN_R {
	border-left: 1px solid #ffffff;
}
#LargeBTN_2Container a .TitleContainer {
	padding: 15px;
	/*height: 100px;*/
}
#LargeBTN_2Container a .TitleContainer .Sub_Title {
	font-size: 1.3em;
	font-weight: 700;
	color: #2cb02a;
	text-align: center;	
}
#LargeBTN_2Container a .TitleContainer .Title {
	font-size: 30px;
	font-weight: 700;
	color: #038c00;
	text-align: center;
	padding: 10px 35px 10px 0px;
	background: url(../images/Arrow_icon_03.png) no-repeat 205px center;
	margin: 30px 0px 0px 0px !important;
}
#LargeBTN_2Container a:hover .TitleContainer .Title {	
	color: #fc9a31;	
	background: url(../images/Arrow_icon_03_hover.png) no-repeat 205px center;
}
#LargeBTN_2Container a .DescripContainer {
	margin: 20px !important;
}
#LargeBTN_2Container a .DescripContainer p {
	background: #adf4aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;	
	color: #2cb02a;
}


.HeaderDescription_Style1 {
	background: #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px 0;
}
.HeaderDescription_Style1 .HeaderTitle {
	border-right: 1px solid #ffffff;
	width: 145px;
	padding: 10px 20px;
	display: inline-block;
	*display: inline;
	zoom:1;
}
.HeaderDescription_Style1 .HeaderTitle .Title {
	padding: 10px 35px 10px 0px;
	background: url(../images/ArrowDown_icon_01.png) no-repeat right center;
	color: #666666;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}
.HeaderDescription_Style1 .HeaderTitle .sub_Title {
	color: #666666;
	font-size: 1.3em;
	font-weight: 700;
}
.HeaderDescription_Style1 .Description {	
	width: 430px;
	display: inline-block;
	*display: inline;
	zoom:1;	
	vertical-align: top;
	padding: 20px 0 20px 15px;	
}
.HeaderDescription_Style1 .Description p {	
	
}
.Percent_5, .Percent_10, .Percent_15, .Percent_20, .Percent_25 {
	height: 12px;
	display: inline-block;	
	background: #e7d37a;
	margin-right: 10px;
}
.Percent_5 {
	width: 30px;
}
.Percent_10 {
	width: 60px;
}
.Percent_15 {
	width: 90px;
}
.Percent_20 {
	width: 120px;
}
.Percent_25 {
	width: 150px;
}

.DownloadBTNContainer {
	float: right;
	margin: 15px 0px 0px 5px;
}
.DownloadBTNContainer a {
	padding: 5px 5px 5px 25px;
	background: #f7f7f7 url(../images/download_icon.png) no-repeat 5px 7px;
	border: 1px solid #dedede;
}

#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;
	border-radius: 3px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a {
	border-bottom: 1px dotted #e8e8e8;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	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;
	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;
}

.BackToTop_2 {
	display: block;
	background: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0px;
	position: relative;
	height: 35px;
	line-height: 125%;
}
.BackToTop_2 a {
	padding: 0 0 0 15px;
	background: url(../images/bullet_top.png) no-repeat 0 3px;
	font-size: 0.9em;
	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;
}
#MainAdSmallOverView li a:hover {
	color: #038c00;
}
#MainAdSmallOverView li a .Info {
	display: block;
}
#MainAdSmallOverView li a .Info h2 {
	font-size: 1em;
	line-height: 130%;
	margin-bottom: 10px;
}
#MainAdSmallOverView li a .IMG {
	margin-bottom: 10px;
}
#MainAdSmallOverView li a .IMG img {
	width: 191px;
	display: block;
}

.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: 1em;}
.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:1.3em; 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:1.1em; padding:0 0 15px;}
/*.topNews-slider .sliderkit img {max-width: 400px;	max-height: 568px;height: 100%;}*/
.topNews-slider .sliderkit img {/*width: 400px;*/ max-height: 267px; height: auto;}

/**********************************************消息-上方4則廣告輪撥版本 END***************************************************************/

#FileDownloadContainer .FileDownBox {
	background: #e7e7e7;
	border: 1px solid #d2d2d2;
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}
#FileDownloadContainer .FileDownBox .FileDown {
	float: left;
	width: 334px;	
}
#FileDownloadContainer .FileDownBox .FileDown .FileType {
	float: left;
	margin: 0px 10px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info {
	float: left;
	background: #ffffff;
	width: 267px;
	min-height: 50px;
	position: relative;	
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
	max-width: 150px;
	margin: 5px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
	/*line-height: 50px;*/
	color: #009ae9;
	font-weight: 700;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
	color: #fcb631;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #f1f1f1;
	padding: 2px 10px;
	font-size: 0.9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.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%);
}

.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;
}

.MapContainer {
	width: 660px;
	margin: 0 auto;
}
#Map {
	width:437px;
}
.acc-links {
	width: 220px;
	margin: 30px 0 0 0;
}
.acc-links a {
	display: block;
	padding: 2px 0 2px 20px;
	margin: 2px 15px;
	background: url('../images/ArrowIcon_2_on.png') no-repeat 0 3px;
}

.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;
}

.Result-Style-2 .img, .Result-Style-2 .txt { display: inline-block; vertical-align: top;}
.Result-Style-2 .img{ width: 25%; padding: 0 15px; text-align: center;}
.Result-Style-2 .txt{ width: 65%}


.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{opacity:0.7;filter:alpha(opacity=70); /* For IE8 and earlier */}
.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;
}
/*廣告橫*/
#AdBannerContainer {
	width: 660px;
	height: 110px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#AdBannerHeader {
	position: absolute;
	top: 10px;
	left: 10px;
}
#AdBannerMore {
	position: absolute;
	top: 0px;
	right: 0px;
}
#AdBannerContainer .AdBanner {
	position: absolute;
	top: 45px;
	left: 35px;
}
#AdBannerContainer .AdBanner li {
	float: left;
}
/*廣告橫 END*/

.BlueHighLight {
	font-weight: 700;
	color: #009ae9;
}
.topic-Wrap{position:relative;} 
.topic-Wrap .tr{position: absolute; top:0; right:0;} 
.topic-Wrap .Submit {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;}
.topic-Wrap select {color:#878787;} 

.ConditionSearchContainer_2 {
	font-size: 0.9em;
	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;
}

.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;
}

.ListSelect {
	overflow: hidden;
}
.ListSelect p.InputWrap {
	margin-right: 5px;
}
.ListSelect p.InputWrap select{
	background: #038c00;
	display: block;
	border: 1px solid #23ae1f;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	color: #ffffff;
	padding: 3px 5px;
}

#QuickSearch .ListSelect p.InputWrap, #QuickSearch .ListSelect p.submitWrap{
	float: left;
}
#QuickSearch .ListSelect p.InputWrap select {
	min-width: 330px;
}

form#Mobilemenu-mainService, form#Mobilemenu {
	display: none;
}

#Mobilemenu-mainService, nav.sb-navbar, nav #Logo a.Logo_link, .mobile-select-menu {
	display: none;
}

.fastlink {
    width: 40%;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    background: #2CB02A;
}
.fastlink a {
    color: #fff;
}
.fastlink:hover {
    color: #2CB02A;
    background: #ccc;
}

/************test 測試用，可刪除************/
.slider-nojq {width: 658px;}
.slider-nojq img {width: 100%;}
.slides-nojq { width: 590px; margin: 0 auto;}
.slides-nojq li { width: 191px; display: inline-block; *display: inline; zoom: 1; margin: 0 1px;}
.slides-nojq li img { width: 191px; height: 54px;}
/************test 測試用，可刪除************/


#ContentsContainer #Contents .article ul.info_disc3 {
	float: left;
	height: auto;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	color:#000;
}
#ContentsContainer #Contents .article ul.info_disc3 li {
	color:#000;	
	padding-left: 10px;
}
.info_disc3 li .item {
	width:3%;
}
.info_disc3 li .item, .info_disc3 li .txt, .info_disc3 li .note {
	float:left;
	display:block;
}
.info_disc3 li .txt {
	width:96%;
	margin-bottom: 3px;
}

#ContentsContainer #Contents .article ul.info_disc3 dl dd {
    padding-left: 20px;
    margin-left: 2px;
    margin-bottom: 10px;
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
}



/* 無障礙使用 */
.input-label {
	display:none;
}

.hyperlink-txt{
	display:none;	
}
/* end of 無障礙 */

.FatFooterHeader strong a {
    font-size: 15px;
}