@charset   "Shift_JIS";
.box1{
  font-size : 15px;
  line-height : 180%;
  width : 640px;
}

.font15{
  font-size : 15px;
  line-height : 180%;
}

.font16bold{
  font-size : 16px;
  font-family : メイリオ;
  line-height : 180%;
  font-weight : bold;
}
.font15bold{
  font-size : 15px;
  font-family : メイリオ;
  line-height : 180%;
  font-weight : bold;
}
.font22bold{
  font-size : 22px;
  font-family : メイリオ;
  line-height : 180%;
  font-weight : bold;
}
body{
  margin-top : 0px;
}

.bg_l{
  background-image : url(img/bg_l.jpg);
  background-repeat : repeat-y;background-position : center top;
}

.bg_r{
  background-image : url(img/bg_r.jpg);
  background-repeat : repeat-y;background-position : center top;
}
