﻿@charset "UTF-8";

body{
  margin: 0; padding: 0;
  overflow-y: scroll;
  background: url("image/background.png") bottom left fixed repeat;
  background-color: #F0FFFF;
  font-family: arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
}

div#wrapper{
  width: 1040px;
  margin: 0 auto 20px auto;
  background-color: #FFF;
}

div#title{
  width: 100%;
  height: 150px;
  background-color: #2090C8;
  text-align: center;
  color: #FFF;
}

div#container{
  margin: 0;
  padding: 20px 0;
  border: 1px solid #2090C8;
  background-color: #30C0F0;
  color: #000;
}

div#container:after{
  content: "";
  display: block;
  clear: both;
}

div#contents, div#menu{
  border-top: 1px solid #D8DDE5;
  border-right: 1px solid #ADB1B8;
  border-bottom: 1px solid #ADB1B8;
  border-left: 1px solid #D8DDE5;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 75%;
  overflow: auto;
}

div#menu{
  margin: 0 20px 0 0;
  width: 200px;
  float: right;
}

div#contents{
  margin: 0 0 0 20px;
  padding: 20px 20px;
  width: 740px;
  float: left;
}

div#title h1{
  margin: 0; padding: 60px 0 0 0;
  font-size: 170%;
  font-weight: normal;
}

div#title h2{
  margin: 5px; padding: 0;
  font-size: 100%;
  font-weight: normal;
}

div#title a{
  color: #FFF;
  text-decoration: none;
}

div#menu label{
  margin: 0.3em;
  font-weight: bold;
  font-size: 120%;
}

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: 100%;
}

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 #2090C8;
  border-collapse: collapse;
  margin: 5px 1px;
}

th{
  border:1px solid #2090C8;
  background-color: #30C0F0;
  text-align: center;
  padding: 3px;
}

td{
  border:1px solid #2090C8;
  padding: 3px;
}

tr:nth-child(even){
  background-color: #FFFFFF;
}

tr:nth-child(odd){
  background-color: #E0F8FF;
}

tr td:nth-of-type(1){
  text-align: center;
}

table.map{
  text-align: center;
}

table.map tr{
  background-color: #FFFFFF;
}

.pink{
  background-color: pink;
}

.erea1{
  background-color: PapayaWhip;
}

.erea2{
  background-color: LightCyan;
}

.erea3{
  background-color: Yellow;
}

.erea4{
  background-color: Orange;
}

.erea5{
  background-color: LightSkyBlue;
}

.erea6{
  background-color: Cyan;
}

.erea7{
  background-color: LightGreen;
}

.erea8{
  background-color: Lime;
}

.route{
  background-color: Gainsboro;
}

.to_page_top{
  text-align: right;
}