/*****************************************
	body
****************************************/

body {
  margin           : 0px;
  text-align       : center;
  background       : #ffffff;
  background-image : url(../img/common_01.gif);
  background-repeat : repeat-x;
  background-position : left 0px;
}
div.body {
  width            : 851px;
  margin           : 0px auto 0px;
  color            : #333333;
  text-align       : left;
}
img {
  border: 0px none #ffffff;
}

/*****************************************
	footer
****************************************/
.footer {
  text-align       : left;
  font-size        : 12px;
  line-height      : 14px;
  text-align       : right;
  height           : 25px;
  background-image : url(../img/common_06.gif);
  background-repeat : repeat-x;
  background-position : left 0px;
  padding-top   : 15px;
  margin-top    : 15px;
}
.footer a:link, .footer a:visited {
  line-height      : 15px;
  color            : #333333;
  text-decoration  : none;
  background-image : url(../img/common_02.gif);
  background-repeat : no-repeat;
  list-style-type  : none;
  background-position : left 0px;
  padding-left     : 12px;
  padding-right    : 10px;
}
.footer a:hover {
  line-height      : 15px;
  color            : #D22D2D;
  text-decoration  : none;
  background-image : url(../img/common_02.gif);
  background-repeat : no-repeat;
  list-style-type  : none;
  background-position : left 0px;
  padding-left     : 12px;
  padding-right    : 10px;
}
.copyright {
  font-size        : 12px;
  line-height      : 14px;
  height           : 41px;
  color            : #ffffff;
  padding-top      : 23px;
  text-align       : center;
  background-image : url(../img/common_03.gif);
  background-repeat : repeat-x;
  background-position : left 0px;
}