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

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

/* トピックス */
#topics{
	width:590px;
	padding:20px 0 0 25px;
}
table.topicTitle{
	margin:5px 15px;
	padding-left:3px;
	font-weight:bold;
	font-size: 90%;
}
.date{
	border-left:3px solid #4068AA;
	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:#4068AA;
	font-size:110%;
	margin: 0 0 0 5px;
}
table.topics{
	width:560px;
	margin:5px 15px;
}
img.topicImg{
	margin-right:15px;
}
