body {
	margin: 0;
	padding: 0;
	background-image: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	padding: 4px 0;
	border-bottom: 1px solid #F1F1F1;
	font-size: 12px;
	line-height: 1.4em;
}


li.current a {
	color: #999;
}

li.current a:hover {
	color: #999;
	cursor: default;
}



.midashi a {
	display: block;
	background-color: #0091d1;
	padding: 4px 4px 4px 15px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}

.midashi a:link {
	background-color: #0091d1;
	color: #FFF;
}

.midashi a:visited {
	background-color: #0091d1;
	color: #FFF;
}

.midashi a:hover {
	background-color: #ffc400;
	color: #FFF;
}

.close .midashi a {
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.open .midashi a {
	background-image: url(../images/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}