@charset "Shift_JIS";

/* アコーディオンメニューボタンデザイン */

ul.acc, ul.acc li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height : 1;
  font-size : 8pt;
  
}

ul.acc a {
	display: block;
	height: 30px;
	line-height: 33px;
	color: #feffff;
                  text-decoration: none;　　　　
}

ul.acc {
                  width: 175px;
                  background-image : url(acordionbotan2.jpg);
                  position: absolute;
                  top: 0px;
                  left: 0px;
}

ul.acc li ul {
                  background-color: #848484;
}

ul.acc a:hover {
	background-color: #0066FF;
                  filter:alpha(opacity=70);
                  opacity:0.70;
                  -moz-opacity:0.70;
}

