@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','微軟正黑體';
}

img{
	border:none;	
}
.clearall, .ca{
	clear:both;	
}
a{
	color:#000;
	text-decoration:none;
	outline:none;
}
caption{
	text-align:left;
	margin-bottom:15px;
}
*:focus{
    outline: none !important;
}
.purpleText{
	color:#923094;	
}
.greenText{
	color:#109951;
}
.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:201px;
	background:url(../images/bg_header.jpg) no-repeat;
	position:relative;
	border-bottom:5px solid #93278f;
}

#headerLogo{
	position:absolute;
	width:261px;
	height:32px;
	top:17px;
	left:33px;
}
#headerTitle{
	position:absolute;
	width:258px;
	height:54px;
	top:128px;
	left:32px;
}
#langs{
	width:85px;
	overflow:hidden;
	position:absolute;
	bottom:6px;
	right:11px;
}
#langs .lang{
	height:21px;
	overflow:hidden;
	float:left;
}
#langs .lang a{
	display:block;
	height:100%;
	width:100%;
}
.langOver{
	background-position:0px -21px !important;
}
.lhk{
	background:url(../images/lang_tc.png) no-repeat;	
	width:21px;
	margin-right:4px;
}
.lcn{
	background:url(../images/lang_sc.png) no-repeat;	
	width:21px;
	margin-right:4px;
}
.len{
	background:url(../images/lang_en.png) no-repeat;	
	width:35px;
}



/*--------------------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;
}
#menu18{
	border-bottom:1px solid #93278f;	
}
.menus{
	border-top:1px solid #93278f;
	font-size:15px;
	font-weight:bold;
}
.menus a{
	/*color:#959697;*/
	color:#595959;
	display:block;
	height:100%;
	padding:8px 18px;
}
.menus a:hover{
	color:#fff;
	background-color:#93278f;
}
.curMenu{
	color:#fff !important;
	background-color:#93278f !important;	
}
#mainCons{
	width:466px;
	float:left;
	margin:30px 0 30px 33px;	
}
.cons{
	padding:0 0 0 20px;	
}
.title1{
	font-size:26px;	
	font-weight:bold;
}
.title2{
	font-size:18px;	
	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 #ccc;
	margin-right:10px;
	color:#93278f;
	font-weight:bold;
	line-height:23px;
	text-align:center;
}
.curBM{
	border:1px solid #93278f !important;
	color:#fff !important;
	background-color:#93278f;
}
.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;
}