ul#treeView li{
	/** border:solid 1px blue; */
}

ul#treeView li span {
	display:block;
	padding-left:7px;
	width:100%;
	background-color:#ffffff;
	border:solid 1px #ffffff;
}

/** �}�E�X�I�[�o�[ */
ul#treeView li span:hover {
	background-color: #cbef7e;
	color: #FF4A00;
	cursor:pointer;
}

/** �J�����g */
ul#treeView li span.current {
	background-color:#b8ea54;
	color:#000000;
}

/** �J�����g�N�� */
ul#treeView li span.currentYear{
	background-color:#ffe8d0;
	color:#000000;
}

/** �J�����g�F�J�����g�N�� */
ul#treeView li span.current.currentYear {
	background-color:#ff9730;
	color:#ffffff;
}

/** �J�����g�N��F�}�E�X�I�[�o�[ */
ul#treeView li span.currentYear:hover{
	background-color:#ffa851;
	color:#ffffff;
}


ul#treeView li span.level3 {
	background-color:#ffffff;
	/** color:#179200; */
}
ul#treeView li span.level3:hover {
	background-color:#fff5ec;
	border:dotted 1px #ff8000;
	/** color:#282828; */
}

.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 3px;
}

.treeview .hitarea {
	background: url(images/treeview-default.png) -96px -35px no-repeat;
	height: 25px;
	width: 25px;
	margin-left: -25px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 1px 25px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.png) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -120px -3px; }

.treeview li.last { background-position: 0 -2648px }

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.png); }
.treeview li.lastCollapsable { background-position: 0 -165px }
.treeview li.lastExpandable { background-position: -48px -99px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 25px;
	width: 25px;
	display: block;
}

.filetree li { padding: 3px 0 2px 25px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 25px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
