﻿@import "common.css";
@import "column2_right220.css";

/* ---------- ボディエリア定義 ---------- */

.tbl {
    margin: 10px;
}

.tbl table {
    border-collapse: collapse;
}

.tbl th, td {
    padding: 5px;
    height: 30px;
    border: 1px solid #aaaaaa;
    text-align: center;
}

.tbl th {
    background-color: #99ccff;
}

.notes {
    margin: 10px;
}

