/* 基本設定 */
body {
    background-image: url("back_001.gif");
    margin: 0;
    padding: 0;
    font-family: "Hiragino Mincho ProN", "MS Mincho", "serif";
    color: #535353;
}

/* 共通の中央寄せ */
.center-content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.spacer {
    height: 20px;
    clear: both;
}

/* ヘッダー・タイトル部分 */
.title-table {
    width: 382px;
    height: 28px;
    border-collapse: collapse;
}

.title-cell {
    background-color: #aaaaaa;
    background-image: url("title_s.gif");
    color: #e8e8e8;
    padding-left: 10px;
}

.title-cell span {
    color: #5057af;
}

/* セクション区切り */
.section-header-table {
    width: 670px;
    height: 32px;
    background-color: #e0e0d6;
    text-align: center;
    border-collapse: collapse;
}

/* 所長プロフィール */
.profile-main-table {
    width: 687px;
    border-collapse: collapse;
    margin-top: 10px;
}

.profile-text-cell {
    width: 64%;
    padding: 10px;
    vertical-align: top;
}

.profile-name {
    text-align: center;
    color: #535353;
    font-size: 1.1em;
}

.profile-body {
    text-align: left;
    font-size: 0.85em;
    line-height: 1.6;
}

.profile-photo-cell {
    width: 39%;
    text-align: center;
    vertical-align: top;
}

.profile-career {
    text-align: left;
    font-size: 0.7em;
    padding: 10px;
    line-height: 1.4;
}

/* メンバーリスト */
.member-list-table {
    width: 673px;
    border-collapse: collapse;
    text-align: center;
}

.member-list-table td {
    padding: 10px 5px;
    vertical-align: top;
}

.role {
    font-weight: bold;
    color: #535353;
}

.ruby {
    font-size: 0.8em;
}

.name {
    font-weight: bold;
    font-size: 1.1em;
}

.career-cell {
    font-size: 0.7em;
    text-align: left;
    line-height: 1.4;
}

/* 事務局スタッフ */
.staff-table {
    width: 637px;
    border-collapse: collapse;
    margin-top: 20px;
}

.staff-header {
    height: 32px;
    background-color: #9370db;
    color: #e8e8e8;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.staff-body {
    height: 51px;
    font-size: 0.9em;
    padding-left: 10px;
}

/* 下部ナビゲーション */
.footer-nav {
    text-align: center;
    font-size: 0.85em;
    margin: 30px 0;
}

.footer-nav a {
    color: #0000ee;
    text-decoration: underline;
}

/* コピーライト */
.copyright-footer {
    background-color: #6b8e23;
    border-top: 1px solid #4a6318;
    color: #f5f5dc;
    text-align: center;
    font-size: 0.8em;
    padding: 5px 0;
    width: 100%;
}