/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview .hover {
	cursor: pointer;
	text-decoration: underline;
}


.filetree span.tree, .filetree span.file {
	display: block;
	padding-left: 12px;
}
.filetree span.tree {
	background-image: url(../img/maru2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #543f39;
}
.closed {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadbc6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.syosai {
	margin-bottom: 10px;
	padding-left: 12px;
	padding-top: 10px;
}
.syosai a {
	color: #336633;
}
.syosai li {
	margin-bottom: 10px;
}

.filetree li.expandable span.tree {
	background-image: url(../img/maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
