/* Hakoniwa Skin for ＪＡＶＡスクリプト版「箱庭諸島」-ver1.11- */
A:LINK    { color: #0000FF;       }
A:VISITED { color: #0000FF;       }
A:ACTIVE  { color: #FF0000;       }
A:HOVER   { color: #FF0000;       }
A.M       { text-decoration:none; }

BODY{
/*  font-family: Tahoma, MS UI Gothic, Chicago; */
  color: #000000;
  background-color: #EEFFFF;
  /* scrollbar-3d-light-color:#EEFFFF;
  scrollbar-arrow-color:#AABBCC;
  scrollbar-base-color:#EEFFFF;
  scrollbar-dark-shadow-coor:#AABBCC;
  scrollbar-face-color:#EEFFFF;
  scrollbar-highlight-color:#EEFFFF;
  scrollbar-shadow-color:#AABBCC; */
}
TABLE {
/*  font-family: Tahoma, MS UI Gothic, Chicago; */
  border-style:none;
  border-width:0px;
}
/* TD,TH {
white-space : nowrap;
} */
TH {
  border-style:outset;
  border-width:1px;
  border-color:#CCCCFF;
  filter:blur(direction=135,strength=2);
}
TD {
  border-style:outset;
  border-width:1px;
  border-color:#CCCCFF;
}
H1   { color: #4444FF;       }
HR   { color: #AABBCC;border-color:#CCCCFF; }

/* #LinkHead    { white-space : nowrap; } /* リンク(ヘッダ) */
#LinkFoot    { text-align : center; } /* リンク(フッタ) */
/* トップページ */
/* #Turn        { white-space : nowrap; } /* ターン数表示 */
/* #nexttime    { white-space : nowrap; } /* 現在の時間(次回の更新時間) */
/* #myIsland    { white-space : nowrap; } /* 自分の島へ */
/* #islandView  { white-space : nowrap; } /* 諸島の状況 */
/* #newIsland   { white-space : nowrap; } /* 新しい島を探す */
/* #changeInfo  { white-space : nowrap; } /* 島の名前とパスワードの変更 */
/* #hakoSkin    { white-space : normal; } /* 箱庭スキンの設定 */
/* #RecentlyLog { white-space : nowrap; } /* 最近の出来事・各島の近況 */
/* #HistoryLog  { white-space : nowrap; } /* 発見の記録 */
/* 開発画面・観光画面 */
#islandInfo  { text-align : center; } /* 島の情報 */
#islandMap   { text-align : center; } /* 島の地図 */
#AutoCommand { text-align : center; } /* 自動系計画送信 */
#CommentBox  { text-align : center; } /* コメント更新 */
#localBBS    { text-align : center; } /* ローカル掲示板 */
/* その他 */
#targetMap   { text-align : center; } /* 目標補足 */

#islandMap table, #islandInfo table { /* Fix centering */
  margin: 0 auto;
}

/* タイトル */
.title {
  font-size: 3em;
  color: #8888FF;
  /* padding-left: 5px; */
  /* width: 100%; */
/*  filter:shadow(color=#9999CC); */
}
/* 大きい文字 */
.big {
  font-size:24pt;
}

.islName, .islName2, .number, .head, .command, .disaster, .lbbsSS, .lbbsOW,
.attention, .money, .food { font-weight: bold; }
.islName   { color: #A06040;        } /* 島の名前など */
.islName2  { color: #808080;        } /* 薄くなった島の名前 */
.number    { color: #800000;        } /* 順位の番号など */
.head      { color: #C00000;        } /* 順位表における見だし */
.command   { color: #D08000;        } /* 開発計画名 */
.disaster  { color: #FF0000;        } /* 災害 */
.lbbsSS    { color: #0000FF;        } /* 観光者通信（観光者） */
.lbbsOW    { color: #FF0000;        } /* 観光者通信（オーナ） */
.attention { color: #FF0000;        } /* 注意 */
.normal    { color: #000000;        } /* 通常の文字色 */
/* 背景色 */
.TitleCell   { background-color: #CCFFCC;        } /* 順位表見出し */
.NumberCell  { background-color: #CCFFCC;        } /* 順位表順位 */
.NameCell    { background-color: #CCFFFF;        } /* 順位表島の名前 */
.InfoCell    { background-color: #CCFFFF;        } /* 順位表島の情報 */
.CommentCell { background-color: #CCFFCC;        } /* 順位表コメント欄 */
.InputCell   { background-color: #CCFFCC;        } /* 開発計画フォーム */
.MapCell     { background-color: #CCFFCC;        } /* 開発計画地図 */
.CommandCell { background-color: #CCFFCC;        } /* 開発計画入力済み計画 */

/* JSコマンド送信済み */
.commandjs1  {
  border-width:0px;
  color: blue;
  width: 100%;
  height: 100%;
  /* white-space : nowrap; */
  background-color: #CCFFCC;
}
/* JSコマンド未送信 */
.commandjs2  {
  border-width:0px;
  color: red;
  width: 100%;
  height: 100%;
  /* white-space : nowrap; */
  background-color: #FFFFFF;
}

#menu {
  background-color: #e0ffff;
  z-index: 1;
}

#menu td {
  border: none;
}
