BODY {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 10pt; 
  color: rgb(0,0,0); 
  background-color: white; 
  margin:0px 20px;
  padding:0;
}

.center {
  text-align: center; 
  margin: 5%;
}


#table1 {
  border:1px solid #3cb371;
}
#td1 {
  border:1px solid #3cb371;
}

#td1_index {
  border:1px solid #3cb371;
   width:200px;
}



#blue {
  background-color:#87ceeb;
  width:200px;
}

#lightseagreen {
  background-color:#87cefa;
  width:330px;
}

#mediumseagreen {
  background-color:#66cdaa;
  width:330px;
}

#container {
 width:810px;
 margin-left:20;
 margin-right:auto;
 text-align:left;
}

#left{
 float: left; 
 width: 630px; 
 border: 1px solid#999999; 
 padding:1px;
}

#right{
 float: left; 
 width: 170px;
 border: 1px solid#999999; 
 padding:1px;
}

#footer {
 clear:left;
 width:100%;
}


td { font-size: 8pt }

A:link { color: white; text-decoration:none;}
A:visited { color: white; text-decoration:none;}
A:active { color: lightsteelblue; text-decoration:none;}
A:hover { color: midnightblue; text-decoration:none;}

H3 {
  border-top-color: #99cc66; /* 上枠の色 */
  border-bottom-color: #99ccff; /* 下枠の色 */
  padding: 2px; /* 余白の幅 */
  border-style: double; /* 枠の種類 */
  border-width: 4px 0px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
  width: 600;
}

H4 {
  border-top-color: #ffffff; /* 上枠の色 */
  border-bottom-color: #99ccff; /* 下枠の色 */
  padding: 2px; /* 余白の幅 */
  border-style: double; /* 枠の種類 */
  border-width: 4px 0px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
}


.copyright P { 
  text-align: justify;
}

