/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:#e8ffff;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:800px;
    background-color:#FFFFCC;
    margin:0px auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
    height:140px;
    width:798px;
    background-color:#e8ffff;
    margin-left:auto;
    margin-right:auto;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;

}
/* 左側の設定*/
#left{
    float:left;
    width:185px;
    height:550px;
    background:url(./image/left.jpg);
    margin-left:auto;
    margin-right:auto;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
table#center1 {
position:abolute;
top:50%;
left:50%;
    margin-left:5px;
    margin-right:5px;
}

td.example { text-align: center; }

a { color:#0000ff; } 

.color1 {color:#0000ff;
        font-size: small;
        font-weight: normal;
                            }




/* 右側の設定*/
#main{
    float:left;
    width:612px;
    height:550px;
    background:url(./image/center.jpg);
    margin-left:auto;
    margin-right:auto;
    margin-left:auto;
    margin-right:auto;
    border-right: 1px solid #999; 
   border-bottom: 1px solid #999;
}
table#center2 {
position:abolute;
top:50%;
left:50%;
    margin-left:99px;
    margin-right:99px;
}

td.example { text-align: center; }
td.example2 { text-align: left; }
td.example3 { text-align: right; }

.color0 {color:#0000ff;
        font-size: normal;
        font-weight: normal;
                            }

.color1 {color:#0000ff;
        font-size: small;
        font-weight: normal;
                            }

.color2 {color:#ff0000;
        font-size: normal;
        font-weight: normal;
                            }

.color3 {color:#000000;
        font-size: normal;
        font-weight: normal;
                            }

/* フッターの設定*/
#foot{
    float:center;
    height:40px;
    width:798px;
    background:url(./image/foot.jpg);
    clear:both;
    margin-left:auto;
    margin-right:auto;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;

}

table#center {
position:abolute;
top:50%;
left:50%;
    margin-left:99px;
    margin-right:99px;
}

td.example { text-align: center; }

a { color:#0000ff; } 

.color1 {color:#0000ff;
        font-size: small;
        font-weight: normal;
                            }
