#top{
font-size:30px;
}
#container{
    width:900px;
}
#menu{
    width:265;
    float:left;
}
#content{
    width:635px;
    float:right;
}
@font-face {
    font-family: 美咲ゴシック;
    src: url('https://cdn.leafscape.be/misaki/misaki_gothic_web.woff2') format("woff2");
}

* {
    font-family: '美咲ゴシック';
}
