body {
	height: 100%;/* フッタ固定 */
	margin: 0;
	color: #392706;/* 文字色 */
	font-size: 9pt;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #91945c;
	}

div#container {
	position: relative;/* フッタ固定 */
	min-height: 100%;/* フッタ固定 */
	width: 1150px;/* フッタ固定 */
	margin: 0 auto;/* フッタ固定 */
	padding: 0 0 0 50px;
	clear: both;
	background: url(../images/common/bg-05.jpg) repeat-y left top;
	z-index: 2;
	}

div#bg0 {
	width: 800px;
	height: 100%;
	background: #a1ac8c;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 0;
	}
