/*--------------------------------------------
  \\\ hano.jp style.css \\\
  update：2007.11.06
  memo  ：スタイルシート
---------------------------------------------*/


/*◆共通
---------------------------------------------*/
body{
  margin : 40px 0 0 0;
  background : #ffffff;
  color : #777777;
}
img {
  border : 0;
}



/*----*/
#container {
  width : 610px;
  margin : 0 auto 0 auto;
}
#header {
  background : url("../img/bg-h.gif");
  height : 18px;
}
#body1 {
  background : url("../img/bg-b.gif");
  text-align : center;
  padding-top : 70px;
}
#body2 {
  background : url("../img/bg-b.gif");
  text-align : center;
  padding-top : 60px;
  padding-bottom : 20px;
}
#footer {
  background : url("../img/bg-f.gif");
  height : 18px;
}
