/* CSS Document */
#main{
  font-size : 90%;
  font-family : "メイリオ",sans-serif;
}

tr{
 text-align:left;
}
 
#bgtop{
  font-size : 80%;
  font-family : "メイリオ",sans-serif;
  background-image : url(../img/parkbg_0.jpg);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: 100% 0%;
}


#bgunder{
  background-image : url(../img/parkbg_1.jpg);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: 0% 100%;
}


#bg3{
  font-family : "メイリオ",sans-serif;
  font-size : 80%;
  background-image : url(../img/parkbg_3.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: 100% 0%;
}

#bg4{
  background-image : url(../img/parkbg_3.jpg);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: 100% 0%;
}

#hd120{
  font-size : 120%;
  font-family : "メイリオ",sans-serif;
  color : "#0f6632";
}

#hd150{
  font-size : 150%;
  font-family : "メイリオ",sans-serif;
  color : "#0f6632";
}

#hd180{
  font-size : 180%;
  font-family : "メイリオ",sans-serif;
  color : "#0f6632";
}

textarea {  
        resize: none;  
}
