/* トップページ用CSS */

/* 愛のポイント協会とは？ */
#info{
	width:590px;
	padding:13px 0 0 25px;
}
#info p{
	background-image:url(../images/topInfoBg.jpg) ;
	padding:0 15px;
	margin:0;
}

/* トピックス */
#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;
}

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