@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}

.treenode ul {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 190px;
	background-color: #FFFFFF;
}

.treenode {
	list-style-type: none;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.treenode a {
	text-decoration: none;
	display: block;
	width:100%;
}

body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navi {
	width: 190px;
	overflow: hidden;
}
.treenode .li {
	height: 26px;
	width: 190px;
	background-image: url(../images/item_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 14px;
}
.treenode .li a {
	text-indent: 26px;
	text-align: left;
	height: 25px;
	width: 190px;
	display: block;
	padding-top: 6px;
	color: #414141;
}
.treenode .li a:hover {
	color:#FF00FF;
background-image: url(../images/item_b1.gif);
	background-color: #fff8f8;
}

.navi {
	background-image: url(../images/item_categories-2.gif);
	background-repeat: repeat-y;
	width: 204px;
	margin-bottom: 8px;
}
#search {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	width: 204px;
	height: 72px;
	margin-bottom: 0px;
}
#search table {
	margin-top: 0px;
}
#calender {
	width: 204px;
	background-image: url(../images/calender2.jpg);
	margin-bottom: 12px;
	margin-top: 12px;
}
#calender img {

}
.bg {
	height: 26px;
	width: 190px;
	background-image: url(../images/item_c1.gif);
	background-repeat: no-repeat;
}
.treenode .bg a:hover {
	height: 26px;
	width: 190px;
	background-image: url(../images/item_c2.gif);
	background-repeat: no-repeat;

}
.bgtext {
	text-indent: 26px;
	text-align: right;
	display: block;
	padding-bottom: 3px;
	padding-right: 26px;
}
