#contents ul{
	list-style-type:none;
	font-size:13px;
	text-indent:0px;
	padding:5px;
	margin:0;	
}
#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;
	}