/* by wildcat */

BODY
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    border-style: none;
/* 背景 */
    background-color: #ffffff;
    font-size: medium;
    font-family: "Trebuchet MS", Verdana, Helvetica;

}

A
{
    text-decoration: none;
}

A:hover
{
    background-color: #909090;
}

IMG
{
    border: none 0px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    border-radius: 11px;
}

#header_bar
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 4px 10px;
    margin: 0px;
    font-family: Helvetica;
    font-size: 8pt;
    background-color: #333333;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    border-style: none;
}

#header_bar .capsule
{
    /* firefox likes padding here */
    float: right;
    margin-right: 5px;
    padding: 2px 10px !important;
    background-color: #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header_bar a
{
    color: #ffffff;
}

#index_content
{
    margin: 0px;
    color: #303030;
    font-size: 18px;
    font-weight: bold;
}


#m_content
{
    text-align: center;
    width: auto;
    margin-top:1%; 
    overflow: auto;
}

#m_banner
{
    background-image: URL('img/banner.png') ;
    background-repeat: no-repeat;
    background-position: center;
    height: 201px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

#m_banner h1
{
    position: relative;
    font-size: 28px;
    top: 20px;
    left: -200px;
}

#m_banner a
{
    color: #ffffff;
}

#m_banner span
{
    position: relative;
    top: 40px;
    left: 120px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

#m_link
{
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    color: #ffffff;

}

#m_link #link1
{
    background-image: URL("img/button/b1a.png");
    display: inline-block;
    height: 41px;
    width: 150px;
}

#m_link #link1:hover
{
    background-image: URL("img/button/b1b.png");
    cursor: pointer;
}

#m_link #link2
{
    background-image: URL("img/button/b2a.png");
    display: inline-block;
    height: 41px;
    width: 150px;
}

#m_link #link2:hover
{
    background-image: URL("img/button/b2b.png");
    cursor: pointer;
}

#m_link #link3
{
    background-image: URL("img/button/b3a.png");
    display: inline-block;
    height: 41px;
    width: 150px;
}

#m_link #link3:hover
{
    background-image: URL("img/button/b3b.png");
    cursor: pointer;
}

#m_link #link4
{
    background-image: URL("img/button/b6a.png");
    display: inline-block;
    height: 41px;
    width: 150px;
}

#m_link #link4:hover
{
    background-image: URL("img/button/b6b.png");
    cursor: pointer;
}

#m_link #link5
{
    background-image: URL("img/button/b4a.png");
    display: inline-block;
    height: 41px;
    width: 150px;
}

#m_link #link5:hover
{
    background-image: URL("img/button/b4b.png");
    cursor: pointer;
}

#m_link #link6
{
    background-image: URL("img/button/b5a.png");
    display: inline-block;
    height: 41px;
    width: 150px;
}

#m_link #link6:hover
{
    background-image: URL("img/button/b5b.png");
    cursor: pointer;
}

#m_body
{
    font-size: 18px;
    font-weight: normal;
    text-align:center;
}
