﻿@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: 1040px;
  margin: 0 auto 20px auto;
  background-color: #FFF;
}

div#title{
  width: 100%;
  height: 100px;
  background-color: #0168B8;
  text-align: center;
  color: #FFF;
}

div#container{
  margin: 0;
  padding: 20px 0;
  border: 1px solid #013464;
  background-color: #80B4DC;
  color: #000;
}

div#contents{
  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: 100%;
  overflow: auto;
}

div#contents{
  margin: 0 0 0 20px;
  padding: 20px 20px;
  width: 960px;
}

div#title h1{
  margin: 0; padding: 30px 0 0 0;
  font-size: 200%;
  font-weight: normal;
}

div#title h2{
  margin: 5px; padding: 0;
  font-size: 120%;
  font-weight: normal;
}

div#title a{
  color: #FFF;
  text-decoration: none;
}

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;
}

ol{
  margin: 0.3em 2em; padding: 0px;
}

ol li{
  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.normal{
  border: 2px solid #2E578B;
  border-collapse: collapse;
  margin: 5px 1px;
}

table.normal th, table.normal td{
  border:1px solid #2E578B;
  text-align: center;
  padding: 3px;
}

table.normal th{
  background-color: #88BFF0;
}

table.normal tr:nth-child(even){
  background-color: #FFFFFF;
}

table.normal tr:nth-child(odd){
  background-color: #E8F4FF;
}

table.flat{
  border: 0;
  border-collapse: collapse;
  margin: 5px 1px;
}

table.flat th, table.flat td{
  border: 1px solid #FFFFFF;
  padding: 3px 6px;
  text-align: center;
}

table.flat th{
  background-color: #88BFF0;
}

table.flat td{
  background-color: #C0D8F0;
}

table.flat td.left{
  text-align: left;
}

table.flat td.delete{
  text-decoration: line-through;
}

table.index{
  border: 0;
  border-collapse: collapse;
  margin: 5px 1px;
}

table.index th, table.index td{
  border: 0;
  background-color: transparent;
  padding: 3px 6px;
  text-align: left;
}

table.index tr td:nth-of-type(1){
  font-size: 120%;
  white-space: nowrap;
}

.to_page_top{
  text-align: right;
}