.color_yellow{
	color:#e8e0ac;
}

.font_small{
	font-size:0.8em!important;
}
.font_type{
font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";	
}


/* ---------------------------------------------------------
 *	背景圖的底色與透明度，背景圖在init.js的第20行設定
 * --------------------------------------------------------- */

.backstretch:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: rgba(0,0,0,0.0); /**/
	z-index: 100;
}