/* 最上部にバーを配置*/
.header-text {
  width: 100%; height: 30px; line-height: 30px; font-size: 100%;
  font-weight: bold; color: #fff; background-color: #008;
}
.header-text-inner {
  width:960px;
}
.head-right{
  text-align: right;
}
/* 見出しの幅と高さ */
h1 {
  height: 45px;
}
h2, h3 {
  margin: 5px 0px;
  padding: 2px 10px;
  height: 45px;
}
h4, h5 {
  margin: 5px 0px;
  padding: 2px 10px;
  height: 35px;
}