/*スライドメニュー*/
#image-navigation .navi-image { position:relative;}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }

img {
  border:0;
  vertical-align:bottom;
}
ul,
li {
  margin:0;
  padding:0;
  list-style:none;
}
#image-navigation ul li a {
	display:block;
	width:162px;
	height:162px;
}
#image-navigation .navi-image
{
	height: 320px;
	width: 980px;
	margin-bottom: 10px;
}
#image-navigation
{
	width: 980px;
}
#image-navigation .category_navi
{
	height: 320px;
}
.category_navi .category_car
{
	height: 320px;
	width: 320px;
	float: left;
	margin-right: 10px;
}
.category_navi .category_beauty
{
	height: 320px;
	width: 320px;
	float: left;
}
.category_navi .category_others
{
	height: 320px;
	width: 320px;
	float: right;
}
.clear_et
{
	font-size: 0px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
#image-navigation .navi ul .car_bt
{
	height: 162px;
	width: 162px;
	position: absolute;
	left: -1px;
	top: -1px;
}
#image-navigation .navi ul .beauty_bt
{
	height: 162px;
	width: 162px;
	position: absolute;
	left: 329px;
	top: -1px;
}
#image-navigation .navi ul .others_bt
{
	height: 162px;
	width: 162px;
	position: absolute;
	left: 659px;
	top: -1px;
}
#image-navigation .navi
{
	position: relative;
}
#image-navigation .navi ul .dot_01 a,
#image-navigation .navi ul .dot_02 a,
#image-navigation .navi ul .dot_03 a
{
	height: 3px;
	width: 3px;
}
#image-navigation .navi ul .dot_01 {
	height: 3px;
	width: 3px;
	position: absolute;
	left: 3px;
	top: -6px;
}
#image-navigation .navi ul .dot_02 {
	height: 3px;
	width: 3px;
	position: absolute;
	left: 9px;
	top: -6px;
}
#image-navigation .navi ul .dot_03 {
	height: 3px;
	width: 3px;
	position: absolute;
	left: 15px;
	top: -6px;
}



