
/* @group ***topics*** */

div.contents_topics {
	border: 1px solid #dddddd;
	height: 600px;
	position: relative;
}

div.contents_topics h2 {
	position: absolute;
	top: 27px;
	left: 35px;
}

div.contents_topics #topics_contents {
	width:550px;
	position: absolute;
	top: 25px;
	left: 200px;
	padding:0px 0 20px 0;
}

div.contents_topics #topics_contents h3 {
	width:400px;
	padding:0 0 5px 5px;
	float:left;
}

div.contents_topics #topics_contents p.news_release {
	width:120px;
	font-size:80%;
	text-align:right;
	float:right;
}

div.contents_topics #topics_contents .title {
	border-bottom:1px solid #CCCCCC;
	}

div.contents_topics ul {
	clear:both;
	margin-bottom:30px;
}
div.contents_topics ul li {
	padding:5px 0 5px 5px;
	border-bottom:1px solid #EEEEEE;
	line-height:1.4;
}
div.contents_topics ul li .lead {
	font-size:80%;
}





.title {
	overflow: hidden;
}

.title:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*＼*/
* html .title {
	height: 1em;
	overflow: visible;
}
/**/


/* @end */