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

#r_contents #es_guidetop { padding: 15px 0 5px 0; }
#r_contents #es_guidetop ul { padding-top: 5px; }
#r_contents #es_guidetop ul img { vertical-align: top; }

