@charset "UTF-8";
@import url(base.css);
@import url(menu.css);
@import url(text.css);
@import url(common.css);

/* ================================================================ *
　　body
 * ================================================================ */

body {
  background: #CCCCCC url(../img/bg.gif) repeat-x;
  margin-top: 15px;
　margin-bottom: 15px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
}
