@charset "utf-8";	
/* 載入 reset1 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,  
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
strong, th { font-weight: bold; }

a:link { color: #0000ee; }
a:active, a:visited { color: #0000ee; }
a:hover { color: #fa8500; }
a:hover, a:active { outline: none; }

input[type="radio"] { vertical-align: top; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

textarea { overflow-x: hidden; overflow-y: auto; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 載入 reset2 */
* {
	margin:0;
	padding:0;
	/*word-wrap:break-word;*/ /*自動換行*/
	/*word-break: normal;*/
	}

div, p, a, ul, li {	zoom: 1; }
table, th, td {	zoom: 1; }

/*  blockquote, address為Javascript */
h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, address {
	font-size:100%;
	border: none;			/*框*/
	list-style-type:none;
	}
		
img { border: none; }
	
img, input, select { vertical-align:middle; }	/*讓圖片跟文字垂直置中對齊*/

a	{
	text-decoration:none;	/*無底線*/
	hidefocus:expression(this.onFocus=this.blur());outline:none; /*隱藏連結虛線*/
	}

/* table */
table  {
	border-spacing: 0px;	/*cellspacing*/
	border: 2px;	/*border*/
	
}
table tr td , table tr th {
	padding: 0px;	/*cellpadding*/
	border-color: #CCC;
}