@charset "utf-8";

ul.item { width: 580px; margin-right: auto; margin-left: auto; margin-bottom: 10px; }
ul.item li {
	font-size: 120%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/arrow.gif);
	display: block;
	background-position: 7px 3px;
	list-style-type: none;
	line-height: 130%;
	float: left;
	width: 540px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #96A0AD;
}



