@charset "UTF-8";
/* CSS Document */

#header {
	height:245px !important;
}

#contents h1.about {
	background:url(../images/tit_toukou.png) left top repeat;
	height:108px;
	width: 654px;
}

#contents h1.about span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

* html #contents h1.about {
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"
)
);
}

#contents div.mredBox {
	margin-bottom:30px;
}

#contents div.mredBox p {
	margin-left:35px;
}

#contents img.micon {
	margin-right:10px;
}
h3 {
	padding-left:37px;
	font-size:100%;
	font-weight:bold;
	background-position:0 6px;
	background-repeat:no-repeat;
}
/* --- mobile --- */
#contents h1.mobile {
	background:url(../images/tit_mobile.png) left top repeat;
	height:108px;
	width: 654px;
}

#contents h1.mobile span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

* html #contents h1.mobile {
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"
)
);
}

