@charset "utf-8";

/** --------------------------------------------------------------------------------
 * 上書き用
 */
body {
  background: #ff5d00 url("/images/pc/winterBg.gif") repeat scroll 15% 40px;
}

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

#wholeInner {
  background: url("/images/pc/winterBg.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: 22px;
}

div#footer p.message {
  color: #333;
  background-color: #fff;
  text-shadow: none;
}

div#footer ul.main {
  left: 80px;
}

div#footer ul.sub {
  left: 280px;
}