/* リストのデザイン用ＣＳＳ */

ul {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6em;
	border-top: 0;
	border-left: solid #ff3300 1px;
	border-right: solid #ff3300 1px;
	border-bottom: solid #ff3300 1px;
	margin: 0px 5px 15px 5px;
	padding: 8px 13px 8px 5px;
	}

li {
	background-image: url(listmark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 5px 5px 5px;
	padding: 0 0 0 28px;
	}
