@charset "utf-8";

/*base
--------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
}
html:first-child body {
  min-height: 100%;
  padding-bottom: 1px;
}
body {
  font-size: 88%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
* + html body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
ul {
  list-style: none;
}
ol {
  margin-left: 1.5em;
}

a {
  /*\*/
  overflow: hidden; /**/
}
a:link {
  color: #036eb8;
}
a:visited {
  color: #036eb8;
}
a:hover {
  color: #ff9900;
}

.window {
  vertical-align: middle;
  margin-left: 5px;
}

/*body
--------------------------*/
body {
  color: #333;
  background: url(../parts/body_bg.jpg) repeat-y center -26px;
}
body a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* header
--------------------------*/
header {
  width: 100%;
  background: url(../parts/header_bg.jpg) no-repeat center top;
  padding: 16px 0;
  margin-bottom: -32px;
}
header #header {
  width: 848px;
  margin: 0 auto;
  padding-right: 132px;
}
header #headerlogo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
header .phonecontact {
  margin-left: 260px;
}
header nav {
  margin-top: 36px;
  padding-left: 268px;
  width: 580px;
  position: relative;
  z-index: 5;
}
header nav ul {
  background: url(../parts/navi_bg.png) no-repeat center center;
}
header nav li {
  float: left;
  margin-left: 52px;
  list-style-type: none;
  position: relative;
}
header nav li:first-child {
  margin-left: 0;
}
header nav li a {
  display: block;
  width: 60px;
  height: 17px;
  text-indent: -9999px;
  background: url(../parts/navi.gif?ver=2024);
}
/* off */
header nav .n1 a {
  background-position: left top;
  width: 48px;
}
header nav .n2 a {
  background-position: -48px top;
}
header nav .n3 a {
  background-position: -108px top;
}
header nav .n4 a {
  background-position: -168px top;
  width: 84px;
}
header nav .n5 a {
  background-position: right top;
  width: 74px;
}
/* onとthis */
header nav .n1 a:hover {
  background-position: left bottom;
}
header nav .n2 a:hover {
  background-position: -48px bottom;
}
header nav .n3 a:hover {
  background-position: -108px bottom;
}
header nav .n4 a:hover {
  background-position: -168px bottom;
}
header nav .n5 a:hover {
  background-position: right bottom;
}

header nav .sm {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 1;
  display: none;
  width: 100px;
}
header nav ul ul {
  width: auto;
  background: none;
}
header nav .sm li {
  float: none;
  margin: 0 0 2px 0;
}
header nav .sm li a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 12px;
  text-indent: 0;
  height: auto;
  width: 140px;
  background: none;
  background-color: #dacdb0;
  color: #333;
  text-decoration: none;
}

/*container
--------------------------*/
.topicpath {
  font-size: 90%;
  line-height: 1.1;
  color: #9c9c9c;
  margin: 0 0 62px 0;
}
.topicpath ul {
  overflow: hidden;
}
.topicpath li {
  float: left;
  margin: 0 0.5em 0 0;
}
.topicpath li:before {
  content: " > ";
}
.topicpath li:first-child:before {
  content: "";
}
.topicpath a:link {
  color: #444;
  text-decoration: none;
}
.topicpath a:visited {
  color: #666;
}
.topicpath a:hover {
  color: #ff9c00;
}

#wrapper {
  width: 100%;
  background: url(../parts/container_bg.png) no-repeat center bottom;
  padding: 0 0 120px 0;
}
#wrapper #container {
  background: url(../parts/wrapper_bg_m.png) repeat-y center top;
}
#wrapper #main {
  background: url(../parts/article_bg.jpg) no-repeat center top;
  padding-top: 100px;
}
#wrapper #article {
  width: 662px;
  margin: 0 auto;
  position: relative;
  padding: 0 132px 0 186px;
}
#wrapper #article #feather {
  position: absolute;
  right: -16px;
  top: -208px;
}
#wrapper #article .conts {
  margin-left: 50px;
}
.pagetop {
  position: absolute;
  right: 0px;
  top: 200px;
  cursor: pointer;
}

/*main
--------------------------*/
#main h1 {
  font-size: 240%;
  line-height: 1.2;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serifl;
  background: url(../parts/h1.png) no-repeat center bottom;
  color: #3e548f;
  padding-bottom: 48px;
  margin-bottom: 28px;
  letter-spacing: 5px;
}
#main h1 span {
  letter-spacing: 0;
}
#main table th {
  text-align: left;
}
#main table td {
  vertical-align: top;
}
#main aside {
  position: absolute;
  left: -16px;
  top: 160px;
  width: 220px;
}
#main aside ul {
  list-style-type: none;
}
#main aside li {
  padding-bottom: 6px;
}
#main aside a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*footer
--------------------------*/
footer {
  width: 100%;
  background: url(../parts/footer_bg.png) no-repeat center -30px;
  padding: 22px 0 20px;
  font-size: 90%;
}
footer #footer {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
footer #footer_left {
  float: left;
  display: block;
  width: 225px;
}
footer #footer_left a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
footer #footer_middle {
  float: left;
  display: block;
  width: 500px;
}
footer #footer_middle ul li:nth-child(2) a img {
  margin-left: 30px;
}
footer ul {
  list-style-type: none;
}
footer li {
  margin-bottom: 12px;
  color: #5e5e5e;
}
footer #footer_middle span.phone {
  background: url(../parts/icon-tel.png) no-repeat left top;
  margin-right: 5px;
  margin-left: 1px;
  padding: 2px 0 5px 25px;
}
footer #footer_middle span.map {
  display: inline-block;
  background: url(../parts/icon-map.png) no-repeat left center;
  vertical-align: -15px;
  margin-left: 10px;
  padding: 12px 0 0 18px;
}
footer #footer_middle span.map img {
  padding: 0;
}
footer #footer_right {
  float: right;
  display: block;
  width: 250px;
  text-align: right;
}
