<style type="text/css">{  }
	.flat a:link, .flat a:visited {
 	text-align:left;
	margin:0px; 
	padding:0px;
	border:1px solid #c0c0c0;
	color:#4444ff;
 	width:100px;
 	background-color:#d9d9ff;
	}

	.flat a:hover {
	text-align:left;
 	margin:0px;
	padding:0px;
	border:1px solid #000000;
 	color:#000000;
	width:100px;
	background-color:#8080ff;
	}

	emboss a:link, .emboss a:visited {
 	text-align:left;
 	margin:0px;
 	padding:0px;
	border-top: 2px solid #e4e4e4;
 	border-right: 2px solid #585858;
	border-bottom: 2px solid #585858;
 	border-left: 2px solid #e4e4e4;
 	color:#4444ff;
	width:100px;
	background-color:#d9d9ff;
	}

	.emboss a:hover {
	text-align:left;
 	margin:0px;
	padding:0px;
 	border-top: 2px solid #585858;
 	border-right: 2px solid #e4e4e4;
 	border-bottom: 2px solid #e4e4e4;
 	border-left: 2px solid #585858;
 	color:#000000;
 	width:100px;
 	background-color:#8080ff;
	}
	
/* 展開と折りたたみ */
	LI {
	cursor: pointer;
	color: navy;
	}
	.leaf {
	cursor: text;
	color: black;
	}
	.none {
	cursor: text;
	}
-->
</style>