@charset "utf-8";

/*===============================================*
 **    body
 **===============================================*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,  'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
  font-size: 75%;
  line-height:1.5;
  background:url("/images/body_bg.gif") repeat-y scroll 50% 0 #F7F7F9;
  color: #2c2c2c;
}

html>/**/body {
  font-size: 12px;
}
.accessibility {
  display:none;
}

/*===============================================*
 **    #wrap
 **===============================================*/
#wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/*===============================================*
 **    #header
 **===============================================*/
#header {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 10px;
}

#header h1 {
  display: none;
}

/*===============================================*
 **    #contents
 **===============================================*/
#contents h2 {
  display: none;
}

/*===============================================*
 **    #footer
 **===============================================*/
#footer {
  width: 1180px;
  clear: both;
  text-align: center;
  border-top: 1px solid #e0dfe0;
  padding-top: 10px;
  margin: 10px;
}

#footer li {
  display: inline;
}

