@import url("reset.css");

html {
  width: 100%;
}
body {
  width: 100%;
  background-color: #fff;
  background-image: url("sozai/grid.png");
  text-align: center;
}

ul{
margin: 30px 0px 50px 0px;
}

li{
margin: 6px 0px 6px 0px;
}

a{
  color:#866629;
}



/* 見出し全般に適用するスタイル */
.headline {
  font-weight: bold;
  padding: 5px 0 5px 0;
}

#backToTop{
  position: fixed;
  bottom: 10px;
  right : -300px;
  z-index: 666;
}

#backToTop:hover{
  cursor: pointer;
}

#wrapper {
  width: 800px;
  margin: 0px auto 0px auto;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  text-align: left;
border-left: 1px solid #3c7170;
border-right: 1px solid #3c7170;
}

#wrapper #header {
  width: 800px;
height: 420px;
}
#wrapper #header h1 {
  position: relative;
  width: 100%;
  height: 331px;
  text-align: center;
  font-size: 160%;
  padding: 30px 0px 0px 0px;
  color: #719bad;
  background-color: #f9f9f9;
  color: #f9f9f9;
  z-index: 5;
  border-bottom: 1px dotted #3c7170;
}

#wrapper #header a {
  color: #f9f9f9;
}

#wrapper #header #menu {
  position: relative;
  text-align: center;
  height: 60px;

}

#wrapper #header #menu ul {
height: 60px;
border-bottom: 1px dotted #3c7170;
z-index: 0;
  padding: 0;
  margin: 0;
}

#wrapper #header #menu ul li {
  position: relative;
  float: left;
  width: 159px;
  height: 30px;
  padding: 0;
  margin: 0;
  border-right: 1px dotted #3c7170;
}

#wrapper #header #menu ul li img {
  position: relative;
  z-index: 0;
  top: -63px;
}

#wrapper #content {
  width: 720px;
  text-align: left;
  color: #444;
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}

#wrapper #content img{
  margin: 30px 0 0px 0;
  border: 4px solid #999;
}

#wrapper #content .post {
  float: none;
  clear: both;
  text-align: left;
}

#wrapper #content .post h3 {
  font-weight: bold;
  padding-top: 80px;
  padding-left: 6px;
  padding-bottom: 2px;
  font-size: 130%;
  border-bottom: 1px solid #3c7170;
  color: #3c7170;
  clear: both;
}

#wrapper #content .post h4 {
  font-weight: bold;
  margin-top: 40px;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 100%;
  border-left: 4px solid #3c7170;
color: #3c7170;
}

#wrapper #content .post .post-content {
  font-size: 100%;
  margin-bottom: 0px;

}
#wrapper #content .post .post-content p {
  margin: 18px 0 0px 3px;
  line-height: 200%;
}

/* 画像つき説明のクラス */
#wrapper #content .post .post-content p.caption{
  min-height: 300px;
  padding: 60px 30px 0px 0px;
  line-height: 200%;
  margin-left: 440px;
  text-indent: 10px;
  font-size: 90%;
}


/* 画像つき説明のクラス（キャラ紹介ページ用） */
#wrapper #content .post .post-content p.chara_caption{
  height: 260px;
  padding: 60px 30px 0px 0px;
  line-height: 200%;
  margin-left: 240px;
  text-indent: 0px;
  font-size: 90%;
}

/* 画像つき説明のクラス（あらすじページ用） */
#wrapper #content .post .post-content div.story_caption {
  height: 800px;
  padding: 60px 20px 0px 0px;
  line-height: 240%;
  margin-left: 370px;
  text-indent: 10px;
  font-size: 90%;
}


/* あらすじページ用段落 */
#wrapper #content .post .post-content div.story_caption p{
  margin: 30px 0px 0px 0px;
}


/* ストーリーラスト */
#wrapper #content .post .post-content div.story_final {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  padding: 60px 0px 80px 0px;
  text-shadow: 0px 0px 7px rgba(150,0,20,0.5);
}


/* 説明用画像 */
#wrapper #content .post .post-content img.caption {
  margin: 50px 0 0px 0;
  line-height: 200%;
  float:left;
}

/* 本文注釈 */
#wrapper #content .post .post-content p.note {
  min-height: 70px;
  margin: 50px 30px 0px 0px;
  padding: 30px;
  font-size: 90%;
  line-height: 200%;
  background-color: #f3f3f3;
  background-image: url("sozai/osyare.png");
background-repeat: no-repeat;
background-position: right bottom;
  clear: both;
}

#wrapper #footer {
  background-color: #555;
  color: #ddd;
  text-align: center;
  border-top: 1px dotted #a4c1d7;
  padding: 30px;
}

#wrapper #footer p {
  line-height: 200%;
}



.twitter-share-button{
  position: relative;
  top: -90px;
  left: 694px;
  height: 0px;
  z-index : 5;
}