@charset "utf-8";

#contents
{
    text-align: left;
}

#sub_menu
{
    position: absolute;
    top: 280px;
    left: 160px;
    width: 500px;
    color: #FFF;
    background-color: #000;
}

#sub_menu ul li
{
    padding: 5px 0;
    width: 25%;
    border-top: solid 1px #E43E48;
    font-size: 0.9em;
    text-align: center;
    display: block;
    float: left;
}

#sub_menu ul li a
{
    text-decoration: none;
    color: #FFF;
}

#sub_menu a em.hide
{
    display: none;
}

#sub_menu a:hover em.hide
{
    display: inline;
}

#sub_menu a:hover em.appear
{
    display: none;
}

#form
{
    width: 500px;
    text-align: center;
}

#form h3
{
    margin: 10px 10px 0 30px;
    width: 460px;
    font-size: 0.9em;
    text-indent: 0;
    text-align: center;
    line-height: 180%;
    background-color: #FDF;
    border-bottom: solid 2px #F0F;
}

#form .add
{
    margin: 10px 0 5px 0;
    font-weight: bold;
    color: #F00;
    text-align: center;
}

#form table
{
    margin: 0 10px 0 30px;
    width: 460px;
    border-collapse: collapse;
}

#form th, #form td
{
    line-height: 200%;
    border-bottom: solid 1px #F0F;
    background-color: #FEF;
}

#form th
{
    padding-left: 1em;
    font-weight: bold;
    text-align: left;
    border-left: solid 5px #FAF;
    background-color: #FDF;
}

#form th span
{
    padding-left: 0.5em;
    font-weight: bold;
    color: #F00;
}

#form textarea
{
    margin: 8px 0;
    vertical-align: bottom;
}

#form input
{
    margin: 0 0.5em;
}

#form select
{
    margin: 0 0.5em;
}

#form p
{
    line-height: 250%;
}