﻿@import "sub_common.css";
.treenode {
	font-weight: bold;
	margin-top: 1em;
}
.treenode li {
	font-size: 75%;
	font-weight: normal;
	padding: 10px;
	background-color: #F0FFD9;
	border: 1px dotted #80D100;
	margin-top: 0.5em;
	line-height: 1.7em;
	margin-bottom: 2em;
}
.treemenu {
	list-style-type: none;
	position: relative;
	top: 30px;
	left: 50px;
	width: 700px;
}
.treenode ul {
	list-style-type: none;
	position: relative;
	left: 17px;
	width: 680px;
}
.treenode a {
	color: #456e9c;
}

