@charset "utf-8";
/*レイアウト*/
.header{
    margin: 0 auto;
    width: 960xpx;
}
.footer{
    margin: 0 auto;
    width: 960xpx;
    clear: both;
}

.wrapper{
    width:960px;
}

.sidebar{
    width:200px;
    float: left;
}

.contents{
    width:760px;
    float:right;
}

/*フォント*/
.footer01{
    font-size:1.0em;
    font-weight: bold;
    text-align: center;
}