/* レイアウトの設定*/
body{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color:#000000;




/* ラッパーの設定*/
#wrap{
    position:relative;
    width:700px;
    background-color:#000000;
    margin:0px auto;
    text-align:left;
}


/* ヘッダーの設定*/
#head{
    width:700px;
    height:112px;
    background-color:#000000;
    text-align: center;
}


/*メニューの部分*/
#menu{    
width:700px;
    background-color:#000000;
text-align: center;
}




/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:50px;
    background-color:#FFFFFF;
    clear:both;
    text-align: center;
}


