@charset "utf-8";

/* ----------------------------------------------------------------
    png Alpha
----------------------------------------------------------------- */
*html body#second div.content-wapper h1.hdg-l1-jouhou01 img,
*html body#second div.content-wapper p.img-jouhou img,
*html body#second div.content-wapper div.content-middle div.lyt-image.wi-fi div.hdg-head p.day img,
*html body#second div.content-wapper div.content-middle div.lyt-image.wi-fi p.image img,
*html body#second div.content-wapper div.content-middle ul.lyt-password li div.lyt-image p.image img,
*html body#second div.content-wapper div.content-middle ul.lyt-password li div.lyt-image div.column h2.hdg-l2-01 img,
*html body#second div.content-wapper div.content-middle div.lyt-image.img-R p.image img,
*html body#second div.content-wapper div.content-middle div.lyt-image.img-L p.image img,
*html body#second div.content-wapper div.content-middle div.box-under p.image img,
*html body#second div.content-wapper div.content-middle div.block-wapper div.block-under div.lyt-about01 p.image img,
*html body#second div.content-wapper h2.hdg-l2-01 img,
*html body#second div.content-wapper h3.hdg-l3 img,
*html body#second div.content-wapper h3.hdg-l3-01 img,
*html body#second div.content-wapper div.content-middle div.block-under h3.hdg-l3 img,
*html div#footer p.copy 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 body#second div.content-wapper div.content-top,
*html body#second div.content-wapper div.content-bottom,
*html div.item-Area,
*html div.item-Area02,
*html div.item-Area03,
*html div.movie-Area-inner,
*html div.movie-Area-inner01,
*html div.movie-Area-inner02,
*html div.movie-Area-inner03{
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"
)
);
}

