@charset "utf-8";

/* CSS Reset v2.0 | 20110126 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font:inherit; /* 文字繼承 */
	font-family: "微軟正黑體",Verdana, Geneva, sans-serif;
	vertical-align:baseline; /* 與父矩格的基準線對齊。如果此元素沒有基準線，則以其底部對齊。*/
	-webkit-text-size-adjust:none;/*google瀏覽器字體大小鎖定解除*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}

body { line-height:1;}

ol, ul, li { list-style:none;}

blockquote, q {	quotes:none; /*嵌套引用（embedded quotation）的引號類型*/}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}

table {
	border-collapse: collapse; /*所有的邊線都連在一起，此為預設值。*/
	border-spacing:0px;
}

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