@charset "utf-8";

/** --------------------------------------------------------------------------------
 * 上書き用
 */
body {
  background: #ff6666 url("/images/pc/valenBg.gif") repeat scroll 0 0;
}

/** --------------------------------------------------------------------------------
 * #whole
 */
#whole {
  background: url("/images/pc/valenTop.png") repeat-x 50% 0;
}

#wholeInner {
  background: url("/images/pc/valenBg.png") repeat-x 50% 100%;
}

/** --------------------------------------------------------------------------------
 * #footer
 */
div#footer {
  min-width: 1018px;
  background: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

div#footer ul.main,
div#footer ul.sub {
  top: 43px;
}

div#footer p.message {
  padding-top: 0;
  background-color: #ff6666;
}

