#contents {
	margin:1em;
}
#contents ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type:none;
	margin: 0.5em 0 1em 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9D1;
}
#contents li {
	padding: 0.1em 0em 0.2em 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9D1;
}
#contents li:hover {
	padding: 0.1em 0em 0.2em 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9D1;
	background-color: #F8F8EF;
}
#contents ul a {
	font-weight:normal;
	text-decoration:underline;
}
#contents ul a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#333333;
}


