/* トピックスページ用CSS */

#topics{
	width:590px;
	padding:20px 0 0 25px;
}
table.topicTitle{
	margin:5px 15px;
	padding-left:3px;
	font-weight:bold;
}
.date{
	border-left:3px solid #339933;
	padding-left:8px;
}
table.topicTitle td{
	vertical-align:top;
}
table.topicTitle td.dotline{
	background-image:url(../images/topics.gif);
	background-repeat:repeat-y;
	width:13px;
}

#contents h3.topicTitle{
	color:#339933;
	font-size:110%;
	border:none;
	margin:0;
}
table.topics{
	width:560px;
	margin:5px 15px;
}
img.topicImg{
	margin-right:15px;
}