@charset "UTF-8";
/* ------------------------------------------------------------------------- */
.page-ttl{
	background-image:url("../images/img_ttl_page.gif");
	background-repeat:no-repeat;
	background-position:left top;
}

.ttl01{
	background-image:url("../images/img_ttl_cnt01.png");
	background-repeat:no-repeat;
	background-position:left top;
}
* html .ttl01{
	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"
		)
	);
}

.ttl02{
	background-image:url("../images/img_ttl_cnt02.png");
	background-repeat:no-repeat;
	background-position:left top;
}
* html .ttl02{
	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"
		)
	);
}

.ttl03{
	background-image:url("../images/img_ttl_cnt03.png");
	background-repeat:no-repeat;
	background-position:left top;
}
* html .ttl03{
	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"
		)
	);
}

.c-ttl01{
	background-image:url("../images/img_ttl_clm01.gif");
	background-repeat:no-repeat;
	background-position:left top;
}
.c-ttl02{
	background-image:url("../images/img_ttl_clm02.gif");
	background-repeat:no-repeat;
	background-position:left top;
}

.s-ttl01{
	background-image:url("../images/img_ttl_sab01.gif");
	background-repeat:no-repeat;
	background-position:left top;
}
.s-ttl02{
	background-image:url("../images/img_ttl_sab02.gif");
	background-repeat:no-repeat;
	background-position:left top;
}

.clm-box .txt-box p{
	padding:0px;
}
.left-clm.wide{
	width:400px;
}
.right-clm.bnr{
	width:200px;
}