@import "layoutCenterStyle.css";
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
.wordBreak {
	/*IE*/
	word-break:break-all;
	/*モダンブラウザ*/
    word-wrap: break-word;
	/*firefoxはjsにて指定済み（table or div）*/
}
/*-----サイトおよびグループ固有で、全ページに必要な設定--------*/
#bodyLayout {
	position:relative;
}
body {
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 1.25;
}
#bodyStyle {
}
#topLayout,
#footer {
	width: 900px;
}
#topLayout {
	text-align: center;
	padding-bottom: 268px;	/*footerの高さ*/
	margin: 0 auto;
}

#contents {
	width: 900px;
}

#footerLayout {
	text-align: center;
	width: 100%;
	height: 268px;	/*footerの高さ*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/img/index/footerBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer {
	height: 268px;	/*footerの高さ*/
	margin: 0 auto;
}




