/*heightで100%を使用するため宣言 html,body */
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  line-height:1.2;
  font-size: 14px;
}

/* ########### h1~h6 ########## */
h1 {
  color: black;
  font-size: 24px;
  text-shadow: 1px 1px 2px black;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
}
h2 { /*  本文用  */
  color: black;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
h3 {
  color: black;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h4 {  /* メニュー用  */
  color: black;
  font-size: 16px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h5 {
  color: black;
  font-size: 14px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h6 {
  color: black;
  font-size: 10px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* ########### 罫線 ########## */
table.table01 {
  border-collapse: collapse;
}
table.table01 td {
  border: 1px solid #000000;
  padding: 1px;
}
table.table01 th {
  border: 1px solid #000000;
  padding: 1px;
}

/* ########### その他 ########## */

