@charset "utf-8";

/* ---------------------------------------------------------------------------
 [ layout.css ]

 レイアウト設定

 レイアウトに関する設定を行います。

--------------------------------------------------------------------------- */

body {
  text-align: center;
  font-size: 100%;
}

.wrapper {
  text-align: center;
}

.px-ct {
  text-align: center;
}

.px-ct,#contents,
#top_contents {
  margin: 0 auto;
  text-align: left;
}

.px-ct {
  width: 100%;
}

#top_contents,#contents {
  width: 900px;
}

#page {
  margin: 0 0 200px 0;
}


/* ------------------------------
 IE6 hack 設定
------------------------------ */
#contents {
  _margin-right: 35px;
}

#top_contents {
  _width: 905px;
}


/* EoS */