@charset "utf-8";

/* ----------------------------------------------------------------
    png Alpha
----------------------------------------------------------------- */
*html p.image-center.png img,
*html div.pokewalker10-container p.image,
*html h2.hdg-l2-02 img,
*html p.image img,
*html div.main-story img,
*html p.images-again img,
*html dl.images-ss img,
*html dl.images-hg img,
*html p.image-png img,
*html ul.lyt-image li img,
*html div.right-Area p.logo img,
*html div.footer-Area p img,
*html body#top div#page div.item-Area img,
*html body#top div.pokewalker p.image img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "clear.gif" : this.src,
this.style.behavior = "none"
);
}

*html div.image-wapper.w254-1,
*html div.image-wapper.w172,
*html ul.nav-contents-02 li,

*html div.pokewalker10-container p.image,
*html div.lyt-pokemon02,
*html div.image-wapper02-02,
*html div.main-story,
*html div.image-wapper07,
*html div.image-wapper08,
*html ul.lyt-news-index li dl dt,
*html div.image-wapper06,
*html div.image-wapper05,
*html div.contents-Bottom,
*html body#top div#page div#min-height div.item-Area,
*html div.image-wapper09{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

