@charset "euc-jp";

/* =========================================================
     全ページ共通部分のスタイル
========================================================= */

body {
  margin: 0 0 0 20px;
  padding: 0;
  background-color: #F7F4E4;
  color: #000;
  font-size: 86%;
  line-height: 130%;
}

.warn {
  color:       #cc3333;
  font-weight: bold;
}

b {
  font-size: 13px;
}

td.caption {
  background-color: #FFF5C8;
}

.button {
  background-color: #0072BC;
  color: #EEE;
  height:25px;
  font-size: 12px;
}
/* -----------------
     リンク
----------------- */
a {
  color: #003366;
}
a:visited {
  color: #0000FF;
}
a:hover,
a:active {
  text-decoration: none;
}

a.arrow-orange {
  font-size: 11px;
  text-decoration: none;
  color: #000;
  padding-left: 15px;
}

a.arrow-blue {
  font-size: 11px;
  text-decoration: none;
  color: #000;
  padding-left: 15px;
}

/* -----------------
     共通クラス
----------------- */

.tx-s {
  font-size: 86%;
}

.tx-blue {
  color: #00053a;
}
.tx-orange {
  color: #f60;
}
.tx-gray {
  color: #666;
}
.tx-red {
  color: #f33;
}

.tx-blue-s {
  color: #0072BC;
}

.tx-gray-s {
  color: #666;
  font-size: 11px;
}

p.bar-style1 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #36c;
  padding: 5px;
}

.nobr {
  white-space: nowrap;
}

.eng-font {
  font-family: Arial;
}

/* -----------------
     タイトル
----------------- */
#title {
  position: absolute;
  top: 30px;
  left: 52px;
}

/* -----------------
     メニュー
----------------- */
#menu {
  position: absolute;
  top: 66px;
  left: 52px;
}

/* -----------------
     前回ログイン
----------------- */
p#login-date {
  margin: 0;
  width: 180px;
  height: 16px;
  position: absolute;
  top: 66px;
  left: 550px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 17px;
}

/* -----------------
     氏名
----------------- */
p#user-name {
  margin: 0;
  width: 170px;
  height: 30px;
  position: absolute;
  top: 88px;
  left: 560px;
  font-size: 11px;
  line-height: 17px;
}
p#user-name strong {
  font-size: 14px;
}

/* ----------------------
     メインコンテンツ
---------------------- */
div#main-contents {
  width: 720px;
  text-align: left;
}

/* -------------------------
     PROFILE ★ UPDATED
------------------------- */
#profile-updated {
  font-size: 11px;
  padding: 0 25px;
  line-height: 17px;
}

/* ----------------------
     テーブル共通
---------------------- */
td.arrow-orange2 {
  padding-left: 27px;
}

/* ----------------------
     テーブル1
---------------------- */
div.table-style1 {
  background-color: #cdcdcd;
}
div.table-style1 th {
  background-color: #f1f1f1;
  font-weight: normal;
}
div.table-style1 td {
  background-color: #fff;
}
div.table-style1 .table-title {
  background-color: #F1F4FC;
  font-weight: bold;
}

/* ----------------------
     テーブル2
---------------------- */
div.table-style2 {
  background-color: #cdcdcd;
}
div.table-style2 th {
  background-color: #F1F4FC;
  font-weight: normal;
  text-align: center;
}
div.table-style2 td {
  background-color: #fff;
}
div.table-style2 td.bg-gray {
  background-color: #f1f1f1;
}

/* --------------------------
     テーブル3
------------------------------*/
div.table-style3 table {
  border: solid 1px #cdcdcd;
  border-collapse: collapse;
}
div.table-style3 .table-title {
  background-color: #F1F4FC;
  font-weight: bold;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
div.table-style3 th {
  background-color: #f1f1f1;
  font-weight: normal;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
div.table-style3 td {
  background-color: #fff;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
/* -----------------
     フッタ
----------------- */
#footer {
  margin-left: 39px;
  font-size: 11px;
}
#footer a {
  color: #000;
  text-decoration: none;
}

