/* CSS Document */

/* 各ページ内容 */

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

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

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

#CONTENT table td.topic_title{
	width:9em;
}

#CONTENT .link{
color:#666666;
padding-left:10px;
background-image: url(../images/link_point_r.gif);
background-position: left;
background-repeat: no-repeat;
}




