@charset "Shift_JIS";
/* CSS Document */

body{width:100%;}

#topics_table{
width:100%;
border-collapse:collapse;}

#topics_table th{
width:100px;
border-bottom:1px solid #CCC;
font-size: 12px;
color:#e60000;
font-weight:bold;
padding:8px 0;
vertical-align: top;}

#topics_table td{
border-bottom:1px solid #CCC;
font-size: 12px;
color:#333;
padding:8px 0;
text-align:left;}