/* infoエリア */
.info { background-image: url(../image/info_haikei.gif); background-repeat: no-repeat; height: 300px; padding-top: 10px; border: solid 1px #fafafa; }

/* トップバナーエリア */
.top_ban { padding: 5px 10px  ; font-size: 13px; color: #36414d; background-position: 0 0; text-align: center; margin-top: 5px; margin-bottom: 5px;parent;
}

/* backtotop */
.back { font-size: 12px; color: #7d7d7d; line-height: 160%; background-position: 0 0; text-align: right; width: auto; height: 30px; margin-top: 5px; margin-bottom: 0; padding-top: 5px; padding-right: 5px; padding-left: 5px;parent;
}
/* メールページ */
.mail { padding: 10px 5px  ; font-size: 12px; color: #000; line-height: 160%; background-position: 0 0; text-align: left; margin-top: 5px; margin-bottom: 15px; border: solid 1px #dcdcdc;parent;
}
.mail table { width: auto; height: auto; margin: 0; }
.mail td { font-size: 12px; background-color: #efefef; text-align: left; width: auto; height: auto; margin: 0; padding: 5px; }
.mail tr { font-size: 11px; background-color: #efefef; text-align: left; width: auto; height: auto; margin: 5px; }

table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td { background-color: #fff; padding: 5px; border-width: 0 0 1px 1px; text-align: left; border-color: #e3e3e3; border-style: solid; white-space: nowrap; }

