/* ページ全体 */
BODY{
  margin : 0px;									/* 外側余白（上下左右） */
  padding : 0px;								/* 内側余白（上下左右） */
  text-align : center;							/* 水平位置の配置 */
  color : #000000;								/* 文字の色 */
  background-color : #ffffff;					/* 背景色 */
}
/* ---------------------------------------------------------------------- */
/* フッター */
#footerBar{
  margin : 0px auto;							/* 外側余白（上下/左右） */
  padding : 0px 0px;							/* 内側余白（上下/左右） */
  width : 640px;								/* 幅 */
  text-align : center;							/* 水平方向の配置 右寄せ */
  border-top : 1px solid #666666;
  border-bottom : 1px solid #666666;
}
#footerBar TABLE{
  margin : 0px auto;							/* 外側余白 */
  font-size : x-small;							/* 文字サイズ　相対的に一つ小さく */
}
#footerBar A {
  display: block;
  margin : 0px;									/* 外側余白 */
  padding : 5px;								/* 内側余白 */
  width: 100%;
  height: 100%;
  text-decoration: underline;					/* 文字装飾 なし */
  color: #333333;								/* 文字の色 */
}
/* コピーライト */
#footer {
  margin : 0px auto;
  width : 640px;								/* 幅 */
  clear : both;
  text-align : center;
}
#footer P{
  margin-top : 10px;							/* 外側余白（上下/左右） */
}

/* ページの先頭に戻るリンク */
P.page_top{
  background-color : #ffffff;					/* 背景色 */
}

/* ポップアップリンク */
P.popup{
  background-color : #ffffff;					/* 背景色 */
}
