@charset "utf-8";

/**
 *
 * フッターCSS
 * 
 * 
 * @copyright  2010 Sesh
 * @version  1.0.0
 */


#footer #footer_cont {
    width: 980px;
    height: 150px;
    margin: 0 auto;
    font-size: 15px;
    color:#FFFFFF;
}

#footer_cont a:link {
    border-style: none;
    text-decoration: none;
    color: #FFFFFF;
}

#footer_cont a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footer_cont a:hover {
    font-weight: bold;
    color: #FFF100;
    text-decoration: none;
}

#footer_menu {
    width: 700px;
    height: 80px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 10px 0 0 0;
}

#footer_menu ul {
    width: 700px;
    overflow: hidden;
    float: left;
    display: inline;
    padding-top: 5px;
}

#footer_menu li {
    float: left;
    display: inline;
    list-style: none;
}

#footer_logo {
    width: 223px;
    height: 82px;
    margin: 20px 0 0 0;
    float: right;
    display: inline;
}

.copyright {
    width: 980px;
    float: left;
    display: inline;
    clear: both;
}

.license {
    width: 980px;
    float: left;
    display: inline;
    clear: both;
}