@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

h2{
	margin-bottom:33px;
}
.topicsWrap dl{
	overflow:hidden;
	line-height:2.38;
}
.topicsWrap dl dt{
	width:111px;
	float:left;
}
.topicsWrap dl dd{
	overflow:hidden;
}
.topicsWrap dl dd a{
	color: #ea5404;
	text-decoration: underline;
}
.topicsWrap dl dd a:hover{
	text-decoration: none;
}
#gNavi ul .selected a {
	background: url(../../common/img/nav_news_on.png) center no-repeat;
}
