@charset "utf-8";
h3{
	margin: 5px 0 1em;
	border-bottom: 5px solid #93c499;
	padding: 3px 0;
	font-weight: bold;
	color: #75a77b;
}

.static_content{
	line-height: 1.8;
	margin: 0 10px;
}

div#tree{
	margin:15px 0 50px;
}
div#tree ul{
	text-align: left;
	margin:5px 0 15px 20px;
	padding:0;
}
div#tree ul li{
	line-height:1.9;
	text-align:left;
	list-style-image:url(../imgdr/common/cursor.gif);
}
div#tree ul li ul, #tree ul.sec li ul {
	margin-left:30px;
}
div#tree ul li.sec{
	border:0;
	list-style-image:url(../imgdr/common/cursor02.gif);text-indent:0px;
}
div#tree ul li.home{
	border:0;
	list-style-image:url(../imgdr/common/cursor03.gif);
	text-indent:0px;
	font-weight:bold;
	margin-bottom:15px;
}
div#tree li a{
	text-decoration:underline;
}

