/* **** Script of Saga III Main.css **** */
/* **** 適用範囲：メイン部 **** */


/* ボディ */
body {
  background-image:url(./mainimage/title.jpg);
  background-repeat:no-repeat;
  margin-top:80px;
}

/* テーブル */
.basetable {
  width:800px;
}
th {
  background-color:#E0E0E0;
}
td.padding {
  padding:5px;
}
th.padding {
  padding:5px;
}

/* ステータスゲージ */
.gage {
  border:solid 1px #555555;
  height:8;
}

/* 情報 */
.inform {
  position:absolute;
  text-align:right;
  top:3px;
  right:3px;
}
