@charset "euc-jp";

/* Imports
----------------------------------------*/
/* �쥤������
----------------------------------------*/
html	{
    height: 100%;
}

body	{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #777978 url("..//images/bg_main.jpg") fixed center top;
    text-align: center;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Verdana, Arial, Sans-Serif;
    color: #44444f;
}

#wrapper	{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 900px;
    margin:  0 auto;
    padding: 0;
    background: #ffffff;
    text-align: left;
    font-size: 1.15em;
}
#wrapper, x:-moz-any-link {font-size: 1.2em;} /* FF2 and older */
#wrapper, x:-moz-any-link, x:default {font-size: 1.15em;} /* FF3 reset */

#mainContainer	{
    margin: 0 10px;
    background: #ffffff;
}

#subContentsL	{
    float: left;
    width: 170px;
    margin-top: 10px;
    background: #ffffff;
}

#subContentsR	{
    float: right;
    width: 300px;
    background: #ffffff;
    margin-top: 10px;
}


/* ���
----------------------------------------*/
a,
a:hover,
a:visited	{
    font-weight: bold;
    text-decoration: none;
    color: #ad0033;
}
a:hover	{
    text-decoration: underline;
}


/* ���ڤꡦfloat���
----------------------------------------*/
hr.separator	{
    visibility: hidden;
    clear: both;
    display: none;
}
br.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.tagging-image img{
    margin-top: 3px;
    width: 30%;
}

table tr th{
    //width: 45px;
}

table tr th:last-child{
    width: 65px;
}

table tr th a{
    font-size: 10px;
}
