/* ============================================ */
/* フッター
/* -------------------------------------------- */
html, body {
    height: 100%;
}
div.wrap1 {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%; /* for IE6 */
}
div.wrap2 {
    padding-bottom: 40px;
}

div.footer {
    clear: both;
    position: absolute;
    bottom: 0;
    width: 99.9%;
    margin-right: 1px;
    background-image:url(../images/footer/background.png);
    background-color:#FFFFFF;
    background-repeat:repeat-x;
    line-height: 40px;
    height: 40px;
    color: #999;
}

div.footer div.left {
    padding-left: 20px;
    float: left;
}

div.footerRight{
    float: right;
    position: relative;
    height: 40px;
    line-height: 15px;
    margin-right: 10px;
}

span.footerRight{
    position: absolute;
    margin-left: -180px;
    line-height: 40px;
}

div.footer ul.connect li{
    display: inline;
    list-style-type: none;
    background-image: url("../images/footer/linkIcon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-right: 10px;
}

div.footer div.right {
    padding-right: 20px;
    float: right;
}

div.footer a, div.footer a:link, div.footer a:visited {
    color: #999;
    font-weight: normal;
    text-decoration: none;
}
div.footer a:hover {
    color: #666666;
}