@charset "utf-8";
/* CSS Document */

/* http://www.minwt.com*/
/*v1.0 plus+ | 20090501 | by minwt*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/*
strong , span ,font
將所有css的樣式重新歸零
*/
html, body, div,  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,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	word-spacing: 1px;
	letter-spacing: 1px;
	font: normal 12px/1.86em  Verdana ,"新細明體",  "微軟正黑體","儷黑體";
}
select{
    font-size:10px;
}

ul , li , ol{
    /*margin-left:15px;*/
    /*padding:inherit;*/
}

.noListStyle , .noListStyle li , .noListStyle li ul , .noListStyle  li ul li{    
    margin:0px ;
	padding: 0px ;
    list-style: none;
}
strong , span ,font{
    margin:0;
    padding:0;
    line-height:166%;
}
.cp_html , .cp_html div ,
.cp_html h1,.cp_html h2,.cp_html h3,.cp_html h4,.cp_html h5,.cp_html h6,.cp_html p,.cp_html blockquote,.cp_html pre,
.cp_html a,.cp_html abbr,.cp_html acronym,.cp_html address,.cp_html big,.cp_html cite,.cp_html code,
.cp_html del,.cp_html dfn,.cp_html em, .cp_html img,.cp_html ins,.cp_html kbd,.cp_html q,.cp_html s,.cp_html samp,
.cp_html small,.cp_html strike, .cp_html sub,.cp_html sup,.cp_html tt,.cp_html var,
.cp_html b,.cp_html u,.cp_html i,.cp_html center,
.cp_html dl,.cp_html dt,.cp_html dd,
.cp_html fieldset,.cp_html form,.cp_html label,.cp_html legend,
.cp_html table,.cp_html caption,.cp_html tbody,.cp_html tfoot,.cp_html thead,.cp_html tr,.cp_html th,.cp_html td {
/*	margin:inherit;
	padding: inherit;*/
	/*border: inherit;*/
	outline: inherit;
	word-spacing: inherit;
	letter-spacing: inherit;
	font: inherit;
    font-size:medium;
}
.cp_html ul ,.cp_html  li ,.cp_html ol{

}

.cp_html li{
    line-height:1.4em;
}
.cp_html p{
    margin:1em 0 ;
    padding:auto ;
}

/*
.reset body,.reset div,.reset dl,.reset dt,.reset dd,.reset ul,.reset ol,.reset li,.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6,.reset pre,.reset form,.reset fieldset,.reset input,.reset p,.reset blockquote,.reset th,.reset td{margin:0;padding:0;font-size: 100% !important;}
.reset table{border-collapse:collapse !important;border-spacing:0 !important;}
.reset fieldset,.reset img{border:0 !important;}
.reset address,.reset caption,.reset cite,.reset code,.reset dfn,.reset em,.reset strong,.reset th,.reset var{font-style:normal !important;font-weight:normal !important;}
.reset ol,.reset ul {list-style:none !important;}
.reset caption,.reset th {text-align:left !important;}
.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6{font-size:100% !important;}
font{font-size:inherit !important;}
*/
strong{font-weight:bolder ; }



div{/*overflow:auto;*/ /*width:100%;*/}
/*ol,.ul {list-style: none;}*/
a{text-decoration:none;}
/*hr,.br{clear:both;}*/

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
