@charset "UTF-8";

body {
  margin:0 auto;
  max-width:1100px;
}

.header{
  text-align:right;
}

h1{
  text-align:center;
  font-size:1.8em;
}

.title{
  margin:0 auto;
  max-width:700px;
  margin-bottom:2.0em;
  display: block;
/*  margin-left: auto;
  margin-right: auto*/

}

.titleimg {
  width:100%;
  max-width: 100%;
  height: auto;
}

.main{
  margin:0 auto;
  max-width:700px;
}

h2 {
  margin:0px;
  border-bottom:4px solid #ffff00;
}

p{
  margin-bottom:3.0em;
}

.toia{
  padding:1.0em;
  margin-bottom: 4.0em;
  background-color:#0a5baf;
  color:#fff;
  display: block;
  text-align:center;
}


