* {
  margin:0;
  padding:0;
}

.index {
  color : #000000;
  background-color: #eeeeee;

}

.thread {
  color : #002255;
  background-color : #d8f2ff;
  border: 1px solid #3098cf;
padding-top:0.3em;

}

.subject {
  font-size : larger;
  font-weight : bold;
  color : #002255;
  background-color : #d8f2ff;
padding-left:0.3em;

}

.name {
  color : #006699;
  background-color : #fbfbfb;
}



.threadback {
  background-color : #f9f9ff;
  margin: 1px;
  padding: 5px;
  border: 1px solid #3098cf;
}

.mail {
}

.date {
}

textarea {
  width: 98%;
  margin-left: 4px;
}

.unagi{
  color : #660099;
}


ol{
  list-style-position:inside;

}

ol li{
  margin-left:0.5em;
  margin-top:0.1em;
}


p{
  padding:0.5em 1em 1em 1em;
}

.unagi{
  margin-bottom:0.5em;
}

hr{
  margin:0.5em 0em;
}


.box{
  width : 95%;
  margin-right:auto;
  margin-left:auto;
}

/* Navigation /////////////////////////////////////////////////// */

#navigation{
  background-color:#d8f2ff;
  color:#337777;

  margin-bottom:1em;
  margin-top:0.5em;
  padding: 0.2em 0em 0.2em 1em;
  letter-spacing:0.3em;
  font-weight:bold;
  border: 1px solid #3098cf;
}

#navigation a{
  color:#337777;
  padding:0.2em 0.5em;
}

#navigation a:hover{
  color:#ff0099;
  font-weight:bold;
  background-color:#aaeeff;
  padding:0.2em 0.5em;
}

.here{
  color:#3366ff;
}



/* BBS LIST /////////////////////////////////////////////////// */

#bbslist{
  font-size:80%;
  width:95%;
  border: 1px solid #3098cf;
  padding:0.3em;
  background-color:#fbfbfb;
}


#bbslist a{
  color:#000000;
  font-weight:bold;
  text-decoration:none;

  margin-left:0.2em;
}

#bbslist a:hover{
  color:#dd6666;
  font-weight:bold;
  text-decoration:none;
}

#bbslist ul{
  display: inline;
}

#bbslist li{
  display: inline;
  margin-right:0.3em;
}

#bbslist ul a{
  color:#0000ee;
  font-weight:normal;
  text-decoration:underline;
}

#bbslist ul a:visited{
  color:#006699;
  font-weight:normal;
  text-decoration:underline;
}

#bbslist ul a:hover{
  color:#dd6666;
  font-weight:normal;
  text-decoration:underline;
}


