body {
	background-color: #80d5c8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'sans-serif';
	background-image: url("./files/d164832e3d5944e11777cbd02b613237.jpg");
  background-size: cover;
	background-repeat: no-repeat;/*リピートタグを変更する事によって、背景画像の表示が変わります。*/
	margin-top:0px;/*上部の隙間。タイトルの上部分です。*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#FFF;/*サイト全体の文字色。黒に果てしなく近い灰色です。*/
	background-attachment: fixed;
}
.wrap {
  overflow: hidden;
}
.toptitle {
  background: #06492f;
  width: cover;
  padding: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 1px;
  margin: left 10px;
  color: white;
}

.leftmenu {
  width :260px;
  padding:10px;
  height:cover;
  text-align:left;
  margin: top 0px;
  margin-bottom: 0px;
  color: #FFF;
  background-color:rgba(41, 85, 52, 0.411);
} 

.main {
  width: 100%;
  height:100%;
  text-align:left;
  margin :0px;
  
  padding: 20px 20px 20px 20px;
  background-color:rgba(0,0,0,0.7);
}

article {
  display:flex;/*サイドバーとメインコンテンツを横並びにする指定をした*/
}
a {
  color:rgb(187, 255, 212);
  text-decoration:none;
  margin:0px;
}
a:hover {/*マウスが上に乗っている状態*/
  text-decoration:underline; /*←下線を表示*/
}
ul#leftmenu1 li{
  margin-top: 0;
  margin-bottom: 0;
}
.subtitle {
  border-bottom: solid 1px #9efbe4;
  color: #9efbe4;
  font-size:18px;
  margin-bottom: 0px;
}
.date11 {
  text-align: right;
}
.newtitle {
  background-color: #0e3c26;
  font-weight: bold;
  font-size: 25px;
}
.nexttitle-bar {
  background-color: #08884a;
  width: 2.5px;
  height: 35px;
  margin-top: 15px;
}
.nexttitle-text {
  margin:5px;
  font-size:25px;
  font-weight: bold;
  margin-top: -10px;
}
span {
  color: #dd4848;
}