header{
	 width: 100%;
    background-color: #89f7de;
    color: #000;
    text-align: center;
    padding: 30px 0;
    position: relative;/*←絶対位置*/
    bottom: 0; /*下に固定*/
		font-size:x-large;
		font-weight:bold;
		float:left;
}
div{
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
	 background-color:skyblue;
	 border: 2px solid #000000;
	line-height:0.5em;
	}
section{
	background-color: #C8E6C9;
	border: 2px solid #000000;
	width:  100%;
	text-align:center;
	 float: left;
  }
footer{
	 width: 100%;
    background-color: #89f7de;
    color: #000;
    text-align: center;
    padding: 30px 0;
    position: relative;/*←絶対位置*/
    bottom: 0; /*下に固定*/
		float:left;
		font-weight:bold;
		font-size:x-large;
   }
section img{
	width:98%;
	border:0;
}
p.title{
	position:absolute;
	top:0px;
	vertical-align:top;
	font-weight:bold;
	text-align:top;
	line-height:1em;
	left:10px;
}
p.setumei{
	display:flex;
	align-items:baseline;
	 width: 94%;
	text-align:left;
	line-height:1em;
	position:relative;
	font-weight:bold;
	left:10px;
}
