.wrapper {
  width: 1000px;
  margin: 0 auto;
}


header {
  position:relative;
  font-weight: bold;
}

h1 {
line-height:0px;
font-size: 80px;
font-style: oblique;
color: #ff0000;
text-shadow:1px 0 5px #000080;
}

.logo {
position:absolute;
top: 25px;
}


.team2 {
line-height:1;
padding-left:17em;
}


.team {
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */
  text-align: center;
  font-size      : 12pt;               /* 文字のサイズ */
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;        /* 文字の影 */
       padding-left:16em;
}


.container {
  display: flex;
}


.side {
  width: 300px;
  text-align: left;
}

.main {
   width: 700px;
   font-size: 14pt;
}

footer {
  border-top: solid 1px black;
}


.menu {
  text-align: center;
  width: 1000px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background: linear-gradient(to bottom, #FF0000, #FF9999);
  line-height:0.1;
 font-size      : 20pt; 
}


.menu ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 5em;
}


.menu a {
  text-decoration: none;
  color: #FFF;
}

.menu2 {
  color:black;
  font-weight: bold;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background: linear-gradient(to top, #dcdcdc, #eeeeee);
  padding: 0.2em 1em 0.2em 1em ;
}


.menu2r {
   text-decoration: none;
   float: right;
   text-align: right;
   display: inline-block;
}

.oshirase {
   font-size: 11pt;
   text-align: left;
   width: 800px;
   height: 130px;
   margin-bottom: 1em;
   border-bottom: 1px black solid;
   color: #000000;
   overflow-y: auto;
   text-decoration: none;
}

.oshirase a {
   text-decoration: none;
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}
 
th {
    text-align: center;
    border: solid 0.5px;              /* 枠線指定 */
    background-color: #cdefff;  /* 背景色指定 */
    padding : 5px 5px;
}

td {
    border: solid 0.5px;              /* 枠線指定 */
    padding : 20px 10px;
}

.oshirase_sub {
   font-size: 11pt;
   text-align: left;
   width: 800px;
   height: 280px;
   margin-bottom: 1em;
   border-bottom: 1px black solid;
   color: #000000;
   overflow-y: auto;
   text-decoration: none;
}

.oshirase_sub a {
   text-decoration: none;
}

input.button1 {
    font-size: 1.2em;
    font-weight: bold;
}