@charset "utf-8";
/* CSS Document */

/*topics----table-set*/
.border_top{border-top:1px dashed #ccc;}

#topics_table{
border-collapse:collapse;
width:470px;
font-size:12px;
}


#topics_table th{

text-align:left;
padding:12px 12px 12px 30px;
font-weight:bold;
vertical-align:top;
border-bottom:1px dashed #ccc;
background-image:url(topics_arrow.gif);
background-repeat:no-repeat; background-position:5px 15px;
}

#topics_table td{
padding:12px 12px;
border-bottom:1px dashed #ccc;
}

/*------------------------------------------------------------------------リンク文字色*/
#topics_table a:link			 {color: #69C;text-decoration:none;}
#topics_table a:visited		 {color:#ccc;text-decoration:none;}
#topics_table a:active		 {color:#1d2088;text-decoration:none;}
#topics_table a:hover			 {color:#CCCC33;text-decoration:underline;}