body {
   text-align: center;
   background: #fff url(./img/back.gif) no-repeat fixed bottom right;
}

h1 img {
   border-width: 0;
}

h2 {
   color: #fff;
   background-color: #00a;
   text-align: center;
   font-size: 1em;
   border-style: solid;
   border-color: #fff;
   border-width: 1px 0 0 0;
   width: 100%;
}

a.bbs {
   color: #008;
   text-decoration: none;
}

a.bbs:hover {
   background-color: #ff0;
   text-decoration: underline;
}

a.bbslist {
   color: #222;
   text-decoration: none;
}

a.bbslist:hover {
   text-decoration: underline;
}

div.howto {
   background-color: #ffe;
   border-style: solid;
   border-width: 1px;
   padding: 0.5em;
   margin-bottom: 1em;
   width: 90%;
}

ol,ul,dl  {
   text-align: left;
}

li {
   font-size: 0.8em;
   margin-bottom: 0.5em;
}

dt {
   margin-top: 0.5em;
   margin-left: 1em;
}

dd {
   margin-left: 2.5em;
}

em {
   font-style: normal;
   font-weight: bold;
}

