@charset "utf-8";

/*========================================
e[u
========================================*/
table.profile {
    width:500px;
}
table.profile th {
    width:80px;
    padding:0px 0px 0px 0px;
    text-align:center;
    white-space:nowrap;
    background-color:#ccccee;
    border-bottom:dotted #666666 1px;
}
table.profile td {
    padding:0px 0px 0px 10px;
    background-color:#eeeeff;
    border-bottom:dotted #666666 1px;
    font-size:10px;
}

