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

/* structure */
#header {
  text-indent: -9999px;
  background-image: url(/images/title.gif);
  }
#main {
  width: 560px;
  float: left;
  }
#sub {
  width: 360px;
  float: right;
  }


/* header */
#version {
  position: absolute;
  top: 94px;
  left: 475px;
  font-weight: bold;
  color: #600;
  }


/* 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;
  }

/* sample */
#main #sample .thumbnails ul {
  list-style-type: none;
  }
#main #sample .thumbnails ul li {
  width: 55px;
  height: 55px;
  float: left;
  }
#main #sample .thumbnails ul li img {
  border: solid 1px #000;
  width: 48px;
  }

dl#code dd {
  width: 520px;
  }
dl#code dd.code {
  padding: 10px;
  background-color: #eee;
  font-size: x-small;
  }
dl#code dd strong {
  font-weight: bold;
  color: #f00;
  }
dl#code dd dl {
  margin: 20px 0
  }
dl#code dd ul {
  list-style-type: disc;
  }
dl#code dd ul ul {
  list-style-type: circle;
  }

.inactive {
  display: none;
  }


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;
  }
