body {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-family: Helvetica, Arial, sans-serif;
  color: #4c4c4c;
}
h1 {
  font-size: 16px;
  color: #196a77;
  padding: 5px;
  margin-top: 2px;
  border-top: 2px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  background-color: #eeeeee;
  font-weight: normal;
  font-family: メイリオ;
  width: 600px;
}
h2 {
  font-size: 14px;
  color: #196a77;
  font-weight: normal;
  font-family: メイリオ;
  margin-top: 15px;
  margin-bottom: 10px;
  border-left: 7px solid #196a77;
  border-top: 2px solid #196a77;
  padding-left: 4px;
  width: 600px;
}
h3 {
  font-size: 12px;
  color: #196a77;
  font-weight: normal;
  font-family: メイリオ;
  margin-top: 2px;
  margin-bottom: 2px;
}
h4 {
  font-size: 12px;
  color: #196a77;
  font-weight: normal;
  font-family: メイリオ;
  margin-top: 2px;
  margin-bottom: 2px;
}
a:hover {
  color: red;
  text-decoration:underline;
}
a {
  text-decoration:none;
}
img{
  vertical-align: middle;
  border: 0px;
}
form {
  margin-top: 12px;
  margin-bottom: 12px;
}
select {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-family: Helvetica, Arial, sans-serif;
}
input {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-family: Helvetica, Arial, sans-serif;
}
textarea {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-family: Helvetica, Arial, sans-serif;
}
th {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-family: Helvetica, Arial, sans-serif;
}
td {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: top;
}
.size1{ font-size: 8px }
.size2{ font-size: 10px }
.size3{ font-size: 12px }
.size4{ font-size: 14px }
.size5{ font-size: 18px }
.size6{ font-size: 20px }
.size7{ font-size: 24px }

.content {
  width: 600px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.top {
  vertical-align: top;
}
.nowrap {
  white-space: nowrap;
}
.code {
  background-color: #ffffcc;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px;
  font-family: monospace;
  border: 1px solid #4c4c4c;
}
.indent {
  margin-left: 24px;
}
.imgborder {
  border: 1px solid #7c7c7c;
  margin: 5px;
  padding: 8px;
}

