@charset "utf-8";
/* CSS Document */

/* 清除預設值 */
a:link {
	    color: #002b5c;
        text-decoration: none;
}
a:visited {
	    color:#002b5c;
        text-decoration: none;
}
a:hover {
	    color: #002b5c;
        text-decoration:underline;
}
a:active {
	    color:#002b5c;
        text-decoration: none;
}
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

body {
	font-size:93%;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	line-height:1.231;
	vertical-align: baseline;
	background-color:#eee7df;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

