@charset 'shift_jis';



h1 {

display:none;

}





td {

font-size : 14px;

text-decoration : none;

color : #505050;

line-height : 20px;

font-weight : bold;

}





a:link {

text-decoration : none;

color : #505050;

}





a:visited {

text-decoration : none;

color : #505050;

}





a:active {

text-decoration : none;

color : #505050;

}





a:hover {

text-decoration : underline;

background-color : #a50005;

color : #ffffff;

}





.size {

text-decoration : none;

color : #808080;

}





a:hover .size {

text-decoration : underline;

background-color : #a50005;

color : #ffffff;

}





.price,
.Saleprice {

text-decoration : none;

color : #a50005;

}
.Saleprice{
font-size: 120%;
}




a:hover .price,
a:hover .Saleprice {

text-decoration : underline;

background-color : #a50005;

color : #ffffff;

}


/***********************************
Z[p
***********************************/
div.Salebox{
position: relative;
z-index: 1;
width: 320px;
}
div.Saleicon{
background-image:url(images/saleIcon.png);
width: 320px;
height: 240px; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/saleIcon.png' ,sizingmethod=image); 
top: 0; 
right: 0;
position: absolute;
_background: none;
z-index:2;
}
a:hove div.Salebox {
background-color : #a50005;
}