/* ▼　アコーディオンメニュー　▼ */
#accordion_menu {
	width: 140px;
	background-color: #fff;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* アコーディオンのカテゴリーの指定 */
#accordion_menu .menuheader {
	background-image: url(image/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin-bottom: 1px;
	text-decoration: none;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #776964;
	cursor: hand;
	cursor: pointer;
	/* ステータスアイコンを使用する場合 以下の2行が必要です。使用しない場合は削除しても構いません。 */
	display: block;
	position: relative;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#accordion_menu .menuheader: hover {
	color: #FF0;
}
/* openheader はカテゴリーが開いている状態のCSS */
#accordion_menu .openheader {
	background-image: url(image/bg_menu.jpg);
	background-position: 0 -32px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* 子メニューの指定 */
#accordion_menu div.categoryitems ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
/*ステータスアイコンの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 {
	color: #A70303;
	background: url(image/arrow.png) no-repeat 2px 5px;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	font-weight: bold;
}
#accordion_menu div.categoryitems ul li a: visited {
	color: #A70303;
}
#accordion_menu div.categoryitems ul li a: hover {
	color: #A70303;
	background-color: #eee;
}
/* ▲　アコーディオンメニュー ▲　ここまで */



/*▼ wrapScroll ナビゲーションメニュー用▼ */
/*▼	メニューブロック	▼*/
#menubox {
	position: relative;
	width: 140px;			/* メニューの横幅＋10 */
	height: 210px;	/* 15px:上部余白 5px:下部余白（15-メニュー間隔） */
	font-size: 14px;
	background: url(image/bg_menubox.png) no-repeat;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -125px;		/* 190 x 310(280 + 上部余白 + 下部余白)pxの角丸透過PNGファイルを指定 */
}
#menubox ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
}
#menubox ul li{
	margin-bottom:8px;
	margin-right: 0px;
	margin-left: 0px;
}
#menubox ul li a{
	display: block;
	width: 130px;
	color: #333333;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;		/* メニューの高さ（縦位置のセンタリング） */
	text-indent:1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menubox ul li a:visited{
	color: #333333;
}
#menubox ul li a:hover{
	color: #990000;
}

/*▲ ナビゲーションメニュー 終了▲ */
