@charset "utf-8";
/* CSS Document */

/*---トピックスページ---*/

#topics table{
	border-style:none;
	margin-left:0px;
	margin-top:20px;
	}

#topics th{
	width:100px;
	font-size:14px;
	line-height:2em;
	vertical-align:top;
	}
	
#topics td{
	width:550px;
	font-size:14px;
	line-height:2em;
	vertical-align:top;
	border-bottom:#CCC dashed 1px;
	}

#topics tr{
	width:650px;
	}