/* CSS Document */

dl.def {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0.5em 1.0em;
	background-color: #eeeeff;
		/*border-top: 1px solid #bbbbdd;
	border-bottom: 1px solid #bbbbdd;*/
}
dl.def * {
	font-size:12px;
	text-align: left;
	line-height: 1.4em;
}
dl.def dt {
	font-weight:bold;
}
dl.def dd {
	margin-top: -1.4em;
	margin-left: 80px;
}
dl.def dd.tab70 {
	margin-left: 70px;
}
dl.def dd.tab50 {
	margin-left: 50px;
}

/**********************************************************/
div.tree {
	padding: 10px;
	background-color: #eeeeff;
}
div.tree table th {
	font-size: 24px;
	line-height: 0.8em;
	padding: 0px;
	color: #bbbbdd;
/*		border-top: 1px solid #bbbbdd;
	border-bottom: 1px solid #bbbbdd;	height: 20px;height: 20px;
*/
}
div.tree table td {
	font-size: 12px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
div.tree table td a {
	font-size: 12px;
}
