/* 商品の詳細ボタンのロールオーバー */

p.detail{
    display:block;
    background:url(../images/home/detail_over.jpg) no-repeat 0 0; 
    width:150px;  
    height:40px;
	
}

p.detail a{
    display:block;
    width:150px;  
    height:40px;
}
    
p.detail a:hover {  
    background-color:transparent;  
} 
    
p.detail a:hover img{
    visibility:hidden;
}

/* レコード画像のロールオーバー */

img{
border:0;
vertical-align: bottom;
}

a.img{
border:0;
vertical-align: bottom;
}

a.img:hover{
-ms-filter: "alpha( opacity=80 )";
-moz-opacity:0.8;
opacity:0.8;
filter:alpha(opacity=80);
background: #fff;
}