@charset "utf-8";

div#main ul {
	margin: 0px 0px 0px 10px;
	list-style: none;
	}
div#main ul li {
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon_check.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.5;
	}
