@charset "utf-8";

/* 	lande category style
---------------------------------------------------------- */
#topics div.categoryTitle {
	background:url(/common/images/other_bg01.jpg) no-repeat 50% 0;
	height:90px;
}

#topics .topicsSection .heading06 span {
	display: block;
	width:569px;
	margin-right:15px;
	float: left;
}
#topics .topicsSection .heading06 span.date {
	float: right;
	width:95px;
	margin-right:0;
	font-size: 86%;
	font-weight: normal;
	margin-top: 2px;
	text-align:right;
}


/* 	Clearfix Property
---------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}