
.menuheader a{
	height:20px;
	width:70px;
	margin:15px 0 15px 5px;
	padding:0;
	background:#ffffff url(img/btn_more.gif) no-repeat left top;
	list-style:none;
	display: block;
	cursor: pointer;
}


.menuheader a:hover {
	background:#ffffff url(img/btn_more.gif) no-repeat left -20px;
}


/* openheader はカテゴリーが開いている状態のCSS */
.openheader a{
	height:20px;
	width:70px;
	margin:15px 0 15px 5px;
	padding:0;
	background:#ffffff url(img/btn_close.gif) no-repeat left top;
	list-style:none;
	display: block;
	cursor: pointer;
}

.openheader a:hover{
	background:#ffffff url(img/btn_close.gif) no-repeat left -20px;
}


/* 子メニューの指定 */
.categoryitems ul {
	width:215px;
	margin:0;
	padding:0;
	list-style:none;
}


#accordion_menu div.menuheader .statusicon {
}


.categoryitems ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 12px 0 0;
	line-height:21px;
}

