@charset "UTF-8"

html {

}

body {
      width: auto;
      background-color: white;
}

top {
}


main {    
      background-color: #fffff;
      margin: 0px 0px 20px 0px;
      line-height: 150%;
      display: flex;
}



.sub1 {
      width: auto;
      text-align: center;
      margin: 30px 0px 10px 0px;
      line-height: 150%;
      display: block;
}


.sub1 p {
      font-size: 14pt;
      color: #000000;
}

.sub1 p1 {
      font-size: 14pt;
      font-weight: bold;
      color: #cc0000;
}

.sub1 p2 {
      font-size: 14pt;
      font-weight: bold;
      color: #000066;
}

.sub1 h1 {
      font-size: 16pt;
      color: #cc0000; 
}

.sub1 h2 {
      font-size: 16pt;
      color: #000066; 
}

.sub1 img{
      margin: 10px 0px 10px 0px;
}


.sub2 {
      text-align: left;
      margin: 30px 10px;
      line-height: 150%;
      display: block;
}


.sub2 p {
      font-size: 14pt;
      color: #000000;
}

.sub2 p1 {
      font-size: 14pt;
      font-weight: bold;
      color: #cc0000;
}

.sub2 p2 {
      font-size: 14pt;
      font-weight: bold;
      color: #000066;
}

.sub2 h1 {
      font-size: 16pt;
      color: #cc0000; 
}

.sub2 h2 {
      font-size: 16pt;
      color: #000066; 
}


.footer {
      height: 200px;
      line-height: 150%;
}
