ul{
	font-size:14px;
	padding:0;
	margin:0;
	list-style-type:none;
}
#contents li{
	text-indent:1em;
	line-height:150%;
	border-bottom:dashed 1px #666600;

	}
#contents a{
	text-decoration:none;
	color:#660000;
	display:block;
}
#contents a:hover{
	color:#660000;
	background-color:#FFFF99;
	}
#contents td{
	vertical-align:top;
	}