/* CSS Document */

/* 各ページ内容 */

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

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

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

#CONTENT table td.topic_title{
	width:7em;
	color: #FF0000;
}

#CONTENT table td ul li{
list-style-type:disc;
}

#CONTENT ul{
margin-left:20px;
}
