﻿body {
  font-size: 14px;
  font-family: "Times New Roman", "ＭＳ 明朝", serif;
}

pre,
dl,
li,
p,
blockquote {
  line-height: 170%;
}

blockquote {
  margin-left: 30px;
}

/* 項（第2項以降） */
p {
  padding-left: 1.6em;
  text-indent: -1.6em;
  margin: 5px 0px;
}
/* 第1項 */
p.first {
  padding-left: 0;
  text-indent: 0;
}


a {
  background-color: inherit;
}

a:link {
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

h3 a:link, h3 a:visited {
  color: inherit;
}

h1,
h2,
h3 {
  margin: 10px 0px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 150%;
  color: inherit;
  text-align: center;
}
h1 div {
  font-size: 75%;
  margin-bottom: 5px;
}

h2 {
  margin-top: 40px;
  font-size: 130%;
  text-align: center;
  color: black;
}

h3 {
  margin-top: 1em;
  font-size: 100%;
  font-weight: normal;
}

h4 {
  font-size: 100%;
  font-weight: bold;
}

dt {
  font-weight: bold;
  margin-top: 3px;
  margin-left: 1px;
}

strong {
  font-weight: bold;
}

ul,
ol {
  margin-left: 2ex;
  padding-left: 2ex;
}
ul {
  list-style-type: circle;
}
ol {
  list-style-type: none;
}

ol li {
  text-indent: -3ex;
}
ol li ol li {
  text-indent: -4ex;
}
ul li {
  text-indent: 0;
}

table {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 100%;
}
td,
th {
  border: 1px solid black;
  padding: 5px;
}
th {
  text-align: center;
  font-weight: bold;
}

h3.appendix {
  /* 別表 */
  font-size: 120%;
  font-weight: normal;
}
