@charset "utf-8";	/*使用する文字コード*/

div#contents ul {
	margin: 0 0 15px;
	padding: 0;
}
div#contents .tree ul {
	padding:0 0 10px 10px;
	margin: 0;
	background-image: url("../images/ul.gif");
	background-position: 0 15px;
	background-repeat: repeat-y
}
div#contents .tree ul ul {
	padding-bottom: 0;
}
div#contents .tree li {
	list-style-type: none;
	font-size: 95%;
	margin: 0px;
	padding: 2px 0 0 24px;
}
div#contents .tree a {
}
div#contents .tree li li {
	padding-top: 10px;
	font-size: 100%;
	background-image: url("../images/li.gif");
	background-position: 1px 16px; 
	background-repeat: no-repeat;
}

div#contents .tree span.description {
	display: block;
	font-size: 80%;
	color: #888;
	margin-left: 10px;
}