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


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

.cnt-ttl{
	width:300px;
	height:40px;
	margin:0px;
	padding:0px;
}

.cnt-ttl a{
	width:300px;
	height:40px;
	display:block;
}
.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"
		)
	);
}
.ttl04{
	background-image:url("../images/img_ttl_cnt04.png");
	background-repeat:no-repeat;
	background-position:left top;
}
* html .ttl04{
	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"
		)
	);
}

.news-list{
	width:200px;
	padding:30px 0px 0px 0px;
	background-image:url("../images/img_ttl_news.gif");
	background-repeat:no-repeat;
	background-position:left top;	
}
.news-list .date{
	padding:0px 0px 10px 0px;
	color:#999999;
}

.bnr-area{
	width:200px;
	padding:30px 0px 0px 0px;
}