@charset "utf-8";

/* ----- HTML ------------------------------------ */

/* Color Chart class */
.wht { color: #ffffff; }
.blk { color: #000000; }

/* ORANGE */
.org { color: #F05334; }
/* DARK GRAY */
.ylw { color: #fCE563; }


/* Link Color */
a { text-decoration:none;}
a:link { color: #F05334; }
a:visited { color: #F05334; }
a:hover { color: #F05334; text-decoration:underline; }
a:active { color: #F05334; }

/* Link Color */
a.img { text-decoration:none;}
a.img:link { color: #ffffff; }
a.img:visited { color: #ffffff; }
a.img:hover { color: #ffffff; background: none; }
a.img:active { color: #ffffff; }

* {
  margin: 0px;
  padding: 0px;
}

body {
  background: url(/images/p/bg.gif) #3c3c3c; 
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-decoration: none;
}

h1 {
  font-size: 2.25em;
  line-height: 1em;
}

h2 {
  font-size: 2em;
  line-height: 1em;
}

p, li, address, dt, dd {
  margin: 0px;
  padding: 0px;
}

li, dt, dd {
  list-style-type:none;
}

img {
  border: 0px;
}

/* ----- CONTAINER -------------------------------------- */

#container {
  background: url(/images/p/texture.jpg);
  width: 950px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#header {
  width: 800px;
  height: 290px;
  margin: 0px 0px 0px 75px;;
  text-align: center;
}

#header h1 {
  display: none;
  text-indent: -9999px;
}

#container h2 {
  background: url(/images/p/h2.gif) no-repeat;
  width: 800px;
  height: 90px;
  margin: 20px 0px 0px 75px;;
  text-indent: -9999px;
}

#access {
  background: url(/images/p/access.gif) no-repeat;
  width: 800px;
  height: 200px;
  margin: 0px 0px 0px 75px;
  padding: 0px;
}

#form {
  height: 17px;
  margin: 0px;
  padding: 150px 30px 0px 200px;
  color: #FFFFFF;
  font-wight: bold;
}

#capture {
  width: 155px;
  height: 623px;
  margin: 0px;
  padding: 40px 25px 0px 75px;
  float: left;
}

.point {
  margin: 40px 75px 40px 0px;
  text-align: left;
}

.point p {
  margin: 10px 0px;
  line-height: 1.8em;
  color: #000000;
}

#footer {
  color: #F05334;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 0.85em;
  text-align: center;
  float: none;
  clear: both;
}

