body {
/*
  background-color:#f2f2f2;
  background-image:url(img/bg2.gif);
*/
  background-repeat:repeat-x;
  text-align:center;
  margin:0px; padding-top:5px;
  font-size: x-small;
}

a {
  color:#0000cc;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:#ff0000;
}

h1{
  border-bottom-width : 2px;
  border-bottom-style : groove;
  border-bottom-color : #b9dcff;
  font-size : 25px;
  background-position : 1px 1px;
  text-align : left;
  z-index:3;
}

h3{
  font-weight : normal;
  border-bottom-width : 1px;
  border-bottom-style : groove;
  border-bottom-color : #ffc0cb;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #ff00ff;
  font-size:14px;
  margin-left : 0px;
  left : 0px;
  text-indent:0.5em;
}

h4{
  font-weight : normal;
  border-bottom-width : 1px;
  border-bottom-style : groove;
  border-bottom-color : #90ee90;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #3cb371;
  font-size:14px;
  margin-left : 0px;
  left : 0px;
  text-indent:0.5em;
}

h5{
  font-weight : normal;
  border-bottom-width : 1px;
  border-bottom-style : groove;
  border-bottom-color : #ffd700;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #ff8c00;
  font-size:14px;
  margin-left : 0px;
  left : 0px;
  text-indent:0.5em;
}

h6{
  font-weight : normal;
  border-bottom-width : 1px;
  border-bottom-style : groove;
  border-bottom-color : #b9dcff;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #5263dc;
  font-size:14px;
  margin-left : 0px;
  left : 0px;
  text-indent:0.5em;
}

div {
  color:#000000;
  background-color:#f0f8ff;
  border:1px solid #00bfff;
  width:800px;
  //height:380px;
  text-align:left;
  margin:0px;
  padding:0px 0px;
  overflow:visible;
}

span {
  width:600px;
  background-color:#ffffcc;
  border:1px solid #cccccc;
}

li {
  margin-top:10px;
}

table{
  font-size: x-small;
}

.table1 { 
width: 95%; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #c0c0c0 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD { 
border: 1px #c0c0c0 solid; /* セルの枠線（太さ・色・スタイル） */ 
}