body {
  text-align: center;
  font:0.9em Verdana,sans-serif;
}
.date {
  color:#487858;
  background-color: inherit;
  margin-top:-.2em;
  text-align: right;
}
table {
  border-collapse: collapse;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 85%;
  margin: 1em 0em 1em 0em;
}

table th {
  color: #0f0f0f;
  background: #f0f0f0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-weight: normal;
  padding: 0.25em 1em;
  text-transform: none;
}

table td {
  border-right: 1px solid #999;
  padding: 0.25em 1em;
}

.description {
  color: #010101;
  background-color: #EFEFEF;
}

#contents-left .one-block h2.item-title {
  font-size: 125%;
  font-family: Verdana;
  margin-bottom:0;
  border-bottom: 2px solid;
}
h2.item-title a {
  font-family: Verdana;
  text-decoration: none;
}
h5.tag {
  margin: 3px;
  border-color: #83BD60;
  text-align: left;
}


#hole {
  margin-top: 30px;
  margin-left:auto;
  margin-right:auto;
  width: 780px;
  z-index: 0;
}

#contents {
  margin: 25px;
  border: 1px solid;
  z-index: 1;
}

#contents-header {
  z-index: 2;
}
#contents-header-left {
  float: left;
  margin-top: -25px;
  margin-left: -25px;
  width: 242px;
  height: 72px;
  background-image: url(images/django-ja-bg.jpg);
  background-repeat: no-repeat;
  z-index: 3;
}
#contents-header-right {
  text-align: right;
  float: right;
  font-size: 80%;
  z-index: 4;
}

#contents-header-right li {
  margin-right: 5px;
  display: inline;
  list-style-type:none;
  font-size: 9pt;
}

#contents-header-right #django-logo {
  margin-left: 200px;
  clear: both;
  background-image: url(images/django-logo-positive.jpg);
  background-repeat: no-repeat;
  width: 200px;
  height: 70px;
}

#contents-main {
  clear: both;
  text-align: left;
}
#contents-left {
  margin:0 0 0 5px;
  float: left;
  width: 470px;
}
#contents-left h1 {
  font: 165% Verdana,sans-serif;
}
#contents-left h2 {
  font: 145% Verdana,sans-serif;
}
#contents-left h3 {
  font: 85% cursive;
}
#contents-left p {
  font-family: 'Courier', monospace;
  margin-left: 10px;
  color: #333333;
  background-color: inherit;
  line-height: 1.6em;
}
#contents-right {
  margin:0;
  float: right;
  width: 200px;
}
#contents-right h3 {
  border-bottom: 2px solid;
  margin-bottom:0;
}
#contents-right a {
  text-decoration: none;
}
#contents-right ul {
  margin-top:0;
  padding-left: 5px;
  margin-left: 0;
}
#contents-right li {
  margin-right: 5px;
  list-style-type:none;
  border-bottom: 1px dashed;
  font-size: 85%;

}

#contents-footer {
  clear: both;
}
#footer {
  margin-top: -20px;
  clear: both;
  text-align: center;
  font-size: 80%;
}
