@charset "utf-8";

.b {
  font-weight: bold;
}

.color-brown {
  color: #c00;
}
.color-graydark {
  color: #546e7a;
}

/* 画像は中揃えなんだけど、文字は左揃えに */
.textbox-center {
  width: 600px;
  display: block;
  margin: 0 auto;
}
.text-left {
  text-align: left;
}
/* /画像は中揃えなんだけど、文字は左揃えに */

#wrapper {
  width: 1120px;
  margin: 0 auto;
  background-color: #fff;
}

#header {
  width: 1120px;
  margin: 10px auto 10px;
}
#header h1 {
  width: 1120px;
  background-color: #4a7fec;
  box-sizing: border-box;
  margin-top: -10px;
  padding: 5px 0px 5px 650px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}

#container {
  /*border: solid 1px #f48299;*/
  display: table;
  width: 1088px;
  margin: 16px auto;
}

#contents {
  /*border: solid 1px #000;*/
  display: table-cell; /*  sidemenuとcontentsの2カラム  */
  width: 760px;
}

#main {
  background-color: #fff;
  width: 740px;
  margin-left: 15px;
}

.hana {
  /*border: solid 1px #000;*/
  margin-top: 10px;
  padding-top: 40px;
  padding-left: 50px;
}

.c {
  text-align: center;
}

/*サイドコンテンツ*/
#side {
  /*border: solid 1px #ff0000;*/
  display: table-cell; /*  sidemenuとcontentsの2カラム  */
  padding-left: 32px;
  width: 264px;
  padding-top: 10px;

  /*padding-bottom: 50px;*/
}

#side h1 {
  height: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  border: 3px double #bfbfbf; /*２重線*/
  text-align: center; /*文字をセンタリング*/
  background-color: #4a7fec;
  /*background-image: url(../img/sidemenu/h3bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;*/
  padding-top: 5px;
}

#side h1 a {
  color: #fff;
  font-weight: bold;
}

#side p {
  padding-top: 0.5em;
  padding-bottom: 1em;
}

#side .sidemenu {
  width: 250px;
  margin: 3px auto 5px;
}

#side .sidemenu li {
  letter-spacing: 0.1em;
  background-image: url(../img/sidemenu/bg.gif); /*左側のアクセント画像*/
  background-repeat: no-repeat;
  /*background-position: left center;*/
}

#side .sidemenu a {
  display: block;
  border-bottom: 1px solid #bfbfbf;
  text-decoration: none;
  margin: 10px 0;
  padding: 3px 10px 3px 20px;
  color: #0a275c;
  /*background-color: #c9daf9;*/
}

#side .sidemenu a:hover {
  color: #fff;
  background-color: #b0c9f7;
}

/*  真ん中に配置する　*/
.line-center {
  text-align: center;
  margin: 10px auto;
}

.side-center {
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
}

.undernavi {
  margin-top: 10px;
  margin-left: 10px;
}

#footer {
  height: 200px;
  background: url(../img/head&foot/footer.jpg) no-repeat;
}

#footer .copyright {
  padding-left: 100px;
  padding-top: 8px;
  font-size: small;
}

#footer p {
  color: #d8efef;
  padding-left: 600px;
  padding-top: 135px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 140%;
}
