/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    font-family:	'メイリオ',	'Meiryo',	'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3',	'Osaka',	'ＭＳ Ｐゴシック',	sans-serif;
text-align: center; 

}

a{
text-decoration: none; 
}

/* ヘッダーの設定*/
#head{
    width:650px;
    height:100px;
    background-color:#000000;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:650px;
    background-color:#000000;
}
/* 左側の設定*/
#left{
    width:5px;
    height:500px;
    float:left;
    background-color:#000000;
}
/* 右側の設定*/
#right{
    width:645px;
    height:500px;
    float:right;
    background-color:#000000;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:650px;
    height:50px;
    background-color:#000000;
    clear:both;
}
