@charset "UTF-8";

/* 見出しページの配置などを規定 */

/* 全体 */

html, body {
  margin-left: 3em;
  margin-right: 3em;
  line-height: 1.5;
}

/* 見出し */
h1 {
  text-align: center;
  font: bold small-caps 2.0em/1.0em "Times New Roman", serif;
  border-bottom: solid 2px;
  padding-bottom: 1.0em;
}

h2 {
  padding-top: 0px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

h3 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  margin-top: 3px;
  margin-bottom: 0px;
  border-left: solid 1px;
  border-top: solid 1px;
  text-align: left;
}

div {
  padding: 5px;
  margin: 5px;
  border: solid 1px;
  float: left;
}

p {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  margin-top: 3px;
  margin-bottom: 0px;
}

ul {
  padding-left: 1em;
  margin: 0px;
  list-style: none;
}

/* 注意書き */
.cet {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-size: 1.2em;
}

/* リンク色 */
a:link {
  font-weight: bold;
}
a:visited {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
