@charset "utf-8";

/*==================================================
	Structure
==================================================*/
* html #header .inner,
* html #gnav .inner,
* html #footer .inner{
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"
)
);
}
* html #contents{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

* html #gnav .inner li,
* html #content,
* html .topicPath,
* html #localNavi,
* html #footer ul{
position:relative;
}


/*==================================================
	Module
==================================================
* html #localNavi .block02 dd a,
* html #localNavi .block03 dd a,
* html #localNavi .block05 dd a,
* html .linkList01 li a,
* html .linkList02 li a{
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"
)
);
}*/

