@import "layoutCenterStyle.css";

/*-----サイトおよびグループ固有で、全ページに必要な設定--------*/
#topLayout {
	width: 800px;
}
body {
	font-size: 12px;
}

#bodyStyle {
}
/* 立て繰り返しの背景画像 */
#bodyLayout {
	text-align: center;
	background-image: url(/img/index/bodyLayoutBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#topLayout {
}

#contents {
	width: 800px;
	margin: 0px auto;
	text-align: left;

}
/* メインコンテンツレイアウト */
#main {
	width: 590px;
	float: right;
	position: relative;
}
/* スペース｜ページングの高さ */
#main .pageSpace {
	height: 20px;
}

/* メニューのグループサイト指定は[ information.css ] */

/* png透過用 */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*======================================================================*/
/*===フッター===========================================================*/
/*======================================================================*/
#footerLayout {
	width: 100%;
	height: 70px;
	text-align: center;
	background-image: url(/img/main/footerBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* フッターの背景画像繰り返し */
#footerLayout .footerBg {
	height: 70px;
	width: 800px;
	text-align: left;
	background-image: url(/img/main/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	position: relative;
}
/* メニュー */
#footerLayout .footer span {
	display: block;
	width: 800px;
	height: 10px;
	font-size: 12px;
	text-align: center;
	padding: 12px 0px 0px 0px;
}
/* コピーライト */
#footerLayout .footer p {
	width: 800px;
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

/* 左背景画像 */
#footerLayout .leftBg {
	position: absolute;
	top: 0px;
	left: -70px;
	width: 70px;
	height: 70px;
	background-image: url(/img/main/footerLeftBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
/* 右背景画像 */
#footerLayout .rightBg {
	position: absolute;
	top: 0px;
	right: -70px;
	width: 70px;
	height: 70px;
	background-image: url(/img/main/footerRightBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/*======================================================================*/
/*===ページング=========================================================*/
/*======================================================================*/
#main .page,
#footerLayout .page {
	width: 580px;
	height: 20px;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
}
/* 上段 */
#main .page {
	position: absolute;
	top: 35px;
	right: 5px;
}
/* 下段 */
#footerLayout .page {
	position: absolute;
	top: -20px;
	right: 5px;
}

