@import "common.css";

/* ---------- ボディエリア定義 ---------- */

#main {
    padding: 10px;
}

h2 {
    font-size: 13pt;
    color: #3355dd;
}

.profile table {
    border-collapse: collapse;
}

.profile th, td {
    padding: 5px 8px;
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px 0px;
}

.profile th {
    background-color: #dddddd;
    text-align: center;
}

.profile ul, ol {
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

.profile .pc-env th {
    text-align: right;
    background-color: #eeeeee;
}

.mypc table {
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
}

.mypc th, td {
    padding: 5px 8px;
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px 0px;
}

.mypc th {
    text-align: center;
}

.mypc .subtbl th,
.mypc .maintbl th {
    background-color: #dddddd;
}

