/* ページ全体のスタイル */
body {
    color: #333;
    background-color: black;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* ヘッダーのスタイル */
#header {
    color: #00cc00;
    font-size: 18px;
    margin-bottom: 20px;
}

/* メニューのスタイル */
#menubar a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
}

#menubar a:hover {
    background-color: #00cc00;
    color: black;
}

/* メインビジュアルの画像 */
#main_vis img {
    max-width: 100%;
    height: auto;
}

/* テーブルのデザイン */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table td, table th {
    padding: 5px;
    border: 1px solid #666;
    color: white;
    background-color: black;
}

/* 各テーブルの個別設定 */
#HPB_TABLE_4_A_250208101623 th,
#HPB_TABLE_4_A_250208101623 td,
#HPB_TABLE_4_A_250208101851 th,
#HPB_TABLE_4_A_250208101851 td,
#HPB_TABLE_1_A_250208105114 th,
#HPB_TABLE_1_A_250208105114 td,
#HPB_TABLE_1_A_250208110428 th,
#HPB_TABLE_1_A_250208110428 td,
#HPB_TABLE_1_A_250208110653 th,
#HPB_TABLE_1_A_250208110653 td,
#HPB_TABLE_1_A_250208130824 th,
#HPB_TABLE_1_A_250208130824 td,
#HPB_TABLE_1_A_250208132310 th,
#HPB_TABLE_1_A_250208132310 td {
    padding: 2px;
}

/* 画像のスタイル */
img {
    border: none;
    max-width: 100%;
    height: auto;
}