h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #3333ff;
}

h1 {
  text-align: center;
  font-size: x-large;
}

h2 {
  font-size: medium;
  background-color: #87CEFA;
  margin: 2px 10px 8px 0;
  padding: 4px 0 3px 8px;
}

body {
  background: floralwhite;
}

#wrapper {
  position: relative;
  line-height: 1.3;
  margin: 0 auto;
  padding: 0;
}

#navigation {
  float: left;
  width: 150px;
  margin-top: 0;
}

#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a.navigation {
  display: block;
  width: 100px;
  padding: 4px 0 4px 1em;
  margin: 3px;
  border: 1px solid white;
}

a.navigation:hover {
  border: 1px solid blue;
}

#contents {
  margin: 10px 100px 0 150px;
}

#theme td {
  text-align: center;
  vertical-align: bottom;
}

#theme th {
  font-size: small;
  padding: 0 5px 0 5px;
}

#footer {
  margin-left: 150px;
  clear: both;
  font-size: small;
}


#bbs table {
  border: solid 1px;
}

#bbs_article b {
  font-weight: bold;
}

#bbs_article table {
  border: solid 1px black;
  border-collapse: collapse;
}

#bbs_article th {
  border: solid 0px;
  background-color: #87CEFA;
  padding: 2px 5px 2px 5px;
}

#bbs_article td {
  text-align: left;
  padding: 5px;
}

#bbs_article th.reply {
  text-align: right;
  background-color: #87CEFA;
  font-weight: normal;
  padding: 2px 10px 2px 5px;
}


#list dt {
  font-style: italic;
  font-weight: bold;
  margin: 0.4em 0 0 0.5em;
  line-height: 1.4;
}

#list dd {
  margin: -0.2em 0.5em 0.8em 2em;
  padding: 0 0 0 14px;
  line-height: 1.4;
  background-image: url(img/cdot.png);
  background-position: center left;
  background-repeat: no-repeat;
}

#list li {
  list-style: none;
  margin: -0.2em 0.5em 0.2em 2em;
  padding: 0 0 0 12px;
  line-height: 1.5;
  background-image: url(img/cdot.png);
  background-position: center left;
  background-repeat: no-repeat;
}

#right {
  text-align: right;
  margin-bottom: 1em;
}


dd.first {
  margin-top: -1.3em;
}

dd {
  margin-left: 6em;
}

dt.dot {
  margin-left: -8px;
  padding: 0 0 0 9px;
  background-image: url(img/cdot.png);
  background-position: center left;
  background-repeat: no-repeat;
}

#indent {
  margin-left: 1em;
}

table.board {
  border: solid 1px black;
  background-color: white;
}

a.img {
  color: floralwhite;;
}
