<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #cccccc;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
  margin-top: 0;
  margin-bottom: 0;
}
#wrapper{
  margin: auto;
  width: 640px;
  text-align: center;
  color: #000000;
  background-color: #cccccc;
}
#header{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 640px;
  background-color: #ffffff;
}
#logo{
  margin-top: 0;
  margin-bottom: 0;
  width: 640px;
}
h1{
  font-size: 18px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  text-align: left;
  line-height: 1.5em;
  color: #cc3300;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 560px;
}
#menu{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 640px;
  background-color: #ffffff;
}
.select{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 640px;
}
.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.line{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.menu{
  font-size: 18px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-left: auto;
}
#main{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 640px;
  background-color: #ffffff;
}
#contents{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 640px;
  background-color: #ffffff;
}
#article{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 560px;
  background-color: #ffffff;
}
.text{
  font-size: large;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  text-align: left;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.picture{
  padding: 10px;
  text-align: center;
}
.caption{
  font-size: 12px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
#footer{
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 640px;
  background-color: #ffffff;
}
.top{
  font-size: 12px;
  font-family: monospace;
  text-align: right;
  width: 560px;
}
.top a{
  color: #6633cc;
  text-decoration: none;
}
.top a:hover{
  color: #339966;
  text-decoration: underline;
}
.copyright{
  font-size: 16px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: bold;
  color: #339966;
  text-align: center;
  border-top: 1px dotted #6633cc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 560px;
}
</pre></body></html>