@charset "utf-8";

  /* ▼メイン */
  div#content div#main {
   height: 623px;
   padding-left: 290px;
   background-image: url('/member/img/background.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   color: #fff;
   font-size: 90%;
  }

   /* ▼タイトル画像 */
   div#content div#main h2 {
    margin: 0px;
   }

   div#content div#main h2 img {
    width: 610px;
    height: 41px;
   }
