/*****************************************
	base
****************************************/
body {
  background       : #ffffff;
  color            : #000000;
  padding          : 0;
  margin           : 0;
  font-size        : 13px;
  line-height      : 18px;
  font-family      : "MS PGothic", Arial, sans-serif;
  text-align       : center;
  background-image : url(../img/c_back.gif);
  background-repeat: repeat;
  background-position: left 0;
}
img {
  border           : 0px none #ffffff;
}
a:hover {
  color            : #ff0000;
}
.c_body {
  width            : 656px;
  text-align       : center;
  margin           : 0px auto;
  background-image : url(../img/c_back_main.gif);
}
.c_main {
  width            : 647px;
  text-align       : center;
  margin           : 0px auto;
}
form {
  margin           : 0px;
  padding          : 0px;
}

/*****************************************
	footer
****************************************/
.c_footer {
  width            : 610px;
  margin           : 0px auto 0px;
  line-height      : 15px;
  padding          : 5px 0px 10px;
  font-size        : 12px;
  color            : #999999;
}
.c_footer img {
  margin          : 5px 0px 2px;
}
.c_footer h2, .c_footer h3 {
  margin          : 0px 0px 6px;
  font-weight     : normal;
  font-size       : 10px;
  line-height     : 12px;
}
.c_copyright {
  width            : 610px;
  border-top       : 1px solid #999999;
  margin           : 5px auto 0px;
  padding          : 5px 0px 0px;
  font-size        : 12px;
  color            : #333333;
}

