﻿@charset "UTF-8";

body{
  margin: 0; padding: 0;
  overflow-y: scroll;
  background: url("image/background.png") bottom left fixed repeat;
  background-color: #E0F0FF;
  font-family: arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
}

div#wrapper{
  width: 100%;
  margin: 0;
  background-color: #FFF;
}

div#title{
  width: 100%;
  height: 100%;
  background-color: #0168B8;
  text-align: center;
  color: #FFF;
}

div#container{
  margin: 0;
  padding: 0;
  border: none;
  background-color: #80B4DC;
  color: #000;
}

div#contents, div#menu{
  border: none;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 100%;
  overflow: auto;
}

div#menu{
  margin: 0;
  width: 100%;
  border: solid 1px #013464;
  background-color: #88BFF0;
}

div#contents{
  margin: 0;
  padding: 0;
  width: 100%;
}

div#title h1{
  margin: 0; padding: 0;
  font-size: 100%;
  font-weight: normal;
}

div#title h2{
  margin: 0; padding: 0;
  font-size: 100%;
  font-weight: normal;
}

div#title a{
  color: #FFF;
  text-decoration: none;
}

div#menu label{
  margin: 0.3em;
  display: block;
  width: 90%;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}

div#menu h1{
  font-size: 120%;
}

div#menu h2{
  font-size: 115%;
}

div#menu h3{
  font-size: 100%;
}

div#menu input[type="checkbox"]{
  display: none;
}

div#menu input[type="checkbox"] + div{
  height: 0;
  overflow: hidden;
}

div#menu input[type="checkbox"]:checked + div{
  height: 100%;
}

h1,h2,h3,h4,h5,h6{
  margin: 0.3em;
}

h1{
  font-size: 130%;
  font-weight: bold;
}

h2{
  font-size: 120%;
  font-weight: bold;
}

h3{
  font-size: 110%;
  font-weight: bold;
}

ul{
  margin: 0.3em 2em; padding: 0px;
}

ul li{
  list-style-type: square;
  margin: 0.3em 0; padding: 0px;
}

img{
  border: none;
  vertical-align: middle;
}

a{
  text-decoration: underline;
  color: #000;
}

a:active,a:hover{
  text-decoration: underline;
  color: #990D81;
}

.table_area{
  overflow-x: auto;
}

table{
  border: 2px solid #2E578B;
  border-collapse: collapse;
  margin: 5px 1px;
}

th{
  border:1px solid #2E578B;
  background-color: #88BFF0;
  text-align: center;
  padding: 3px;
}

td{
  border:1px solid #2E578B;
  padding: 3px;
}

tr:nth-child(even){
  background-color: #FFFFFF;
}

tr:nth-child(odd){
  background-color: #E8F4FF;
}

.red{
  background-color: red;
}

.orange{
  background-color: orange;
}

.yellow{
  background-color: yellow;
}

.cyan{
  background-color: cyan;
}

.blue{
  background-color: blue;
}

.table_right td:not(:first-child){
  text-align: right;
}

.table_center td{
  text-align: center;
}

.table_last_center td:last-child{
  text-align: center;
}

.to_page_top{
  text-align: right;
}