@charset "utf-8";
/*----------------------------------------------------------
	File Name		index.css
*/
/*----------------------------------------------------------
	unitNews
-----------------------------------------------------------*/
div#unitNews {
	width: 100%;
}
div#unitNews h2 {
	width: 100%; height: 29px;
	background: url(../images/index/h_news.gif) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
div#unitNews ul {
	width: 100%;
}
div#unitNews ul li {
	padding: 8px 0;
	background: url(../images/common/line_dot.gif) repeat-x 0 bottom;
	line-height: 12px;
}
div#unitNews ul li em {
	display: block;
	margin-bottom: 4px;
	font-size: 63%;
	font-weight: bold;
	line-height: 1.2em;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #db1f16;
}
div#unitNews ul li span {
	font-size: 75%;
	line-height: 1.4em;
}
div#unitNews ul li span a {
}
div#unitNews p.more {
	margin-top: 8px;
	font-size: 75%;
	text-align: right;
}
div#unitNews p.more a {
	padding-left: 16px;
	background: url(../images/index/icon_arrow_more.gif) no-repeat 0 center;
}

div#unitNews ul li img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #666;
}
