/****************************↓左メニュー アコーディオン↓ ******************************/



.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;

margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../../img/head_test/js/img/head_test/css/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li .opensubheader{
background: #fffacd !important;
}

.arrowlistmenu ul li .closedsubheader{ 
background: #add8e6 !important;
}



.arrowlistmenu ul li a{
color: #3a302d;
background: url(../../img/guide/arrowbullet.png) no-repeat center left;
display: block;
padding: 5px 0;
padding-left: 19px;
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #3a302d;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #3a302d;
}

.arrowlistmenu ul li a:hover{
background-color: #faf1ba;
color : #ff6600;
}

.arrowlistmenu ul li a.subexpandable:hover{
background: #add8e6;
}


/* メニューヘッダ
-------------------------------------------------- */

.arrowlistmenu h3 a {
	height: 32px;
  	height: 25px;
	text-decoration: none;
}


.arrowlistmenu h3 a:link, .arrowlistmenu h3 a:visited {
	color:#FFFFFF;
	display: block;
	background: url(../../img/guide/menu.png);
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.arrowlistmenu h3 a:hover {
	color:#FFFF00;
	background-position : 0 -32px;
	background-repeat : no-repeat;
}






/* ３段メニューバー
.arrowlistmenu h3 a:link, .arrowlistmenu h3 a:visited {
	color: #FFFFFF;
	display: block;
	background: url(../../img/guide/menu1.png);
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.arrowlistmenu h3 a:hover {
	color: #000000;
	background: url(../../img/guide/menu1.png) 0 -32px;
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
}

.arrowlistmenu h3 a:active {
	color: #66CCFF;
	background: url(../../img/guide/menu1.png) 0 -64px;
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
}
*/


/* menu2       

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu2 {
	width: 200px;

}

#menu2 li a {
  	height: 25px;
	text-decoration: none;
	margin-bottom: 2px;
}

#menu2 li a:link, #menu2 li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(../../img/guide/menu1.png);
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

#menu2 li a:hover {
	color: #000000;
	background: url(../../img/guide/menu1.png) 0 -32px;
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
}

#menu2 li a:active {
	color: #66CCFF;
	background: url(../../img/guide/menu1.png) 0 -64px;
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
}
 */