@charset "utf-8";

/*===================== TOP PAGE wpTopics =====================*/
/*-------------- base --------------*/
* { 
	margin: 0; padding: 0; 
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
body.topics{
	padding:0; 
	background:#FFF;
}
body.topics p ,
body.topics td ,
body.topics th {
	font-size:10px;
	color:#666;
	line-height:1.4;
}
body.topics a:link,
body.topics a:visited{
	color:#F774B3;
	text-decoration: none;
}
body.topics a:hover,
body.topics a:active{
	color:#FBBAD9;
	text-decoration: underline;
}

/*-------------- Topics --------------*/
.topTopics{
	width: 235px;
}

.topTopics ul{
	width: 235px;
	list-style-type:none;
}
.topTopics ul li{
	width: 235px;
	padding:10px 0;
	float:left;
	background: url(../img/dotline.gif) no-repeat left bottom;
}
.topTopics ul li p{
	padding:5px 0 0;
}
.topTopics ul li p.day{
	padding-left:20px;
	background: url(../img/wp_icon.gif) no-repeat left center;
}

