body{
  font-family: Arial,Helvetica,sans-serif;
  background-color: black;
}

h1 {
  background-color: white;
  text-align: center;
  margin: 0px;
}

h2{
  margin-top: 25px;
  border-left: solid 15px fuchsia;
  border-bottom: solid 1px fuchsia;
  padding-left: 20px;
  line-height: 2em;
  vertical-align: middle;
}

h3{
  margin-bottom: 5px;
  border-bottom: solid 1px gray;
  padding-left: 10px;
  line-height: 1.5em;
  vertical-align: middle;
}

div#contentWrapper{
  width: 600px;
  margin:0px auto;
  padding: 0px;
}

div#contentHeader{
  margin: 0px 0px 15px 0px;
}

div#contentMain {
  margin-bottom: 0px;
}

div#contentMain div.content{
  margin: 0px;
  padding: 5px 20px;
  background: white;
}

div#contentMain div.content div.aori {
  text-align: center;
  line-height: 3em;
}

div#footer {
  margin-top: 15px;
  text-align: center;
}

div#footer div.content{
  margin: 0px;
  padding: 0px 20px;
  background: white;
}

div.roundTop {
  height: 5px;
  background-image: url(roundbar_top.png);
}

div.roundBottom {
  height: 5px;
  background-image: url(roundbar_bottom.png);
}

div#list,
div#staff,
div#itaku {
  margin: 5px 30px 0px 30px;
  padding-bottom: 20px;
}

ul {
  padding: 0px 30px 10px;
}

ul li{
  line-height: 1.3em;
}

span.xfdemo {
  padding-left: 30px;
}
