@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html，textarea{
    overflow: auto;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img,input,button { vertical-align: middle;}
p {line-height: 1.5;}

body {
    font: 12px/1 "HelveticaNeue","Helvetica Neue",Helvetica, Tahoma, Arial, \5b8b\4f53, sans-serif;
    line-height: 1;
    color: #333;
    background: #f5f5f5;
}

html, body {
    height: 100%;
}

a {color: #333;}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

.radius, #main {
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius:8px;
}

.fn-hide {display: none;}
.fn-left {float: left;}
.fn-right {float: right;}

.fn-clear, #links { zoom: 1;}
.fn-clear:after, #links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.in { padding: 10px;}
.out { margin: 10px;}


#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 460px;
    height: 320px;
    margin-top: -160px;
    margin-left: -230px;
    background: transparent url('img/mudou.png') no-repeat;
}
    #logo a {
        display: none;
    }

#footer {
    color: #CCC;
    position: absolute;
    top: 95%;
    left: 50%;
    width: 460px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -20px;
    margin-left: -230px;
}
