*{
	margin: 0;
	padding:0;
	-webkit-box-sizing:border-box;/*照顧Android2*/
	box-sizing:border-box;/*解除padding跟寬度的關係 因為很好用所以加在全部指令這 P18*/
}/*代表全部 簡易的 Reset.css*/

html, body {
	font-family:Arial, Helvetica,'微軟正黑體', sans-serif;
	font-size: 15px;
	background-image:url(../images/bg03.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color:#666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#7c4902;
}
a:active {
	text-decoration: none;
}
img {
	border: 0
}

#box01{ 
	width:1000px; 
	margin:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#;
	overflow:hidden;
	}

.color_O1{ color:#f08f00;}
.color_R1{ color:#ff0000;}
.color_B1{ color:#03C;}
.color_B2{ color:#06C;}
.color_B3{ color:#039;}
.color_W1{ color:#FFFFFF;}
.color_C1{ color:#844200;}
.color_G1{ color:#1d5229;}
.color_G2{ color:#588477;}
.dotted_01{ border-bottom:#CCC solid 1px;}
.highta01{ line-height:25px;}

.Crude01{ font-weight:bold;}
.tex0{ text-indent:-99999px; /*文字消失*/ }
.tex06 td {
    line-height: 25px;
    padding: 5px;
    font-family: Arial, Helvetica,'微軟正黑體', sans-serif;
	
}

.ma01{width: 130px; height: 30px; line-height: 30px; text-align: center; margin: 0 auto; border-radius: 18px; font-weight: bold; color:rgba(41,61,88,1.00);
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.ma01 a{width: 130px; height: 30px; line-height: 30px; text-align: center; margin: 0 auto; border-radius: 18px; font-weight: bold; color:rgba(41,61,88,1.00);
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ text-decoration: none;}

.clear_both {clear:both;}