@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000; background-color:#f9f9f9; margin:0px; padding:10px; overflow-y:scroll; }
p { margin:0px; padding:0px; }
a { color:#333333; }
a:hover { text-decoration:none; color:#FF0000; }
a img { border:none; }
img { max-width:100%; height:auto; }

.common_list { border-collapse:collapse; border-bottom:2px solid #999; }
.common_list tr th { background-color:#333; color:#fff; padding:4px; text-align:left; }
.common_list tr th a { color:#fff; text-decoration:none; }
.common_list tr th a:hover { color:#aaa; text-decoration:none; }
.common_list tr td { padding:2px; font-size:13px; }
.common_list tr:nth-child(odd) { background-color:#e0e0e0;}
.common_list tr:nth-child(even) { background-color:#eeeeee;}

h1 { font-size:18px; margin:0px; }
h2 { font-size:16px; margin:0px; }
h3 { font-size:14px; margin:0px; }
h4 { font-size:12px; margin:0px; }
h5 { font-size:12px; margin:0px; }
h6 { font-size:12px; margin:0px; }

span.note { font-size:10px; }