/* ▼　アコーディオンメニュー　▼ */

#accordion_menu {

	width: 178px;

	background-color: #fff;

	letter-spacing: 1px;

	border:solid 1px #D6D6D6;

	border-left:solid 1px #D6D6D6;

	border-right:solid 1px #D6D6D6;

	border-top:solid 1px #D6D6D6;

}

/* アコーディオンのカテゴリーの指定 */

#accordion_menu .menuheader {

	height: 23px;

	text-decoration: none;

	line-height: 23px;

	font-size: 12px;

	text-indent: 25px;

	color: #666;

	cursor: hand;

	cursor: pointer;

	background: url(../img/index01menu.jpg) no-repeat;

	border-bottom:solid 1px #D6D6D6;

}

#accordion_menu .menuheader:hover {

	color: #CCCCCC;

}

/* openheader はカテゴリーが開いている状態のCSS */

#accordion_menu .openheader {

	height: 23px;

	text-decoration: none;

	line-height: 23px;

	font-size: 12px;

	text-indent: 25px;

	color: #333;

	background: url(../img/index01menuon.jpg) no-repeat;

}

/* 子メニューの指定 */

#accordion_menu div.categoryitems ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

	border-bottom:solid 1px #D6D6D6;

}

/*ステータスアイコンのCSS

#accordion_menu div.menuheader .statusicon {

	position: absolute;

	top: 10px;

	left: 5px;

	border: none;

}*/





#accordion_menu div.categoryitems ul li {

	padding-bottom: 2px;

}

#accordion_menu div.categoryitems ul li a {

	display: block;

	padding: 2px 0;

	padding-left: 24px;

	text-decoration: none;

	font-size: 12x;

}

#accordion_menu div.categoryitems ul li a: visited {

	color: #A70303;

}

#accordion_menu div.categoryitems ul li a: hover {

	color: #A70303;

	background-color: #eee;

}





#accordion_menu02 {

	width: 178px;

	background-color: #fff;

	letter-spacing: 1px;

	border-left:solid 1px #D6D6D6;

	border-right:solid 1px #D6D6D6;

}

/* アコーディオンのカテゴリーの指定 */

#accordion_menu02 .menuheader {

	height: 23px;

	text-decoration: none;

	line-height: 23px;

	font-size: 12px;

	text-indent: 25px;

	color: #666;

	cursor: hand;

	cursor: pointer;

	background: url(../img/index02menu.jpg) no-repeat;

	border-bottom:solid 1px #D6D6D6;

}

#accordion_menu02 .menuheader:hover {

	color: #CCCCCC;

}

/* openheader はカテゴリーが開いている状態のCSS */

#accordion_menu02 .openheader {

	height: 23px;

	text-decoration: none;

	line-height: 23px;

	font-size: 12px;

	text-indent: 25px;

	color: #333;

	background: url(../img/index02menuon.jpg) no-repeat;

}

/* 子メニューの指定 */

#accordion_menu02 div.categoryitems ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

	border-bottom:solid 1px #D6D6D6;

}

/*ステータスアイコンのCSS

#accordion_menu div.menuheader .statusicon {

	position: absolute;

	top: 10px;

	left: 5px;

	border: none;

}*/





#accordion_menu02 div.categoryitems ul li {

	padding-bottom: 2px;

}

#accordion_menu02 div.categoryitems ul li a {

	display: block;

	padding: 2px 0;

	padding-left: 24px;

	text-decoration: none;

	font-size: 12x;

}

#accordion_menu02 div.categoryitems ul li a: visited {

	color: #A70303;

}

#accordion_menu02 div.categoryitems ul li a: hover {

	color: #A70303;

	background-color: #eee;

}



/* ▲　アコーディオンメニュー ▲　ここまで */
