/*ホームページの大まかな段組*/



#wrapper{

  width:750px;

  margin: -270px 0 0 -375px;  /*縦横の半分をネガティブマージンでずらす*/

  position: absolute;  /*body要素に対して絶対配置*/

  top: 50%;  /*上端を中央に*/

  left: 50%;  /*左端を中央に*/

}

#content{

  height : 300px;

}







/*以下、headerの中の段組*/



#info{

  text-align : right;

  width : 470px;

  height : 60px;

  float : left;

  overflow : auto;

  font-size : 0.8em;

}





/*以下、contentのなかの段組*/



#ue{

  width : 650px;

  height : 150px;

  margin : 5px 15px 0 35px;

}

#shita{

  width : 650px;

  height : 130px;

  margin : 10px 25px 5px 25px;

}





