/* レイアウトの設定*/
body{
    background-color:#2F4F4F;
    margin:0px;
    padding:0px;
    text-align:center;
}

/* リンクの設定*/
a{
    text-decoration:none;
}

/* フォントの設定*/
.font{
    color:#C62633;
}
.copyright{
    color:#C6C785;
}
/* 見出しの設定*/
.midashi1{
    font-size:30px;
    color:#C62633;
}
.midashi2{
    font-size:20px;
    color:#5A6D45;
}

/* メニュー欄の設定*/
.menu{
    color:#C62633;
    font-size:17px;
}
.shikaku{
    color:#5A6D45;
    font-size:17px;
}
.shikaku2{
    color:#C62633;
    font-size:17px;
}

/* ラッパーの設定*/
#wrap{
    position:relative;
    width:800px;
    background-color:#FFEBCD;
    margin:0px auto;
    text-align:left;
}

/* ヘッダーの設定*/
#head{
    width:800px;
    height:100px;
    background-color:#88484D;
}

/* 左側の設定*/
#left{
    width:150px;
    height:550px;
    float:left;
    background-color:#F2EAC0;
}

/* 右側の設定*/
#right{
    width:650px;
    height:550px;
    float:right;
    background-color:white;
}

/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:50px;
    background-color:#5A6D45;
    clear:both;
}