body {
    margin: 5px;
}

body.menu_pane {
    border-right: solid 1px #cccccc;
}

body.function_pane {
}

form {
    margin: 0px;
}

a {
    color: blue;
}

.error_pane {
    margin-top: 10px;
    color: black;
}

.system_title_pane {
    background-color: #6666cc;
    text-align: left;
    padding: 5px;
    font-size: large;
    border-top: 2px solid #ccccff;
    border-left: 2px solid #ccccff;
    border-right: 3px solid #333399;
    border-bottom: 3px solid #333399;
}

.system_title {
    color: #ffffff;
    vertical-align: bottom;
    font-size: large;
}

.function_title {
    border-style: solid;
    border-color: #6a6fbe;
    border-width: 1px 2px 2px 1px;
    padding: 0.3em 1em 0.2em 0.3em;
    margin-bottom: 1em;
}

.data_title {
    border-bottom: solid 1px #bbbbbb;
    padding-left: 6px;
    margin-bottom: 10px;
}

.contents {
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

.layout_table {
    margin: 0px;
}

.input_table {
    border-width: 0px;
    border-collapse: collapse;
}

.field_title {
    text-align: right;
    padding: 5px;
    border: 1px solid gray;
    background-color: #f6f6f6;
}

.fixed_cell {
    padding: 5px;
    border: 1px solid gray;
    background-color: #f6f6f6;
}

.data_cell {
    padding: 5px;
    border: 1px solid gray;
}

.not_reservable {
    background-color: #e0e0e0;
}

.reserved_full {
    background-color: #ffe0ff;
}

.reserved_some {
    background-color: #ffffe0;
}

.reserved_empty {
    background-color: #e0ffff;
}

.reserve_link {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}

.button_pane_top {
    text-align: left;
    padding-bottom: 5px;
}

.button_pane_bottom {
    text-align: left;
    padding-top: 5px;
}

input.admin_id, input.password {
    width: 200px;
}

input.button {
    height: 25px;
    width: 100px;
}

.reservation_cell {
    vertical-align: top;
}

.comment {
    margin-left: 3px;
    color: #191970;
    font-size: smaller;
}

.content_pane {
    margin: 0px;
}
.content_pane dt {
    color: black;
    background-color: #ffffff;
    width: 11em;
    position: relative;
    z-index: 2;
    padding: 0.3em 1em 0.2em 0.3em;
    border-style: solid;
    border-color: #6a6fbe;
    border-width: 1px 2px 2px 1px;
}
.content_pane dt span {
    padding-left: 8px;
    border-left: 4px solid #aaafec;
}
.content_pane dd {
    position: relative;
    z-index: 1;
    top: -0.9em;
    margin: 0 0 0 0.9em;
    border: solid 1px #8a8fbe;
}
.content_pane dd .text {
    padding: 20px 10px 5px 10px; /* テキスト部分の余白 */
    border-left: solid 5px #d4d6ec; /* 左側の着色部分 */
    background-color: #fcfcfe;
}
