body{
  margin: 0px 0px;
  color: #333;
  background-color: #eee;
  font-size: 13pt;
  font-weight: normal;
  /*font-family: Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","平成角ゴシック",sans-serif;*/
  font-family: "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3","平成明朝",serif;
}
#header{
  margin: 15px auto;
  text-align: right;
}
#container{
  margin: 0px auto;
}
#linkbox{
  float: left;
  width: 120px;
  margin: 0 30px 0 15px;
  padding: 5px;
  text-align: center;
  background-color: #333;
}
#titlebox{
  margin: 10px 0 0 180px;
  text-align: left;
}
.title{
  margin-left: 10px;
  text-align: left;
  font-size: 24pt;
  font-weight: bold;
  color: #333;
}
.subtitle{
  margin-left: 20px;
  text-align: left;
  font-size: 13pt;
  font-weight: bold;
  color: #333;
}
#jpegbody{
  clear: left;
  margin: 15px 0px 0px 0px;
  padding: 10px;
  text-align: center;
  background-color: #999;
}
#limebody{
  clear: left;
  margin: 15px 0px 0px 0px;
  padding: 24px 0px 36px 0px;
  text-align: center;
  background-color: #ccc;
}
#titlebox h1{
  display: inline;
  font-size: 18pt;
  font-weight: bold;
}
#titlebox h2{
  display: inline;
  font-size: 14pt;
  font-weight: bold;
  margin-left: 20px;
}
#titlebox h3{
  display: inline;
  font-size: 14pt;
  font-weight: bold;
  margin-left: 20px;
}
.large-note{
  text-align: left;
  font-size: 16pt;
  font-weight: bold;
  color: #333;
}
.middle-note{
  text-align: left;
  font-size: 13pt;
  font-weight: normal;
  color: #333;
}
.small-note{
  text-align: left;
  font-size: 10pt;
  font-weight: normal;
  color: #333;
}
a{
  font-weight: bold;
  font-family: Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","平成角ゴシック",sans-serif;
}
a.rootlink{
  font-weight: bold;
}
a.rootlink{
  font-weight: bold;
  color: #ffc;
}
a.link{
  font-size: medium;
  font-weight: bold;
}
.clearboth{
  clear: both;
  height: 0;
}
#footer{
  margin: 10px auto 20px auto;
  text-align: right;
}
.copyright{
  margin: 10px;
  font-size: medium;
  font-family: Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","平成角ゴシック",sans-serif;
}
