/* 全体設定              */
html{
    height:100%;
    overflow:auto;
}

body {
  color: #333;
  background: #FFF;
  text-align: center;
  line-height: 1.5;
  overflow: auto;
  height: 95%;
}
body,td,th {
	color: #000000;
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka;
	font-size: 12px;
}

/* ------------------------------------------------ */
/* ページの整形              */
#container {
  text-align: center;
  background: #FFF;
  margin: 0 auto;
  padding: 0;
  height:95%;
  width: 95%;
}

/* ------------------------------------------------ */
/* ヘッダー              */
#header {
  clear: both;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------------------------------------ */
/* フッター              */
#footer {
  clear: both;
  width: 801px;
  height: 10px;
  background: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: absolute; 
  bottom: -421px;
  left: 2px;
  z-index: 2;
}
