/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:#000000;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:750px;
    background-color:#000000;
    margin:0px auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
    width:750px;
    background-color:#000000;
}
/* 左側の設定*/
#left{
    width:200px;
    float:left;
    background-color:#000000;
}
/* 右側の設定*/
#right{
    width:550px;
    float:right;
    background-color:#000000;
}
/* フッターの設定*/
#foot{
    position:relative;
    height:50px;
    background-color:#000000;
    clear:both;
}
hr{
border:dotted #666666;
border-width:0px 0px 2px 0px;
}
img{border:0px;}
a:link{color:#666666;}
a:hover{color:#666666;}
a:visited{color:#666666;}
