@charset "utf-8";

/* ==================================================
topics
================================================== */
#tmp_topics {
	
}
#tmp_topics_ttl {
	padding:0 9px 9px;
	background:url(../images/topics_bg.jpg) repeat-x left bottom;
}
#tmp_topics_ttl h2 {
	float:left;
	padding:6px 0 0 0;
}
#tmp_topics_ttl p {
	float:right;	
}
#tmp_topics_cnt {
	padding:10px 7px 0;	
}
* #tmp_topics_cnt {
	width:100%;	
}
/* ==================================================
banner
================================================== */
#tmp_banner ul {
	list-style:none;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_banner li {
	margin:0 0 5px 0;
}
#tmp_banner .last {
	margin:0;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_topics_ttl:after,
.clearfix:after {
	content:""; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
/* for IE7.0 */
*:first-child+html #tmp_topics_ttl,
*:first-child+html .clearfix {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_topics_ttl,
* html .clearfix {
	height:1%;
}