@charset "utf-8";
/* CSS Document */
body,div,td,input,textarea {
	font-size:12px;
	font-family:  Arial,Verdana,"細明體", "新細明體","MingLiU";
	color:#666666; /*all font color*/
	word-wrap: break-word;
	line-height:20px;
	-webkit-text-size-adjust:none;	/*make chrome support < 12px*/
}
a,span {
	font-size:12px;
	font-family:  Arial,Verdana,"細明體", "新細明體","MingLiU";
	word-wrap: break-word;
	-webkit-text-size-adjust:none; 
}
a {
	text-decoration: none;
	outline: none; /* for Firefox */
    behavior:expression(this.onFocus=this.blur()); /* for IE */
}
li { zoom:1; vertical-align:middle;}
img{border:0;}
.bold{font-weight:bold;}
.require{color:#c10000;}
.orange{color:#e54700;}
.fontSize_15{font-size:15px;}
.fontSize_13{font-size:13px;}
.green{color:#006a73;}