div {

    margin: 10px;

}



#heder {
    background-color: #99f888;
    height: 90px;
    width: 1200px;
    margin: 5px;
    text-align: center;

}

#said {
    background: pink;
    width: 400px: height:500px;
    float: left;
}

#content {

    width: 800px;
    float: left;
}

#footer {
    background: yellow;
    height: 100px;

    clear: both;
    margin: 0 auto;
}

#wrapper {
    width: 1200px;
    margin: 0 auto;
}

#coment {
    width: 700px;
    float: right
}

body {
    background-color: #dee0c2;
    font-size: 20px;
}

.aka {
    color: #F00;
    ← #F00は赤色を意味します。
}

table {
    width: 750px;
    height: 600px;

}

td,
th {
    border: 3px #79bdef solid;
}

a {
    font-size: 18px;
}
