/* ?��?��?��?��?��?��?��?��?��C?��?��?��ŁiUTF-8 ?��?��?��?��?��j */
body {
  margin: 0;
  padding-top: 20px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}


a:link,
a:visited,
a:hover,
a:active {
  font-family: var(--jp-sans);
  font-size: 10pt;
  font-weight: bold;
}
a:link     { color: #000066; text-decoration: underline; }
a:visited  { color: #666666; text-decoration: underline; }
a:hover    { color: #FF0000; text-decoration: none; }
a:active   { font-weight: bold; }

/* ?��摜�{?��L?��?��?��v?��V?��?��?��?��?��??��?��?�� */
.figure {
  text-align: center;
  margin-bottom: 20px;
}
.figure img {
  width: 80%;
  height: auto;
}
.caption {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}

DIV.clearleft  { clear: left; }
DIV.clearright { clear: right; }

#container {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 5px;        /* ?��?��?��P?��ʂ�ǉ� */
  flex-direction: column;
}

#banner,
#banner_thin {
  width: 600px;
  color: #fff;
}

#content-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

#center {
  width: 100%;
  max-width: 750px;     /* ?��ő啝?��̎w?��?�� */
  margin: 0 auto;       /* ?��?��?��?��?��?�� */
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-right: thin solid #000; /* ?��E?��?��?��{?��[?��_?��[ */
}

#right {
  min-width: 170px;
  max-width: 550px;
  width: 20%;
  padding-left: 5px;
  box-sizing: border-box;
  flex: 1;
}

p { margin-bottom: 1em; }

#menu {
  margin-left: 100px;
  float: left;
  clear: both;
}

#footer {
  height: 100px;
  width: 600px;
  background-color: #6699FF;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--jp-sans);
}

h1 {
  font-size: 24pt;
  font-weight: 800;
  letter-spacing: 5px;
  border: none;
}
h2 { font-size: 16pt; font-weight: 400; }
h3 { font-size: 10pt; font-weight: 700; margin: 0; padding: 0; }
h4 {
  font-size: 15pt; font-weight: 700; letter-spacing: 1.5px;
  border-bottom: thin solid; margin-bottom: 15px;
}
h5 { font-size: 13pt; margin-bottom: 10px; }
h6 { font-size: 11pt; margin-bottom: 5px; }

UL.square { list-style-type: square; }
