@CHARSET "utf-8";

table a {
    text-decoration: none;
    font-weight: normal;
}
table a:hover {
    color: #0055EA;
    text-decoration:underline;
    font-style: italic;
}

table .category {
    width: 120px;
    background-color: #FFB300;
}

#selectClass, #selectSort, #selectPosision {
    width:auto;
}

#selectClass .lavel {
    width: 45px;
    font-weight: bold;
}

#selectSort .lavel {
    width: 99px;
    font-weight: bold;
}

#selectPosision .lavel {
    width: 45px;
    font-weight: bold;
}
table#regist_member a {
    display: block;
    width: 100%;
    height: 100%;
}