@charset "Shift_JIS";
.menu{
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}


.menu ul{
  background : #f4f4f4;
  
  list-style-type : none;
}

.menu li{
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  background-image : url(../images/Button/arrow001_04.gif);
  background-repeat : no-repeat;
  background-position : 10px 8px;
  list-style-type : none;
  

}

.menu ul li a{
  display: block;
	text-decoration: none;
  padding-left : 23px;
  
  color : #3d2b28;
  font-size : 14px;
  
  margin-top : -5px;
  margin-bottom : -5px;
  padding-bottom : 5px;
  padding-top : 5px;
}



.menu ul li a:hover{
  background-color : #98fb98;
  background-image : url(../images/Button/arrow001_02.gif);
  background-repeat : no-repeat;
  background-position : 10px 11px;
  padding-left : 30px;
  font-size : 14px;
}

.menu a{
  display: block;
	text-decoration: none;
  padding-top : 8px;
  padding-left : 23px;
  
  color : #3d2b28;
  font-size : small;
  
  margin-top : -5px;
  padding-bottom : 3px;
  margin-bottom : 3px;
}

label{
  display: block;
	padding : 12px;
	color : #ffffff;background-image : none;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	cursor :pointer;
  background-color : #49300f;
  line-height : 2;
  font-size : medium;
  font-family : メイリオ;
  font-weight : bold;
  
  vertical-align : middle;
  margin-top : -5px;
}label:hover{
  background-color : #d38d2e;
}input{
	display: none;
}

a.banner-b{
  background-color : #49300f;
  font-size : medium;
  text-decoration : none;
  line-height : 2;
  color : #ffffff;
  font-weight : bold;
  font-family : メイリオ;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
  cursor : pointer;
  margin-top : 3px;
  }

a:hover.banner-b{
  background-color : rgba(73, 48, 15, 0.4);
}#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,#menu_bar03:checked ~#links03 li,#menu_bar04:checked ~#links04 li{
	max-height: 46px;
  opacity: 1;
}

a.banner-c{
  background-color : #49300f;
  font-size : medium;
  text-decoration : none;
  line-height : 2;
  color : #ffffff;
  font-weight : bold;
  font-family : メイリオ;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
  cursor : pointer;
  margin-top : -4px;
  margin-bottom : 12px;
}

a:hover.banner-c{
  background-color : #d38d2e;
  background-image : none;
  background-position : -20px -20px;
}

span.banner{
  font-size : 11px;
  margin-left : 10px;
}

