﻿@charset "utf-8";

/* ---- インフォメーション一覧用 ---- */

* {
    margin: 0;
    padding: 0;
    border: 0 none;
}
body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
    font-size: 14px;
    color: #555;
    background-color: #FFF;
}
a {
    text-decoration: underline;
}
a:link {
    color: #4A71BF;
}
a:visited {
    color:#4848C1;
}
a:active {
    color:#FF6600;
}
a:hover {
    color:#FF6600;
    text-decoration: none;
}
table {
    width: 100%;
}
th {
    font-size: 85%;
    color: #847B60;
    font-weight: bold;
    text-align: left;
    width: 6em;
    padding: 8px 2px 4px 4px;
    vertical-align: top;
    border-bottom: 1px solid #DFDBC6;
    line-height: 1.4;
}
td.new {
    text-align: center;
    width: 26px;
    padding: 8px 8px 4px 4px;
    vertical-align: top;
    border-bottom: 1px solid #DFDBC6;
}
td.new img {
    margin: 0.2em;
}
td {
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    padding: 8px 5px 4px;
    border-bottom: 1px dashed #DFDBC6;
}