@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : oldstyle.css
 style info : 非レスポンシブページのみに適用
=================================================================== */
/***************************************************/
/* main
/***************************************************/
div#main {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
div.title-box {
  margin-bottom: 15px;
  padding-bottom: 5px;
  background: url("../images/title_h2.gif") no-repeat scroll left bottom transparent;
}

h2.icon-title {
  padding-left: 70px;
  line-height: 50px;
  color: #BB0000;
  font-size: 1.4em;
}

div#main h3 {
  height: 33px;
  padding-top: 3px;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #BB0000;
  font-size: 120%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: url("../images/title_h3.gif") no-repeat scroll left bottom transparent;
}

h4 {
  margin-bottom: 5px;
  padding-bottom: 2px;
  color: #BB0000;
  font-size: 95%;
}

/***************************************************/
/* indent
/***************************************************/
div.indent {
  width: 980px;
  margin: 0 auto;
}
div.inner-indent {
  padding: 0 30px;
  overflow: hidden;
}
div.space10px {
  clear: both;
  font-size: 5px;
  height: 10px;
}
div.space20px {
  clear: both;
  font-size: 5px;
  height: 20px;
}
div.space30px {
  clear: both;
  font-size: 5px;
  height: 30px;
}
div.space40px {
  clear: both;
  font-size: 5px;
  height: 40px;
}
div.space50px {
  clear: both;
  font-size: 5px;
  height: 50px;
}
div.space100px {
  clear: both;
  font-size: 5px;
  height: 100px;
}
div.space200px {
  clear: both;
  font-size: 5px;
  height: 200px;
}
div.space300px {
  clear: both;
  font-size: 5px;
  height: 300px;
}
