@charset "utf-8";

/**
 *---------contact-------------
 */

h2#headContact {
    height: 38px;
    background-image: url('../i/cmn_contact_head.png');
}

table#contactFormTable {
    width: 100%;
}
table#contactFormTable th {
    width: 12em;
}

ul#userCategoryList li {
    margin-bottom: 0.7em;
    float: left;
    display: inline;
    width: 170px;
}

input#mailAddress,
input#password {
    width: 400px;
    font-size: 1.6em;
}
