/* ページ全体の設定 */
BODY{
  color : #000000;
  background-color : white;
  padding : 0;
  margin : 5;
  font-family : sans-serif;
  line-height: 150%
}

/* リンク設定 */
A{ text-decoration: none; }
A:link{ color: #000080; }
A:visited { color: #000080; }
A:hover{ /* ポイントしたときの設定*/
  color: #FF6347;
  text-decoration: underline; }
A:active { color: #000080; } 


.menubar{
  width:1000px;
  text-align: right;
  margin : 0;
  padding : 10;
}

.pagebox{
  width:1000px;
  text-align: left;
  margin : 10;
  padding : 10;
}


table{
  width:100%;
  border-collapse: collapse;
  border: 1px solid #A9A9A9;
}

td{
  vertical-align: top;
  border: 1px solid #A9A9A9;
  padding: 5px;
}

.list1{
  list-style-type: square;
}
.list2{
  list-style-type: none;
}


/* copyright表示部分 */
.copyright{
  width:1000px;
  text-align: center;
  padding-top : 5;
  margin: 0px;
}
