@charset "UTF-8";
/* Style sheet for Sample standard definition */
html {
  width: 98%;
  height: 98%;
}

body {
  width: inherit;
  height: inherit;
}

/* ログイン画面デザイン設定用 Start */
.box24 {
  font-size: 18px; /*文字サイズ*/
  width: 540px; /*全体の幅*/
  margin: 0 auto;
}
.box24 dt {
  /*タイトル部分の設定*/
  color: #ffffff; /*文字色*/
  background-color: #6a6a6c; /*背景色*/
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0px 200px 0px 0px;
  width: 360px; /*タイトルの幅*/
  padding: 2px 1em 2px 1.5em;
}
.box24 dd {
  /*内容部分*/
  color: #313132; /*文字色*/
  margin: 0;
  padding: 0;
  border: solid 1px #6a6a6e; /*枠色*/
}
.box24 dd .textb24 {
  padding: 1.2em 0.9em; /*テキスト部分の余白*/
  background-color: #f0e68c;
  border-top: solid 4px #ffd700;
  margin: 0px 0px 0px 0px;
  border-bottom: solid 4px #ffd700;
}

/* ログイン画面デザイン設定用 END */
/* BODYの設定 */
/* 通常 */
body.standard {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #aaddaa;
  font-size: 19pt;
  overflow: auto;
}

/* tableの設定 */
/* 通常 */
table.standard {
  font-size: 18pt;
  border-width: 0;
}
table.list {
  font-size: 10pt;
  border-width: 0px;
  border-collapse: collapse;
}
table.title {
  /* タイトル用 */
  font-size: 24pt;
  width: 350px;
  height: 120px;
  border-width: thin;
  border-color: #000087;
  border-style: groove;
}
table.base {
  /* ベース用 */
  font-size: 24pt;
  width: 100%;
  height: 100%;
  border-width: 0;
}
table.header {
  /* ヘッダー用 */
  border-width: 0;
  width: 100%;
}
table.footer {
  /* フッダー用 */
  border-width: 0;
  width: 100%;
}
table.scheduler {
  /* スケジューラーマスタ作成用 */
  font-size: 24pt;
  border-width: 0;
}

/* trの設定 */
tr.standard {
  /* 通常 */
  background-color: #b0c4de;
}

/* thの設定 */
th.standard {
  /* 通常 */
  background-color: #b0c4de;
}

/* tdDの設定 */
td.standard {
  /* 通常 */
  background-color: #006699;
  color: #ffffff;
  text-align: center;
}
td.title {
  /* タイトル用 */
  background-color: #000080;
  color: #ffffff;
}
td.listhead {
  /* リストヘッド用 */
  background-color: #003399;
  color: #ffffff;
  text-align: center;
  border: solid 1px silver;
}
td.liststandard {
  /* リスト項目用 */
  background-color: #69b3f5;
  color: #000000;
  border: solid 1px silver;
}
td.odd {
  /* リスト項目用 */
  background-color: #69b3f5;
  color: #000000;
  text-align: center;
  border: solid 1px silver;
}
td.even {
  /* リスト項目用 */
  color: #000000;
  text-align: center;
  border: solid 1px silver;
}
td.line {
  /* ヘッダー・フッダーの上線・下線用 */
  background-color: #000080;
  height: 10px;
}
td.pagenumber {
  /* ページ番号の一覧表示用 */
  font-size: 12pt;
}

/* inputの設定 */
input.standard {
  /* 通常 */
  font-size: 22pt;
}
input.submit {
  /* submit用 */
  font-size: 18pt;
}
input.big {
  /* ラジオボタン用 */
  width: 20pt;
  height: 20pt;
}

/* selectの設定 */
select.standard {
  /* 通常 */
  font-size: 22pt;
}

/* END OF FILE */
