@charset "utf-8";

/* CSS Reset是一整套的CSS設定，用來統一各瀏覽器的不同內建值 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* { margin:0; padding:0;} /*104增加的*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight:normal;*/ font-weight: inherit; /*Eric Meyer的*/
	font-style: inherit; /*Eric Meyer的*/
	font-size: 100%;
	/*font-family: inherit;*/ /*Eric Meyer的*/
	vertical-align: baseline;
	background: transparent; /*104增加的*/
	
}
/* remember to define focus styles! */
:focus { outline: 0;}

/*...1em۷16pxrŤjpAr氪w1.5em۷Z15pxAletter-spacing:1px۷rZ70...*/
body { 
	margin:0 auto; /*104增加的*/
	font:1em/1.5em Verdana, Arial, Helvetica, sans-serif; /*104增加的*/
	letter-spacing:1px; /*104增加的*/
	line-height: 1; 
	color:#333; 
	/*background: white;*/ /*Eric Meyer的*/
}
a { /*color:#005588;*/ color:#003399; text-decoration:none; outline: none;}
a:hover { text-decoration: underline;}
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote, q { quotes: none;}

/* remember to highlight inserts somehow! */
ins { text-decoration: none;}
del { text-decoration: line-through;}

/*...表單設定...*/
input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing:1px; vertical-align:middle;}
input[type="checkbox"] { margin:0; padding:0; vertical-align:middle;}
input[type="radio"] { margin:0; padding:0; vertical-align:middle;}
input[type="submit"] { vertical-align:middle;}
input[type="text"] { border:1px solid #424242; border-bottom:1px solid #afafaf; border-right:1px solid #7f7f7f; height:19px; line-height:19px;}
/*input[type="button"], input[type="submit"] { border:1px solid #424242; border-bottom:1px solid #afafaf; border-right:1px solid #7f7f7f;  height:19px; line-height:19px; cursor:pointer;}*/

br {letter-spacing:normal;} /*修正IE上br letter-spacing的問題*/
