@charset "utf-8";
/* CSS Document */

ul.newsBody {
	padding-bottom:20px;
	margin:0 15px;
}

ul.newsBody li {
	padding-left:15px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	background:url(../img/common/icon_triangle.gif) left 5px no-repeat;
}

ul.newsBody li a {
	padding-right:20px;
}

h2 {
	position:relative;
}

h2 span.rss {
	position:absolute;
	display:block;
	right:20px;
	top:10px;
	text-indent:-9999px;
}


h2 span.rss a {
	display:block;
	width:28px;
	height:19px;
	text-indent:-9999px;
	background:url(../img/news/rss.gif) left top no-repeat;
}

h3.h3TypeNews {
	position:relative;
	padding-top:20px;
	padding-bottom:15px;
	padding-left:55px;
	padding-right:140px;
	margin:0 15px;
	margin-bottom:15px;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	background:url(../img/news/icon_news.gif) left top no-repeat;
}

h3.h3TypeNews span {
	position:absolute;
	right:0px;
	top:25px;
	width:135px;
	height:30px;
	overflow:hidden;
	font-size:1.0em;
	font-weight:normal;
}


div.entBody {
	margin:0 15px;
}


div.entBody img.mt-image-right {
	float:right;
}

div.entBody img.mt-image-left {
	float:left;
}







