@charset"Shift_JIS";

img{
	border:0px;
}

ul,li{
	list-style:none;
	margin:0px;
	padding:0px;
}

a:hover img{
	opacity:0.9;
	filter: alpha(opacity=80);
}

.clear{ clear:both;}

/* ITEMBANNER ID : #itmArea
----------------------------------------------------------------------------- */	

body#index div#itmArea{
  width:878px;
  height:140px;
  margin:0 auto;
  margin-top:0px;
  margin-bottom:20px;
  padding-top:0px;
  overflow:hidden;
  z-index:1;	
  border-top:1px #472B02 solid;
  border-bottom:1px #472B02 solid;
  border-right:1px #472B02 solid;
  border-left:1px #472B02 solid;
  position:relative;
  background-color: #FEEDF4;  
}

body#index div#itmArea img{
  cursor:pointer;
}


div#itmArea a:hover img{
	filter:alpha(opacity=70);
	-mozopacity:0.50 ;
	opacity:0.50;
}

div#ScrollArea{
  width:879px;
  min-height:100px;
  z-index:2;
}

div#ScrollArea ul{
	margin: 0;
	padding: 0;
}

div#ScrollArea li{
  float:left;
  position:relative;	
  padding:5px 15px 15px 5px;
  text-align:center;
  list-style:none;
  margin: 0;
}

#Leftbtn{
	width:15px;
	height:140px;
	overflow:hidden;
	z-index:999;
	background-image: url(http://www.packinpack.com/pic-labo/als-yaji_left.gif);
	background-repeat:no-repeat;
	cursor:pointer;	
	position:absolute;
	top:0px;
	left:0;
}
#Leftbtn:hover{
	background-image:url(http://www.packinpack.com/pic-labo/als-yaji_left_on.gif);
	background-repeat:no-repeat;		
}
#Rightbtn{
	width:15px;
	height:140px;
	overflow:hidden;
	z-index:1;
	background-image: url(http://www.packinpack.com/pic-labo/als-yaji_right.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0;						
}
#Rightbtn:hover{
	z-index:1;
	background-image:url(http://www.packinpack.com/pic-labo/als-yaji_right_on.gif);
	background-repeat:no-repeat;					
}

