@charset "utf-8";
/* CSS Document */
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, div, th, td, dl, dt, dd, pre, code, form, fieldset, legend, input, button, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
}
body {
	
	line-height: 1;
	font-size: 13px;
	font-weight: normal;
	vertical-align: baseline;
	color: #040404;
	width: 100%;
	background-color: #FFFFFF;
	overflow-y: scroll;  
	font-family: "微軟正黑體";
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style:none;
}
img, fieldset { border: 0; }
img {
	vertical-align: middle;
}
a { outline: none;
    behavior:expression(this.onFocus=this.blur()); /* for IE */ }
input,button,select,textarea {outline:none}
textarea {resize:none}