@charset "utf-8";
/* CSS Document */
ul.tree{text-align:left;font-size:85%;margin:10px ;float:left;}
.tree ul {
	padding:5px 0 0;
	margin:0;
	background-position:-9px 15px; 
	background-image: url('../image/sitemap/ul.gif'); 
	background-repeat: repeat-y
}
.tree li {
	font-size: 1em;
	
	margin: 0px; 
	padding: 6px 0 0px 24px; 
	list-style-type: none;
}
.tree li a {font-weight:bold;
	text-decoration:none;color:#000;
}
.tree li a:hover {
	text-decoration:underline;
}
.tree ul ul {
	background-position: -1px 15px;
	background-image: url('../image/sitemap/ul.gif'); 
	background-repeat: repeat-y;
}
.tree ul li {
	background-position: 0px 7px; 
	background-image: url('../image/sitemap/li.gif'); 
	background-repeat: no-repeat;
}
.tree ul li.last{
	background-position: 8px 2px; 
	background-image: url('../image/sitemap/last.gif');
	}
.tree ul li a {
	font-weight:bold;
	text-decoration:none;
}
.tree ul li a:hover {
	text-decoration:underline;
}
.tree ul ul li {
	background-position: 8px 7px;
	background-image: url('../image/sitemap/li.gif'); 
	background-repeat: no-repeat;	
}
.tree ul ul li a {
	background-position: 0px 7px; 
	font-size:90%;
	color:#666;
	text-decoration:none;
}
.tree ul ul ul li a {
	background-position: 0px 7px; 
	font-size:80%;
	color:#999;
	text-decoration:none;
}
.tree ul ul li a:hover {text-decoration:underline;}