@charset "utf-8";
/* CSS Document */
/*base styles*/
body { text-align:center; font-family:simSun, arial; margin:0; padding:0; background:#FFF; font-size:12px; color:#686868; }
div, form, p, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; border:0; }
ul, ol, li { list-style-type:none; }
table, td, tr, th, input, select { font-size:12px; }
input { font-family:Arial; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
table { border-collapse:collapse; }
hr { clear:both; border-width:0; border-top:1px solid #ccc; border-bottom:1px solid #FFF; height:2px; overflow:hidden; }
i { font-size:14px; color:red; font-style:normal; margin:0 5px; }
/*link*/
a:link { color:#666; text-decoration:none; }
a:visited { color:#666; text-decoration:none; }
a:hover { color:#bc2931; text-decoration:underline; }
a:active { color:#bc2931; }
/*font*/
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.fb { font-weight:800; }
.fl { float:left; }
.fr { float:right; }
.f300 { font-weight:400; }
.red { color:#e92701; }
.orange { color:#ff5a01; }
.black { color:#000; }
.blue { color:#005fcb; }
.gray { color:#b2b2b2; }
.white { color:#fff; }
.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both; height:0px; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.a_underline:link, .a_underline:visited, .a_underline a:link, .a_underline a:visited { text-decoration:underline; }
.noime { ime-mode:disabled; }
/*foot styles*/
#botlink { height:20px; line-height:20px; border-top:1px solid #ccc; padding-top:10px; margin-top:10px; }
#copyright { padding-bottom:20px; line-height:20px; color:#666; }
#copyright a:link, #copyright a:visited { color:#666; }
