@charset "utf-8";
/* ニューストピックス */
* html .newsttl {
	behavior: expression(IEPNGFIX.fix(this));
}

.newsttl {
	background-image: url(../news/images/ttl.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 192px;
}

.news h5 {
	font-size: 1.5em;
	color: #CC6666;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.news p {
	margin-bottom: 10px;
}

.newslist td {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
