body{
	background: url(../img/namazu.jpg);
}

.pagetitle {
	background: #314F4F;
}

.pagetitle h1{
  background-color: #ff9;
  display: inline-block;
  color: red;
  padding: 0.5em 1.5em 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  line-height:2em;
  }

#summary {
	background: url(../img/noubi_background.jpg) no-repeat;
	background-size: coverr
	margin: 1em 0 0.5em ;
	padding: 3em 0.5em 0;
	font-weight: bold;
}


aside {
	border-color: #becece;
	width: 80%;
	margin: 1em auto 0;
}

.annotation {
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	width: 80%;
	margin: 0.5em 0 1em auto;
}

.annotation::before {
	content: "一言メモ";
	border: 1px solid gray;
}

.annotation aside {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	width: 100%;
}

li {
	margin-left: 1em;
	list-style: none;
}

h2 {
	border: 3px double #314F4F;
	padding: 0.5ex 0.5em 0;
	margin-bottom: 0.5ex;
	display: table;
	background:#E6FAFA;
}


h3 {
	display: inline-block;
	border-right: 3px solid #becece;
	border-bottom: 3px solid #becece;
	padding: 5px .5em 0 ;
	margin: 0.5ex 0;
}

h4 {
	display: table;
	border-bottom: 2px dashed #becece;
}

dt {
	margin-top: 0.5em;
	margin-left: 0.5em;
	font-weight: bold;
}

dd {
	margin-left: 2.5em;
}


figure {
	text-align: center;
}
figcaption {
	margin-bottom: 1em;
}
figure img {
	max-width: 90%;
	margin: 0 auto;
}

#main {
	background: #fff;
	padding: 10px;
}

#main p {
	text-indent: 0.5em;
}

ul#pagelist li {
	margin: 1em 0 0 0.5em;
	list-style: none;
	padding: 0.5em 5px;
	text-align: center;
}

ul#pagelist li.eq::before {
	content: "　";
	display: inline-block;
	background: url(../img/eq.png) no-repeat;
	background-size: contain;
	vertical-align: bottom;
	width: 60px;
}

ul#pagelist li.vol::before {
	content: "　";
	display: inline-block;
	background: url(../img/vol.png) no-repeat;
	background-size: contain;
	vertical-align:middle;
	width: 60px;
}


ul#pagelist li.sd::before {
	content: "　";
	display: inline-block;
	background: url(../img/sd.png) no-repeat;
	background-size: contain;
	vertical-align:middle;
	width: 60px;
}

ol li {
	list-style-type:decimal;
	margin-left: 3em;
}

p.goto {
	font-size: small;
	text-align: right;
}

p.goto::before {
	content: "▲";
}

