* {
margin:0;
padding:0;
}

body {
font-size: 15px;
}

#wrap {
    width: 980px;
    height: 346px;
    margin-bottom: 20px;
    margin: 0 auto;
}

header {
text-align: center;
}

#contents {
width:980px;
height:498px;
margin:10px 0px 10px 0px;
}

footer {
width: 100%;  
text-align: center;
background-color: #70b732;
color: #FFFFFF;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

h2 {
  padding: 1rem 2rem;
  color: #FFFFFF;
  background: #70b732;
  border-left: 10px solid #599360;
  }

.hr1 {
  border-top: 5px solid #70b732;
}
