#headerset #header{
    background-image: none;
}

#footer{
    margin-top: 100px;
}

#mv{
    position: relative;
    height: 600px;
    overflow: hidden;
}
#mv .image{
    position: absolute;
    left: 0;
    top: 0;
}

#mv .title{
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    width: 487px;
    margin-left: -243px;
}


#mv .title h1{
    position: absolute;
    top: 80px;
    left: 0;
    font-size:192%;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    display: none;
}


#info{
    border-top-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5791d6+0,573bcf+100 */
    background: #5791d6; /* Old browsers */
    background: -moz-linear-gradient(left, #5791d6 0%, #573bcf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5791d6 0%,#573bcf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5791d6 0%,#573bcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5791d6', endColorstr='#573bcf',GradientType=1 ); /* IE6-9 */
}

#info .tit{
    background-image: url(../img/info_tit.png);
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 482px;
    height: 20px;
    line-height: 1em;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 12pt;
}
#info .tit a,#info .tit a:hover {
    color: #081c35;
    text-decoration: none;
}

#info .inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#info li{
    display: inline;
    color: #FFFFFF;
    font-size: 20pt;
    text-decoration: none;
}
#info .btn a{
    display: block;
    background-image: url(../img/info_arrow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-top: 40px;
    height: 60px;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
}
#info .btn1 a{
    float: left;
    width: 490px;
}
#info .btn2 a{
    border-left-width: 1px;
    border-left-color: #fff;
    border-left-style: solid;
    float: right;
    width: 459px;
    padding-left: 30px;

}



#network{
    position: relative;
    border-top-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    background-color: #dee7f1;
}

#network .tit{
    left: 0;
    top: 0;
    width: 482px;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 3px;
    text-decoration: none;
    color: #182b42;
    line-height: 1em;
    font-size: 12pt;
    text-align: center;
    background-image: url(../img/info_tit.png);
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
#network .tit a {
    color: #081c35;
    text-decoration: none;
}

#network .inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#network li{
    display: inline;
    color: #4585d2;
    line-height: 1.3em;
    font-size: 17pt;
}
#network .btn a{
    display: block;
    background-image: url(../img/network_arrow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-top: 40px;
    height: 60px;
    text-align: left;
    text-decoration: none;
    color: #4585d2;
}
#network .btn1 a{
    float: left;
    width: 326px;
}
#network .btn2 a{
    border-left-width: 1px;
    border-left-color: #fff;
    border-left-style: solid;
    float: left;
    width: 295px;
    padding-left: 30px;

}


#network .btn3 a{
    padding-top: 25px;
    height: 70px;
    border-left-width: 1px;
    border-left-color: #fff;
    border-left-style: solid;
    float: left;
    width: 295px;
    padding-left: 30px;
    padding-bottom: 5px;
}
#network .btn.btn3 img {
    line-height: 1.4em;
    padding-top: 8px;
}







#guide{
    margin-top: 50px;
}

#guide .tit{
    width: 100%;
    text-align: center;
    color: #182b42;
    text-decoration: none;
    font-size: 15pt;
}
#guide .tit a {
    text-decoration: none;
    color: #081c35;
}

#guide .inner{
    text-align: center;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#guide ul{
    margin-top: 30px;
    width: 1000px;
    margin-left: -15px;
    text-align: center;
}
#guide li{
    display: inline;
    color: #FFFFFF;
    font-size: 13pt;
    line-height: 1.4em;
}
#guide .btn   {
    position: relative;
    white-space: nowrap;
    text-align: left;
}
#guide .btn a{
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
}
#guide .btn p  {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 200px;
    color: #FFFFFF;
    font-size: 20pt;
    line-height: 1.4em;
    text-decoration: none;
    font-weight: lighter;;
}

#guide .btn .cover  {
    position: absolute;
    left: 0;
    top: 0;
}
