﻿@import "common.css";
@import "column2_right220.css";

/* ---------- ボディエリア定義 ---------- */

.file-path {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tbl {
    margin: 10px;
}

.tbl table {
    border-collapse: collapse;
}

.tbl th, td {
    padding: 3px;
    border: 1px solid #aaaaaa;
}

.tbl th {
    background-color: #99ccff;
}

.file-width {
    width: 100px;
}

.notes {
    margin: 10px;
}

