/* ---カテゴリアイコン用---　*/
a.menu {
    float: left;
}

a.menu img{
    border: none;
}

a.menu,
a.menu img{
    width: 140px;
    height: 106px;
}

a.menu:hover {
    position: relative;
}

a.menu:hover img {
    display: block;  
    bottom:0px; 
　  left:-10px;
    position: absolute;  
    width: 160px;
    height: 121px;
}

a.over:hover img {   
    opacity: 0.8;   
    filter: alpha(opacity=80);   
}  
