@charset "utf-8";

@import url("../packages/default/css/import.css");

/*
 * by Karappoさん
 */

body{
  /*
  background:#6E5544 url(../packages/default/img/header/bg_line.gif) repeat-x;
  */
  height:63px;
  background:#FFFFFF;
  border-top: 4px solid #C70000;
  background:#6E5544 url(../packages/default/img/header/bg_line_lite.gif) repeat;
}

div#header {
  height:63px;
  background:#FFFFFF;
  width:100%;
}

div#header div#contents {
  width:780px;
  float: auto;
  margin-left: auto;
  margin-right: auto;
}

div#header div#contents h1 a {
  background:transparent url(../packages/default/img/header/logo.gif) no-repeat 4px 7px;
  width:385px;
}

div#information {
  padding-top:25px;
}

div#container{
  margin-top:25px;
}

div#footer{
  background-color:#FF0000;
  border-top:10px solid #C70000;
}

div#top-notice{
  margin: 0px 5px 15px 0px;
  border: medium solid #ff6500;
  padding: 10px 10px 10px 10px;
}

div#top-notice img{
  margin: 0px 0px 5px 0px;
}

div#top-change-notice{
  margin: 0px 10px 20px 5px;
  border: thin dotted #535455;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
}

div#regular-holiday{
  margin: 0px 10px 20px 5px;
  padding: 5px 10px 5px 10px;
  background-color:#FFEECC;
  color: #DE4C0C;
  font-weight: bold;
}

#block-holiday {
  margin: 15px 0px 0px 0px;
  border: thin solid #CCCCCC;
}

#block-holiday h1 {
  color: #DE4C0C;
  font-weight: bold;
  text-align: center;
  background-color: #ffeecc;
  border-bottom: thin solid #CCCCCC;
  padding: 2px;
}

#block-holiday p{
  padding: 10px 10px 10px 10px;
  color: #333333;
}

#campaign {
  text-align: center;
}

