body {
    background-color: white;
    background-image: url("../images/grid.gif");
    color: black;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.6;
    /*padding: 1em;*/
}

hr {
    border: none;
    border-top: 1px solid #ccc; /* ← 実際の線 */
    margin: 0 0;               /* 上下の余白 */
}

.table-wrapper {
    margin: 0 auto;
    width: 800px;
}

.table-wrapper h2 {
    font-size: 1.1em;
    /* ↓ テーブルと左揃えにするため */
    text-align: left;
    margin-left: 0;
    color:#800040;
}

.table-main {
    width: 800px;
    margin: 0.5em auto; /* ← 横中央揃え & 縦方向の間隔 */
    border-collapse: collapse;
}

.table-main th,
.table-main td {
    border: 2px solid #000000;
    padding: 0 0.1em;
}

.issue-number {
    background-color: #FFFFCC;
    text-align: center;
    white-space: nowrap;
    width: 80px;
}

.title-cell {
    background-color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
}

.icon-cell {
    width: 50px;
    background-color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
}

.author-row {
    background-color: #CCFFCC;
    padding: 0.6em;
    font-size: 1em;
}

.footer-nav {
    text-align: center;
    font-size: 0.8em;
}