@charset "Shift_JIS";


/* style reset */

* {
  margin: 0;
  padding: 0;
  color: #323232;
  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif, Verdana, Arial;
  line-height: 1.0;
  text-align: center;
  }


/* body (body) */

html{
}

body {
  background: #000000;
  }


/* image (img) */
img {
  border: 0;
  }


/* linktext (a) */

a:link {
  text-decoration: none;
  }
a:visited {
  text-decoration: none;
  }
a:hover {
  text-decoration: none;
  }
a:active {
  text-decoration: none;
  }


/* container (div#container) */

div#container {
  margin-left: auto;
  margin-right: auto;
  background: #000000;
  width: 940px;
  }



