@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	background-color:#eee;
	font-size:14px;
	color:#000;
	line-height:150%;
	text-align:justify;
	text-justify:auto;
	font-family:'Microsoft JhengHei','微軟正黑體';
}

h1{
	margin-top:0;
}

h2, h3, h4{
	margin-top:0;
	margin-bottom:0;
}

.pic1{
	margin:0 0 10px 15px;
}

.td130{
	width:130px !important;
}
.trbt3{
	border-top:3px solid #000;
}

img{
	border:none;	
}
.clearall, .ca{
	clear:both;	
}
a{
	color:#000;
	text-decoration:none;
	outline:none;
}
caption{
	text-align:left;
	margin-bottom:15px;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 11px !important;
}
sub { 
  top: 0.4em;
   font-size:0.4em;
}

*:focus{
    outline: none !important;
}
.purpleText{
	color:#f7931e;	
}
.greenText{
	color:#6c804b;
}
.paddingB12{
	padding-bottom:12px;	
}
.paddingB14{
	padding-bottom:14px;	
}
.paddingB18{
	padding-bottom:18px;
}
.paddingU12{
	padding-top:12px;
}
.skipto{
	position:absolute;
	top:-1000px;
}
#mainWrapper{
	width:772px;
	margin:0;
	position:relative;
	background-color:#fff;
}

#header{
	height:300px;
	background:url(../images/bg_header.jpg) no-repeat;
	position:relative;
}

#headerLogo{
	position:absolute;
	width:261px;
	height:32px;
	top:17px;
	left:33px;
}
#headerTitle{
	position:absolute;
	width:258px;
	height:54px;
	top:128px;
	left:32px;
}
#fontSize{
	width:90px;
	overflow:hidden;
	position:absolute;
	bottom:24px;
	right:-6px;	
}
#fs{
	font-size:12px;
	line-height:22px;
}
#fm{
	font-size:14px;
	line-height:22px;
}
#fl{
	font-size:18px;
	line-height:18px;
}
.font_current a{
	color:#f7931e;
}
#fontSize .fsz{
	height:22px;
	overflow:hidden;
	float:left;
	width: 15px;
    margin-left: 2px;
	text-align:center;
	font-weight:bold;
}
#fontSize .fsz a{
	display:block;
	height:100%;
	width:100%;
	
}
#langs{
	width:90px;
	overflow:hidden;
	position:absolute;
	bottom:74px;
	right:25px;
}
#langs .lang{
	height:32px;
	overflow:hidden;
	float:left;
	
}
#langs .lang a{
	display:block;
	height:100%;
	width:100%;
	opacity:0;
}
.langOver{
	background-position:0px -32px !important;
}
.lhk{
	background:url(../images/lang_tc.png) no-repeat;	
	width:22px;
	margin-right:4px;
}
.lcn{
	background:url(../images/lang_sc.png) no-repeat;	
	width:22px;
	margin-right:4px;
}
.len{
	background:url(../images/lang_en.png) no-repeat;	
	width:38px;
}

.justifyText{
	text-align: justify;
}
.noWrap{
	white-space: nowrap;
}
	

/*--------------------contents-----------------*/
#contents{
	/*background:url(../images/bg_cons.png) no-repeat top left;	*/
}
#leftMenu{
	width:202px;
	height:100%;
	float:left;
	margin:30px 0 30px 26px;
}
#leftMenuImg{
	margin-left:-26px;	
}
#menu{
	list-style:none;
	padding:0;
	margin:0;
}

.menus{
	border-top:1px solid #fbc062;
	font-size:15px;
	font-weight:bold;
}
.menus a{
	/*color:#595959;*/
	color:#6c7e49;
	display:block;
	height:100%;
	padding:8px 18px;
}
.menus a:hover{
	color:#fff;
	background: #fbc062;
    background: linear-gradient(to right, #fbc062, #bcc686);
}
#menu18{
	border-bottom:1px solid #fbc062;
	margin-bottom:30px;
}
.curMenu{
	color:#fff !important;
	background: #fbc062 !important;
    background: linear-gradient(to right, #fbc062, #bcc686) !important;
}
#mainCons{
	width:466px;
	float:left;
	margin:30px 0 30px 33px;	
}
.cons{
	padding:0 0 0 20px;	
}
.title1{
	font-size:26px;	
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px solid #fbc062;
	margin-bottom:30px;
}
.title2{
	font-size:18px;	
	font-weight:bold;
}
.title2a{
	font-size:20px;	
	font-weight:bold;
}
.title3{
	font-size:22px;	
	font-weight:bold;
}


.conText{
	margin-bottom:15px;
	text-align:justify;
	text-justify: inter-ideograph;
}
.leftList{
	width:42px;
	float:left;	
}
.rightText{
	width:404px;
	float:left;
	margin-bottom:15px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.nonSpaceUL{
	margin:0 0 0 20px;
	padding:0;	
}
.conTable{
	border-collapse:collapse;	
}
.conTable td{
	text-align:left;
}
.conImg{
	margin:30px 0;	
	clear:both;
}
.conText{
	
}
.bMenu{
	text-align:center;	
}
.bMenu .bUL{
	list-style:none;
	margin:30px auto 0 auto;
	padding:0;
}
.bMenu .bUL li{
	cursor:pointer;
	float:left;
	width:23px;
	height:23px;
	border:1px solid #bcc686;
	margin-right:10px;
	color:#f7931e;
	font-weight:bold;
	line-height:23px;
	text-align:center;
}
.curBM{
	border:1px solid #f7931e !important;
	color:#fff !important;
	background-color:#f7931e;
}
.hidePage{
	display:none;	
}
.showPage{
	display:block;	
}
.remarkText{
  font-size:12px;	
}
.remarkUL{
	margin:0;
	padding:0;	
	list-style:lower-alpha;
}
.remarkUL li{
	margin-bottom:10px;
	
}
.alignRight{
	text-align:right;	
}
.alignCenter{
	text-align:center !important;	
}
.supText{
	font-size:12px;	
}

.part2Text{
	width:446px;
}