<!--
body {
 font-family: "Times New Romman", Times, serif;
 text-align:center;
 margin-top:0;
 background-color:wheat;
}
h1{
  font-size:1.2em;
  margin:0;
  padding:0;
  background-color:goldenrod;
  color:white;
}
h2{
 padding:2px;
 font-size:1.2em;
 color:gray;
 font-family: Times, "ＭＳ 明朝", 平成明朝, serif;
 text-align:center;
}
div#header{
 width:780px;
 color:
 background-image:url("");
}
div#container{
 width:780;
}
div#contents{
 width:780;
 color:darkgoldenrod;
 background-color:antiquewhite;
 text-align:left;
 line-height:50%;
}
.text {
 margin-left:10px;
}


div#footer{
 width:780px;
 clear:both;
 color:white;
 background-color:darkgoldenrod;
}

table{
  font-size : 14px;
  line-height : 150%;
}
caption{
 font-size:1.3em;
 font-weight:bold;　
}
 

a:link { color:white; }
a:visited { color: white; }
a:hover,a:active { background-color: white; color:darkslategray; }
a { text-decoration: none; }
-->