@charset "utf-8";
/* CSS Document */
/************************* reset ***********************/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,select,textarea { margin:0; padding:0;}
body { font-size:12px; font-family:'宋体',simsun;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight:normal; font-size:100%; }
fieldset,img,iframe { border:none; }
input { vertical-align:middle;}
table { border-collapse:collapse; border-spacing:0;}
input, button, textarea, select, optgroup, option {font-family:inherit ;font-size:inherit; font-style:inherit; font-weight:inherit;}
input, button, textarea, select {*font-size:100%;border:0;}
ol,ul {list-style:none;}
iframe{ display:block; overflow:hidden; width:100%}

/************************* font color ***********************/

.color_green { color:#390;}
.color_red { color:#F30;}
.color_dred { color:#933;}
.color_orange { color:#f06603;}

/************************* text-align ***********************/

.text_lr{text-align:justify; text-justify:inter-ideograph;}

/************************* <a> ***********************/

a { text-decoration:none; color:#333;}
a:hover { text-decoration:underline; color:#1254b4;}

/************************* clear float ***********************/

.clearer { height:0; margin:0; padding:0; line-height:0.01em; font-size:0.01em; display:block; clear:both;}