@charset "UTF-8";

/* 2014.12.19 by arky */

.clr {
  margin: 0;
  padding: 0;
  clear: both;
}

/* side menu */
.sideMenuWrap {
  width: 170px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  border: 1px solid #96c42e;
  /*css3*/
  border-radius-bottom-left: 6px;
  border-radius-bottom-right: 6px;
  /* safari,chrome */
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  /* firefox */
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  background: #fff;
}
.sideMenuWrap .midashi {
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 2.1em;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #96c42e;
}
.sideMenuWrap ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.sideMenuWrap li {
  width: 152px;
  line-height: 1.2em;
  margin: 0 auto 10px;
  padding: 8px 0 8px 6px;
  /* css5 */
  background: linear-gradient(top center, #fafafa 0%, #f2f2f2 100%);
  /* safari,chrome */
  background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#f2f2f2));
  /* firefox */
  background: -moz-linear-gradient(top center, #fafafa 0%, #f2f2f2 100%);
}
.sideMenuWrap li a {
  color: #7ca426;
  text-decoration: none;
}
.sideMenuWrap li a:hover {
  color: #00902b;
  text-decoration: underline;
}

/* side banner */
.sideBanner {
  width: 175px;
  padding: 0 0 0 0;
}
.sideBanner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideBanner li {
  margin: 0 0 8px;
}

/* footer navi */
#footerNavi {
  color: #fff;
  width: 760px;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto 24px;
  padding: 8px 0;
  /*css3*/
  border-radius-bottom-left: 6px;
  border-radius-bottom-right: 6px;
  /* safari,chrome */
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  /* firefox */
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  background: #96c42e;
}
#footerNavi .navi {
  float: left;
}
#footerNavi .navi ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
#footerNavi .navi li {
  margin: 0 10px 0 0;
  padding: 2px 0 0;
  line-height: 11px;
  float: left;
}
#footerNavi .navi li.rev {
  font-size: 8px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  /* safari */
  -webkit-transform: rotate(-90deg);
  /* firefox */
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: 20px 0px;
  /* ie */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  cursor: pointer;
  margin: 0 3px 0 0;
  padding: 0;
}
#footerNavi .navi li a {
  color: #fff;
  text-decoration: none;
}
#footerNavi .navi li a:hover {
  color: #00902b;
  text-decoration: underline;
}
#footerNavi .copy {
  padding: 0 10px 0px 0;
  float: right;
}

/* footer */
#footerWrap {
  width: 760px;
  margin: 0 auto 40px;
}
#footerWrap .address {
  width: 75%;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8em;
  float: left;
}
#footerWrap .GetFlash {
  width: 158px;
  height: 39px;
  float: right;
}
