@charset "UTF-8";

p {
  font-size: 16px;
  line-height: 160%;
  color: #333;
}

/* ボタンのスタイル */
a.btn {
display: block;
float: left;
position: relative;
height: 30px;
width: 250px;
margin: 0 20px 10px 0;
text-decoration: none;
font-weight: bold;
line-height: 30px;
text-align: center;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
border-radius: 4px;
behavior: url(PIE.htc);
}
/* ピンク */
a.pink,
a.pink:hover,
a.pink:visited {
color: #913944;
border: 1px solid #ee8090;
border-bottom: 1px solid #cb5462;
text-shadow: 0px 1px 0px #f9a0ad;
background: #f56778;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #f997b0), color-stop(0.5, #f56778));
background: -moz-linear-gradient(top, #f997b0 50%,#f56778 50%);
background: -o-linear-gradient(top, #f997b0 50%,#f56778 50%);
background: -ms-linear-gradient(top, #f997b0 50%,#f56778 50%);
background: linear-gradient(top, #f997b0 50%, #f56778 50%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f997b0 50%', endColorstr='#f56778 50%');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f997b0 50%', endColorstr='#f56778 50%')";
-pie-background: linear-gradient(top, #f997b0 50%, #f56778 50%);
-webkit-box-shadow: 0 1px 0 #fbc1d0 inset;
-moz-box-shadow: 0 1px 0 #fbc1d0 inset;
box-shadow: 0 1px 0 #fbc1d0 inset;
behavior: url(PIE.htc);
}

a.pink:hover {
border: 1px solid #fb96a4;
border-bottom: 1px solid #fc7585;
background: #feb4c7;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #feb4c7), color-stop(0.5, #ff7a8a));
background: -moz-linear-gradient(top, #feb4c7 50%,#ff7a8a 50%);
background: -o-linear-gradient(top, #feb4c7 50%,#ff7a8a 50%);
background: -ms-linear-gradient(top, #feb4c7 50%,#ff7a8a 50%);
background: linear-gradient(top, #feb4c7 50%, #ff7a8a 50%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feb4c7 50%', endColorstr='#ff7a8a 50%');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feb4c7 50%', endColorstr='#ff7a8a 50%')";
-pie-background: linear-gradient(top, #feb4c7 50%, #ff7a8a 50%);
-webkit-box-shadow: 0 1px 0 #ffdce5 inset;
-moz-box-shadow: 0 1px 0 #ffdce5 inset;
box-shadow: 0 1px 0 #ffdce5 inset;
behavior: url(PIE.htc);
}

#meta-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#container {
  height: 3300px;
  background-image: url('../img/story_bg.png');
  background-repeat: repeat;
  position: relative;
}
#header-innner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
#header {
  background-image: url('../img/header_bg.png');
  background-repeat: repeat;
  height: 200px;
  width: 100%;
  position: absolute; 
}
#logo-title {
}
#nav-sub {
  position: absolute;
    right: 0;
    top: 25px;
}
.nav-sub-btn{
    margin: 0 10px;
}
#nav-main {
  background-image: url('../img/bg_nav_main.png');
  background-repeat: repeat;
  width: 979px;
  margin: 0 auto;
}
.nav-main-btn01{
    margin: 0 8px;
}
.nav-main-btn02{
    margin: 0 10px;
}
.nav-main-btn03{
    margin: 0 14px;
}
.nav-main-btn04{
    margin: 0 23px;
}
.nav-main-btn05{
    margin: 0 10px;
}
.nav-main-btn06{
    margin: 0 15px;
}
#op-int-main {
  position: relative;
  width: 1280px;
  height: 3200px;
  margin: 0 auto;
  top: 250px;
}
#site {
  position: absolute;
  top: 2270px;
  left: 450px;
  right: 0;
  bottom: 0;
  margin: auto;
}
#op-int-inner01 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#op-int-b {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#footer {
  background-image: url('../img/footer_bg.png');
  background-repeat: repeat;
  width: 100%;
  height: 200px;
  bottom: 0;
}
#footer-inner {
  width: 340px;
  margin: 0 auto;
  padding-top: 50px;
}