/********************************************************************
 * tree
 * 
 *******************************************************************/
 
#tree h1 {
	color : #666666;
	font-size : 110%;
	font-weight : bold;
	border-left : 6px solid #1a8f03;
	padding-left : 8px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin-bottom : 1em;
}

#tree dt {
	color : #000066;
	font-size : 100%;
	margin : 0 0 0.3em 17px;
	list-style: disc url("img/common/arrow_tolink_s.gif") outside;
	display : list-item;
}

#tree dd {
	margin-bottom : 1em;
}

#tree dl {
	margin-bottom : 1.5em;
}


#tree li {
	font-size : 90%;
	margin-left : 33px;
	line-height : 140%;
	list-style: disc outside;
	display : list-item;
}

