@charset "Shift-JIS";
.spLink{
 display:block;
 width:138px;
 height: 56px;
 margin:0,auto;
 background:url("/common/public/images/smart_normal.jpg") no-repeat; 
}
.spLink:hover{
  background:url("/common/public/images/smart_over.jpg") no-repeat;
}
.spLink:active{
  background:url("/common/public/images/smart_click.gif") no-repeat;
}
