/* 全体 */
body {
    background-color: #333333 !important; /* 背景色 */
    color: #e8e8e8 !important; /* 文字色 */
}
/* ヘッダー */
header {
    background-color: #333333 !important; /* 背景色 */
    color: #e8e8e8 !important; /* 文字色 */
}
/* ヘッダーWIKIタイトル */
#header h1 a {
    color: #57ad00 !important; /* 文字色 */
}
/* ヘッダーのページサブタイトルの文字色 */
#header h2 a {
    color: #e8e8e8 !important; /* 文字色 */
}
/* ヘッダーのページサブタイトルのマウスオーバー時の色 */
#header h2 a:hover {
    color: #e8e8e8 !important; /* 文字色 */
}
/* リンク（未訪問） */
a:visited {
  color: #ffa229 !important; /* リンクの色 */
}
/* リンク（訪問済み） */
a:link {
  color: #ffa229 !important; /* リンクの色 */
}
/* リンク（マウスオーバー） */
a:hover {
  color: #fed9a9 !important; /* リンクの色 */
}
/* 最上部ヘッダーバー */
.atwiki-header-submenu {
    background-color: #333333 !important; /* 背景色 */
}
.atwiki-header-submenu a,
.atwiki-header-submenu p {
    color: #e8e8e8 !important; /* 文字色 */
}
/* テーブル */
table td, table th {
    border: 1px solid #e8e8e8 !important; /* テーブルの枠線の色 */
}