@charset "utf-8";
/* フレーム枠のcss　濃 */  
.border1 { border: solid 1px #6D482B; }
/* フレーム枠のcss　淡 */ 
.border2 { border: solid 1px #AB8467; }
/* ナビのcss */
.navi{ width:200px; height:4010px; float:left; }
.brandlists-cont{width:200px;}
div.new{background-color:#FFF;}
div.brandnew{background-color:#AB8467;}
.navi_hover {
  display: inline-block;
  position: relative;
}
.navi_hover:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  /* W3C */
}
.navi_hover:hover, .navi_hover:focus, .navi_hover:active {
 
  /* move the element up by 5px */
}
.navi_hover:hover:before, .navi_hover:focus:before, .navi_hover:active:before {
  opacity: 1;
  
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
#menubutton{
	width:200px;
	height:22px;
	margin:0;
	padding:0;
}
.menubutton2{
width: 200px;
background-color:#AB8467;
padding : 10px 0px 0px 0px;
position:relative;
	
}
.leftbanner1{
padding : 20px 10px 20px 10px;
background-color:#FFF;

	}
.leftbanner2{
padding : 0px 0px 5px 0px;
background-color:#FFF;
line-height:1.5;
font-size:13px;
text-align:center;
	}
