@charset "utf-8";
/* CSS Document */

/**************************************************************************************************/
/*                               圖片樣式                                                         */
/*************************************************************************************************/
.img-left{
	float:left;
}

.img-right{
	float:right;
}

.img-border-gray-1{
	border:#cccccc 1px solid;
}
	

/**************************************************************************************************/
/*                               文字樣式                                                         */
/*************************************************************************************************/
.txt_coffice_15{
	font-size:15px;
	line-height:18px;
	color:#644719;
	font-family:"微軟正黑體";
	font-weight:bold;
}


.txt_black_11_18{
	font-size:11px;
	color:#555555;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}

.txt_black_11_16{
	font-size:11px;
	color:#333333;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}

.txt_black_12_16{
	font-size:12px;
	color:#333333;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}

.txt_black_12b_16{
	font-size:12px;
	color:#333333;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-weight:bold;
}

.txt_black_16b_18{
	color:#505050;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

.txt_black_20_20{
	color:#333;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-size:20px;
	line-height:18px;
	margin:0px;
}

.txt_gray_12_16{
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-size:12px;
	color:#666;
	line-height:16px;
}


.txt_gray_11_16{
	font-size:11px;
	color:#999999;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}

.txt_blue_11b_16{
	font-size:11px;
	color:#4371ca;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-weight:bold;
}

.txt_blue_11b_16-2{
	font-size:11px;
	color:#606e78;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-weight:bold;
}

.txt_blue_11_16-2{
	font-size:11px;
	color:#6e8594;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}
.txt_green_15{
	font-size:12px;
	line-height:18px;
	color:#61814f;
	font-family:"新細明體";
	font-weight:bold;
}
.txt_green_15-2{
	font-size:15px;
	line-height:18px;
	color:#5f680f;
	font-family:"微軟正黑體";
	font-weight:bold;
}
/**************************************************************************************************/
/*                               連結樣式                                                         */
/*************************************************************************************************/


/*----------------org-----------------------*/

.link_org_11{
	font-size:11px;
	color:#ff9900;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}
.link_org_11 a:link{
	color:#ff9900;
	text-decoration:underline;
}
.link_org_11 a:hover{
	color:#ff9900 !important ;
	text-decoration:none;
}	
.link_org_11 a:visited{
	color:#ff9900;
	text-decoration:underline;
}


.link_org_12b{
	font-size:12px;
	color:#ff9900;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-weight:bold;
}
.link_org_12b a:link{
	color:#ff9900;
	text-decoration:none;
}
.link_org_12b a:hover{
	color:#ff9900 !important ;
	text-decoration:underline;
}	
.link_org_12ba:visited{
	color:#ff9900;
	text-decoration:none;
}

.link_org_14b{
	font-size:14px;
	font-weight:bold;
	color:#ff9900;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}
.link_org_14b a:link{
	color:#ff9900;
	text-decoration:none;
}
.link_org_14b a:hover{
	color:#ff9900 !important ;
	text-decoration:underline;
}	
.link_org_14b a:visited{
	color:#ff9900;
	text-decoration:none;
}

/*----------------black-----------------------*/
.link_black_12b{
	color:#333333;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-weight:bold;
}
.link_black_12b a:link{
	color:#333333;
	text-decoration:none;
}
.link_black_12b a:hover{
	color:#ff9900 !important ;
	text-decoration:underline;
}	
.link_black_12b a:visited{
	color:#333333;
	text-decoration:none;
}

/*----------------White-----------------------*/

.link_White_11{
	font-size:11px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}
.link_White_11 a:link{
	color:#fff;
	text-decoration:none;
}
.link_White_11 a:hover{
	color:#fff !important ;
	text-decoration:underline;
}	
.link_White_11 a:visited{
	color:#fff;
	text-decoration:none;
}

/**************************************************************************************************/
/*                               項目樣式                                                         */
/*************************************************************************************************/
.ul3 {
	font-size: 11px;
	color:#999;	
	list-style-position: outside;
	padding-top:10px;
	line-height:18px;
	list-style-type:none;
	margin-top:0px;
	font-weight:bold;
}
.ul3 li{
	padding-bottom:9px;
}
.ul3 a:link {
	color:#999;	   
	text-decoration: none;
	line-height: 18px;	
	}
.ul3 a:hover {
	color:#999;	    
	text-decoration: underline;
	}
.ul3 a:visited {
	color:#999;	    
	text-decoration: none;
	}