/* ================== css reset ================== */
body { margin:0; padding:0; font-size:12px; }
p, ul, ol, dl, dt, dd, h1, h2, h3, form { margin:0; padding:0; }
img { border:0; vertical-align:middle; }
li { list-style:none; }
input, select, textarea { vertical-align:middle; font-size:12px; }
a { color:#ff6600; text-decoration:underline; }
a:hover { color:#f00; text-decoration:underline; }
div, dl, ul { zoom:1; }
div:after, ul:after, dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
/* ================== block define ================== */
.wrap { width:470px; height:445px; overflow-x:hidden; overflow-y:scroll; background:#d5e4f3; padding:5px 5px 0; border-bottom:5px solid #d5e4f3; }
.table { border-collapse:collapse; background:#fff; width:468px; }
.table th, .table td { border:1px solid #d5e4f3; padding:5px; color:#07249e; }
.table th { color:#3782ea; font-weight:normal; }
