@charset "Shift_JIS";
/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    font-size : 12px;
    color : #666666;
  background-image : url(img/back.gif);
}

H1{
  font-weight : bolder;
  font-size : 12px;
  color : #ff0000;
}

STRONG{
  font-weight : normal;
}

/* ラッパーの設定*/
#wrap{
    position:relative;
    width:770px;
    margin:0px auto;
    text-align:left;
}
#wrap2{
    position:relative;
    width:770px;
    margin:0px auto;
    text-align:center;
}
/* ヘッダーの設定*/
#head{
    width:770px;
    padding:0px 0px 5px 0px;
    text-align:center;
}
/* 左側の設定*/
#left{
    width:468px;
    float:left;
}
/* 右側の設定*/
#right{
    width:300px;
    float:right;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    clear:both;
}


