@charset"UTF-8";
#r_contents a:hover img {
  filter: alpha(opacity=70); /*IE用*/
  -moz-opacity:0.7; /*Ff etc用*/
  opacity:0.7;   /*Opera etc用*/
}

