* {
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}
html,body {
  height: 100%;
}
body {
  background: #EEF2FF url('https://uboachan.net/img/fade-blue.png') repeat-x 50% 0%;
  color: #041041;
  /*font-family: Verdana, Tahoma, Arial, sans-serif;*/
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
}
a {
  color:#112431;
  text-decoration: none;
}
a:hover {
  color:#DD0000;
  text-decoration: none;
}
a img {
  border: none;
}
hr {
  background: #5f7599;
  color: #5f7599;
  border: 1px solid #5f7599;
}
.small {
  font-size: 8pt;
}
#maintable {
  background: #D6DAF0;
  border: 1px solid #000; 
  display:inline;
  width: 800px;
  height: auto;
  margin: auto; 
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px; 
  position: absolute;
  bottom: 15;
  top: 35;
  left: 0;
  right: 0;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px; 
}
#logo {
  background: url(https://uboachan.net/frontbanner/rotate.php?nothing=0);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  width: 800px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  position: relative;
  bottom: 0px;
  right: 1px;
  -moz-border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
  border-radius: 35px 35px 35px 35px;
}
#body {
  background: #EEF2FF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 9pt;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 0px;
  vertical-align: top; 
  margin-top: 225px;
  margin-bottom: 20px;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display:inline;
}
#footer {
  font-size: 8pt;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 3px;
}
#footer a {
  font-size: 7pt;
  font-weight: bold;
}
.tos {
  float: right;
  margin-right: 20px;
  position: relative;
  bottom: 1;
}
#announcement {
  background: #D6DAF0;
  border: 1px solid #000;
  color: #F33;
  text-align: center;
  font-weight: bold;  
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 2px;  
  position: relative;
  bottom: 2px; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}        

.post_wrap {
  background: #D6DAF0; 
  border: 1px solid #000;
  padding: 6px;
  margin-top: 4px;  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.post_body {
  background: #EEF2FF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: -6px;
  margin-right: -6px;
  font-size: 8pt;
}                       
.post_header {
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 2px;
  position: relative;
  bottom: 2px;
  position: relative;
  right: 6px;
  margin-right: -12px;
}
.post_content {
  font-size: 8pt;
  padding-top: 6px;  
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 6px;
}
