﻿@charset "UTF-8";

body{
  margin: 0; padding: 0;
  overflow-y: scroll;
  background: url("image/background.png") bottom left fixed repeat;
  background-color: #302010;
  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: #205020;
  text-align: center;
  color: #FFF;
}

div#container{
  margin: 0;
  padding: 20px 0;
  border: 1px solid #285828;
  background-color: #306030;
  color: #000;
}

div#container:after{
  content: "";
  display: block;
  clear: both;
}

div#contents{
  border-top: 1px solid #D0E0D0;
  border-right: 1px solid #A0B0A0;
  border-bottom: 1px solid #A0B0A0;
  border-left: 1px solid #D0E0D0;
  background-color: #F8FFF8;
  text-align: left;
  font-size: 100%;
  overflow: auto;
}

div#contents{
  margin: 0 0 0 20px;
  padding: 20px 20px;
  width: 960px;
  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;
}

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 #408040;
  border-collapse: collapse;
  margin: 5px 1px;
}

th{
  border:1px solid #408040;
  background-color: #60C060;
  padding: 3px;
}

td{
  border:1px solid #408040;
  padding: 3px;
}

tr:nth-child(even){
  background-color: #E8F8E8;
}

tr:nth-child(odd){
  background-color: #C0E8C0;
}

.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;
}