div{
    
  margin: 0px  
}
#heder{
    /*background-color: #99f888;*/
    height: 80px;
    width: 1000px;
    margin: 7px;
    
}
#said{
    background: pink;
    width: 400px: height:700px ;
    float: left;
}
#content{
    
    width: 720px;
    float: right;
}
#footer{
    background: yellow;
    width: 1000px;
    height: 100px;
    clear: both;
    margin: 7px;
    float: inherit;
    text-align: center;
}
#wrapper{
    width: 1000px;
    margin: 0 auto;
}
#coment{
    width: 700px;
    float: right
}
body {
background-color:#dee0c2;
    font-size: 20px;
}
.aka {
color:#F00;　←　#F00は赤色を意味します。
}