@charset "Shift_JIS";
UL {
	list-style-type: none;
}
.view LI {
	text-align: center;
	font-family: CI;
	font-weight: bold;
	color: #81ba32;
	background-color: #f3f3f3;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-color: #e4e4e4;
	border-left-width: 1px;
	border-left-color: #e4e4e4;
	float: left;
	width : 126px;
	position: relative;
	left: -20px;
	font-size: 90%;
}
UL.hd {
	display: none;
	position: absolute;
	top: 15px;
	left: -21px;
	color: #81ba32;
}
.hd a {
	display: block;
	width: 100%;
	height: 100%;
}
.hd a:hover {
	background-color: #f3f3f3;
}
.off {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f3f3f3;
}
.on {
	position: relative;
	background-color: #f3f3f3;
}
.on ul.hd{
	display: block;
}

