@charset "utf-8";
/* CSS Document */

/* news list */
#newsList {
	margin-top: 0;
	margin-bottom:10px;
}
#newsList ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#newsList ul li {
	border-bottom: 1px dotted #209601;
}
#newsList ul li .newsDate {
	background: url(../images/arrow.png) 2% 50% no-repeat;
	display: block;
	padding: 5px 0 5px 3em;
	width: 100%;
}
#newsList ul li .newsInfo {
	display: block;
	padding: 10px;
	text-indent: 3em;
	width: 100%;
}
#news ul.number {
	list-style: none;
	text-indent: -1.5em;
}
#news ul.caution {
	padding-left: 1em;
	list-style-type: disc;
}