@charset "UTF-8";
/* 文字コード */
/*----------------------------------
	all
----------------------------------*/
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #323232;
}

li img {
  vertical-align: top;
}

#wrap {
  overflow: hidden;
  min-width: 961px;
  min-height: 500px;
  width: 100%;
  background-image: url(img/common/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

/*----------------------------------
	header
----------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 961px;
  height: 147px;
  text-align: left;
}
#header:after {
  position: absolute;
  top: 2px;
  right: 0px;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
  width: 392px;
  height: 203px;
  content: '';
  background-image: url(img/common/bg_header_images.png);
  background-repeat: no-repeat;
}
#header .btn_header_blog {
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: auto;
  left: auto;
  z-index: 10;
}

/*----------------------------------
	nav
----------------------------------*/
#nav {
  position: relative;
  z-index: 20;
  margin: 0 auto 0px;
  padding: 1px 0px 1px 1px;
  width: 960px;
  height: 122px;
  background-image: url(img/common/bg_nav.png);
  background-repeat: repeat;
}
#nav:before {
  position: absolute;
  top: -30px;
  right: 225px;
  bottom: auto;
  left: auto;
  z-index: 30;
  display: block;
  width: 52px;
  height: 49px;
  content: '';
  background-image: url(img/common/bg_monster01.png);
  background-repeat: no-repeat;
}
#nav:after {
  display: block;
  margin: -1px auto 0;
  width: 960px;
  height: 16px;
  background-image: url(img/common/bg_nav_shadow.png);
  background-repeat: no-repeat;
  content: '';
}
#nav li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 1px;
  width: 239px;
  height: 62px;
  background-image: url(img/common/bg_nav_li.png);
  background-repeat: no-repeat;
}
#nav li .inner {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  margin: 5px auto 0;
  width: 149px;
  height: 50px;
  text-align: center;
}
#nav li a {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  margin: 5px auto 0;
  width: 229px;
  height: 50px;
  text-align: center;
}
#nav li a img {
  margin: 5px 0 0 0;
}
#nav li .hOver {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 239px;
  height: 60px;
  background-image: url(img/common/bg_nav_li_o.png);
  background-repeat: no-repeat;
}
#nav .current {
  background-image: url(img/common/bg_nav_li_a.png);
}
#nav .close {
  background-image: url(img/common/bg_nav_li_0.png);
}
#nav .close img {
  margin: 5px 0 0 0;
}

/*----------------------------------
	btnBackTop
----------------------------------*/
#btnBackTop {
  position: relative;
  z-index: 20;
  clear: both;
  margin: 0 auto;
  padding: 6px 0px 4px 8px;
  width: 953px;
  text-align: left;
}

/*----------------------------------
	cotainer
----------------------------------*/
#container {
  position: relative;
  margin: 0 auto 0;
  min-height: 500px;
  width: 961px;
  background-image: url(img/common/bg_container.png);
  background-repeat: repeat-y;
}
#container h2 {
  position: relative;
  z-index: 20;
  width: 960px;
  height: 75px;
  background-image: url(img/common/bg_h2.png);
  background-repeat: no-repeat;
  text-align: left;
}
#container h2:before {
  position: absolute;
  top: -22px;
  right: -42px;
  bottom: auto;
  left: auto;
  z-index: 30;
  display: block;
  width: 197px;
  height: 87px;
  content: '';
  background-image: url(img/common/bg_deco02.png);
  background-repeat: no-repeat;
}
#container h2:after {
  position: absolute;
  top: 65px;
  right: -42px;
  bottom: auto;
  left: auto;
  z-index: 30;
  display: block;
  width: 50px;
  height: 90px;
  content: '';
  background-image: url(img/common/bg_deco02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#container h2 img {
  padding: 14px 0 0 40px;
}

/*----------------------------------
	side,subnav
----------------------------------*/
#side {
  position: relative;
  float: left;
  margin: 14px 0 0;
  padding: 5px 0px 0px;
  width: 200px;
  background-position: center top;
  background-repeat: no-repeat;
}
#side:before,
#subnav:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -244px;
  left: -37px;
  z-index: 30;
  display: block;
  width: 219px;
  height: 237px;
  content: '';
  background-image: url(img/common/bg_deco01.png);
  background-repeat: no-repeat;
}

/*----------------------------------
	main
----------------------------------*/
#main {
  position: relative;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: -5px 0 0 200px;
  min-height: 520px;
  width: 732px;
  background-image: url(img/common/bg_main.png);
  background-repeat: repeat-y;
}

/* pageTop
--------------------------------------------*/
#pageTop {
  position: fixed;
  right: -50px;
  bottom: 200px;
  z-index: 100;
  display: none;
  display: none;
}

/* pager
--------------------------------------------*/
#pager {
  margin-bottom: 20px;
  text-align: center;
}
#pager a {
  color: #402000;
}
#pager a:hover {
  color: #ff0000;
}

/* leaf
--------------------------------------------*/
.leafR {
  position: absolute;
  top: 757px;
  right: -26px;
  bottom: auto;
  left: auto;
  z-index: 50;
  width: 61px;
  height: 150px;
  background-image: url(img/common/bg_deco03.png);
  background-repeat: no-repeat;
}

/*# sourceMappingURL=common_sc.css.map */