@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_wrap_main {
	margin-top:15px;
}
#tmp_contents {
	font-size:90%;
	line-height:1.5;
}
/* ==================================================
tab
================================================== */
a:link {
	color:#063EA3;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline
}
#tmp_news ul {
	list-style:none;
	background:url(../images/contents/tab_topics_bg.gif) repeat-x left bottom;
	font-size:0.1%;
	line-height:0.1;
	margin:0 0 19px;
}
#tmp_news li {
	float:left;
	margin:0 10px 0 0;
}
#tmp_news_cnt {
	padding:0 29px 0;
}
#tmp_news_cnt .banner{
	margin:0;
}
#tmp_news_cnt p.topics_btn {
	text-align:right;
}
* html #jhs,
* html #hs {
	height:1%;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_news ul:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
/* for IE7.0 */
*:first-child+html #tmp_news ul {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_news ul {
	height:1%;
}
