@CHARSET "UTF-8";
@import url(common.css);

/* structure */
#header {
  height: 63px;
  text-indent: -9999px;
  background: url(/images/title.gif) transparent bottom left no-repeat;
  }
#main {
  width: 560px;
  float: left;
  }
#sub {
  width: 360px;
  float: right;
  }
.hidden {
  display: none;
  }
.block {
  display: block;
  }


/* header */
#version {
  position: absolute;
  top: 90px;
  left: 350px;
  font-weight: bold;
  color: #036;
  }


/* body */
#main dl {
  margin: 10px 0 30px 0;
  }
#main dl dd {
  margin: 10px 20px;
  }
#main dl dd ul {
  margin: 10px 0;
  list-style-type: none;
  }
#main dl dd ul ul {
  margin: 10px 20px;
  }

/* regist */
#main dl#regist dd ul {
  list-style-type: disc;
  margin: 10px 0 10px 20px;
  }
#main dl#regist dd ul li span {
  font-size: x-small;
  }
#registUsers {
  width: 500px;
  height: 8em;
  }
#registButton {
  margin: 10px 0;
  display: block;
  }
#bindRss {
  margin: 10px 0;
  padding: 10px;
  background-color: #ffc;
  }

#editRss {
  width: 450px;
  color: #999;
  }
#editButton {
  width: 50px;
  }



#tips dd ul {
  list-style-type: disc !important;
  margin-left: 20px !important;
  }

blockquote#notice {
  padding: 5px 8px;
  margin: 10px 0 60px 0;
  background-color: #ff9;
  }


/* history */
#main dl#history dd {
  margin: 5px 20px;
  }
#main dl#history dd ul {
  margin: 5px 0 5px 30px;
  list-style-type: disc;
  }






/* sub */
dl#ad {
  margin: 0 10px 10px 10px;
  }
dl#ad dd {
  margin: 10px;
  padding: 10px;
  background-color: #eee;
  }


dl#profile {
  margin: 30px 20px;
  }
dl#profile dd {
  margin: 5px 10px;
  padding: 0 10px;
  }
