.center{
  text-align: center;
}
body {
     /* background: linear-gradient(to top, rgba(0,153,255,0.5), #009);
     background-color: black; */
     font-size: 12px;
     font-family: "メイリオ"," Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana",             "sans-serif";
     margin: 0px auto;
     width:100%;
}
 
article p {
       background-color: white;
       display: block;
       padding-left: 25px;
       padding-right: 25px;
       padding-top:1px ;
       padding-bottom:20px ;
       text-align:left;
       /*min-height:800px;*/
       color:darkblue;
       width:90%;
       margin: auto;
       font-size: 1.3em;
       line-height: 1.6em;
  }

header,footer {
     background-color: black;
     color: white;
     height: 40px;
     line-height: 40px;
     text-align: center;
     font-size: 1.2em;
}
header h5 {
     margin: 0px auto;
     text-align: center;
     color: white;
     line-height: 2em;
     height:2em;
}

nav {
     background: lightblue;
     color: white;
     display: block;
     height: 35px;
     line-height: 35px;
     padding: 0px;
     text-decoration: none;
}

nav ul, nav li {
    list-style-type:none;
     margin : 0px auto;
}


ul#Nav001 li{
     background: url(../pic/yajirushi.gif) no-repeat 0px 0px;
     color: #666;
     height: 20px;
     margin-left: 17px;
     padding-left: 22px;
     padding-top: 2px;
     text-decoration: none;
     display: inline-block;
     /* position: relative;
     top:10px; */
}

ul#Nav001 li:hover {
     background: url(../pic/yajirushi.gif) no-repeat 2px 0px;
     color: #F90;
}

/*子階層以降共通*/
ul#Nav001 li li {
  height: 0;
  overflow: hidden;
  transition: .5s;
}
ul#Nav001 li li a {
  border-top: 1px solid #eee;
}
ul#Nav001 li:hover > ul > li {
  height: 2rem;
  overflow: visible;
} 

hr {
        border-top: 3px double #bbb;
        border-color:pink;
     }

hr.short {
  border-top: 1px dotted #8c8b8b;
    border-color:green;
    width:60%;
    margin-left:10px;
}

.blue{
   color:blue;
   }
.tomato{
  color:tomato;
  font-weight: bold;
}
.green{
    color:green;
 }
.darkgreen{
  color:darkgreen;
}
.red{
    color:red;
    }
.orange{
  color:orange;
}
.white{
  color:white;
}
.bgyellow{
  background-color: yellow;
}
.bgblue{
  background-color: blue;
}
.bgred{
  color:white;
  background-color: red;
}

.center{
   text-align :center;
 }
.right{
  text-align: right;
}

.bold{
   font-weight:bold;
  }

.small{
  font-size:x-small;
  text-align: center;
  color:darkgreen;
}
#maegaki{
  margin-right:60px;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.5em;
  padding:12px;
  }
#pic{
  float: left;
  margin-right: 30px ;
  margin-bottom: 30px ;
  position: relative;
  /* top:40px; */

}

#menu {
  background-color: white;
  margin: auto;
  border: none;
  padding-top: 10px;
  }
#menu li{
  display: inline-block;
  list-style: none;
  font-size: 1.1em;
  line-height: 1.3em;
  border: 1px solid darkblue;
  background-color: white;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom:5px;
  cursor: pointer;
  padding: 5px;
 }
#menu li:hover{
  font-weight: bold;
  color:darkgreen;
}
#menu1,#menu2,#menu3,#menu4,#menu5{
  margin-top: 20px ;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4em;
  color:darkblue;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right:200px;
  z-index: 200;
}
.pagetop a {
  display: block;
  background-color: #93f09a;
  text-align: center;
  color: green;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.6;
  opacity:0.6;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
  .fade-in{
      animation: fade-in 2.5s;
      animation-fill-mode: forwards;
      /* color:#c8fc4f */
      }
  @keyframes fade-in {
      0% {
      display: none;
      opacity: 0;
      }
      1% {
      display: block;
      opacity: 0;
      }
      100% {
      display: block;
      opacity: 1;
      }
      }
    #selprefcity{
      display:flex;
      width:40%;
      position: relative;
      margin: auto;
    }
    #selyearmonth{
      position:relative;
      width:10%;
      margin:auto;
      cursor: pointer;
    }
    .table_area,#tbl1{
      height : 200px;
      overflow-y: scroll;
      margin-left:10px;
    }
    #tbl1{
      position: relative;
      top:-1.4em;
    }
    #tbl1 th,#tbl1 td,#tbl2 th,#tbl2 td{
      padding:0 20px;
    }
    table caption{
      font-weight: bold;
    }
    table,table th,table td{
      border-collapse: collapse;
      border: 1px solid darkblue;
      
    }
   
    .sticky_table thead {
      /* 縦スクロール時に固定する */
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      /* tbody内のセルより手前に表示する */
      z-index: 1;
      background-color: white;
    }
    [data-color="1"]{
      color:red;
    }
    [data-color="2"]{
      color:blue;
    }
    [data-color="3"]{
      color:green;
    }
    [data-color="4"]{
      color:purple;
    }
    [data-color="5"]{
      color:black;
    }
 
    [data-color="tomato"]{
      color:tomato;
    }
    [data-color="green"]{
      color:green;
      font-weight: bold;
    }
    [data-color="red"]{
      color:red;
    }
    [data-color="white"]{
      color:white;
    }
    [data-bgcolor='aliceblue']{
      background-color:aliceblue;
    }  