/* CSS Document */

/* 各ページ内容 */
#CONTENT{
width:675px;
margin:0 30px;
float:none;
}

h2{
margin:0 0 20px 0;
padding:0 0 3px 0;
line-height:0;
border-bottom-color:#FF0000;
border-bottom-style:solid;
border-bottom-width:1px;
}

#CONTENT table{
margin:10px 0 20px 0;
}

#CONTENT table td{
padding:10px 0;
border-bottom:1px dashed #999999;
}

#CONTENT table td.td_last{
padding-top:10px;
border-bottom:none;
}

#CONTENT table .topic_title{
width:10em;
font-size:100%;
padding-left:0.7em;
}

#CONTENT table .topic_title_{
width:10em;
font-size:100%
}


#CONTENT table .notes{
font-size:80%;
padding-left:1px;
}

#CONTENT .point{
color:#FF0000;
}