@charset "utf-8";

/*CSS Reset*/
body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, th, td{
margin:0;
padding:0; 
}

table { width:100%; }
table, th, td { border-collapse:collapse; border-spacing:0; vertical-align:top; }
iframe, img { border:0; }
input, select { vertical-align:middle; }
h1, h2, h3, h4, h5, h6, th { font-size:100%; font-weight:normal; }
dl, dd, dt, p, h1, h2, h3, h4, h5, h6,textarea{ display:block; }


img {
	border-width:0px;
}


/** 隱藏連結虛線 **/
a{
	hidefocus:expression(this.onFocus=this.blur());
	outline:none;
}
