/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    font-size:10pt;
    color:#B3A378;
    text-align:center;
    background-color:#1A1328;
    _background-color:#120F24;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:600px;
    margin:0px auto;
    text-align:center;
}
/* ヘッダーの設定*/
#head{
    width:600px;
    height:768px;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:200px;
    clear:both;
}
/**/
img { border-style:none; } 
a img { border-style:none; } 
a {
text-decoration: none;
}