@charset "utf-8";
/* CSS Document */
#news ul {
	margin:0px 35px 0px 35px;
}

li.frontnews {
	float:left;
	list-style-type:none;
	position:relative;
	padding-bottom:7px;
}
li.frontnews h2{
	font-size:12px;
	/*margin:24px 24px 0;
	width:150px;*/
	clear: both;
	float: left;
}
li.frontnews h2 strong {
	margin: 0pt;
	float: left;
	position: relative;
	clear: both;
	display: block;
}
li.frontnews h2 strong span {
	margin: 0pt;
	float: left;
	position: relative;
	display: block;
	width: 165px;
}
li.frontnews h2 a{
	color:#726F6F;
	display:block;
	float:left;
	text-decoration:none;
	width:387px;
	}
li.frontnews h2 a:hover{
	text-decoration:underline;
	}
li.frontnews div.newstext{
	width:150px;
	font-size:10px;
	margin:0px 24px;

}
li.frontnews span.newsreadmore{
	width:150px;
	font-size:10px;
	margin:0px 24px;
	position:absolute;
	bottom:17px;

}
li.frontnews span.newsreadmore a, li.frontnews span.newsreadmore a:visited {
	text-decoration:none;
	color:#726f6f;
}
li.frontnews span.newsreadmore a:hover{
	text-decoration:underline;
	}

