@charset "EUC-JP";
body {
  color: #000000;
  background-color: #aabbcc;
  font-size: 100%;
  font-family: "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "MS P¥´¥·¥Ã¥¯", sans-serif;
}
h1 {
  font-size: 160%;
  font-weight: bold;
  color: #ffffff;
  background-color: #8899aa;
  margin: 5px 0 15px 0;
  padding: 10px;
  border-top: 1px #1c1c1c solid;
  border-left: 1px #1c1c1c solid;
  border-right: 3px #1c1c1c solid;
  border-bottom: 4px #1c1c1c solid;
}
h1 a, h1 a:hover, h1 a:visited {
  color: #ffffff;
  text-decoration:none;
  background-color: #8899aa;
}
h2 {
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin: 10px 0px 3px 0px;
  padding: 5px 0px 5px 0px;
  padding-right: 3px;
}
h3 {
  font-size: 110%;
  font-weight: bold;
}
h3 a, h3 a:hover, h3 a:visited {
  text-decoration:none;
}
a {
  color: #578bb8;
}
a:hover {
  background-color: #578bb8;
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #566b2f;
  text-decoration:underline;
}
p,ul,ol {
  text-align: justify;
  color: #000000;
}
ul {
  list-style-type: none;
  margin: 0 0 30px 0px;
  padding: 0;
}
li {
  list-style-type: none;
  padding: 2px;
}
li.subtitle {
  color: #ffffff;
  background-color: #8899aa;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  border-top: 1px #1c1c1c solid;
  border-left: 1px #1c1c1c solid;
  border-right: 2px #1c1c1c solid;
  border-bottom: 3px #1c1c1c solid;
}
blockquote {
  background-color: #f0f8ff;
  border: 1px #8899aa solid;
  padding: 3px;
  margin: 10px;
}
pre {
  background-color: #fff8dc;
  border: 1px #8899aa dotted;
  padding: 3px;
  margin: 10px;
}
img {
  border: 0px #ffffff solid;
}
form { 
  margin: 5px 0px 5px 0px;
  padding: 0;
}
input {
  font-size : 100%;
}
strong {
  font-size: 100%;
  font-weight: bold;
  color: #b22222;
}
#sidebar {
  padding-top : 2px;
  padding-bottom : 0;
  padding-left : 30px;
  margin-bottom : 0;
}
#nav {
  position: absolute;
  top : 100px;
  left : 15px;
  width : 200px;
  font-size: 80%;
  font-weight: normal;
  line-height: 150%;
  color: #000000;
}
#content {
  font-size: 100%;
  padding-top : 15px;
  padding-bottom : 5px;
  padding-left : 230px;
  padding-right : 5px;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
}
.itembody {
  font-size: 90%;
  font-weight: normal;
  text-align: left;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  border-bottom: 1px solid #000000;
  line-height: 130%;
}
.comment {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
  margin: 5px 0px 70px 0px;
  padding: 5px;
}
.commentbody {
  font-size: 90%;
  font-weight: normal;
  text-align: left;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  line-height: 130%;
}
#footer {
  clear: both;
  text-align: center;
  font-size: 80%;
  margin: 5px;
  padding: 5px;
}
#footer-contents {
  line-height: 160%;
  margin: 15px 0 0 0;
}
#footerlink, #footerlink a, #footerlink a:visited {
  color: #ff8c00;
}

