﻿/*************************
  HTML STYLES 
*************************/

body,th,td{
  font-family: "メイリオ", "Meiryo", arial, sans-serif;
  font-size: 78%;
  vertical-align: top;
}

h1{
  font-size: 180%;
  color: #006699;
  margin: 0px;
}

h2{
  font-size: 130%;
  font-weight: bold;
  margin-top: 1.5em;
  padding-left: 5px;
  border-color: #006699;
  border-style: solid;
  border-width: 0 0 0 6px;
}

h3{
  font-size: 100%;
  font-weight: bold;
  margin-top: 2em;
}

h4{
  font-size: 100%;
  font-weight: normal;
  margin-top: 2em;
}

p{
  text-indent: 1em;
}

ul{
  list-style-type: square;
}

dt{
  margin-top: 1em;
  margin-left: 2em;
  font-weight: bold;
}

dd{
  margin-left: 3em;
}

table{
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th{
  padding: 0.3em;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  text-align: center;
  vertical-align: middle;
}

td{
  padding: 0.3em;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
}

a:link{
  color: #666699;
  text-decoration: none;
}

a:visited{
  color: #999999;
  text-decoration: none;
}

a:hover{
  color: #6699CC;
  text-decoration: underline;
}

a:active{
  color: #999999;
  text-decoration: none;
}

hr{
  border: dashed 1px;
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: gray;
  height: 1px;
}

img{
  border: 0;
  vertical-align: middle;
}

address {
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #AA0000;
}