body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 12px;
  background-color: #e9e9e9;
  background-image: url(../images/bodybg.gif);
  background-position: center top;
  background-repeat: repeat-y;
}

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}   

#head {
  border-bottom: 1px solid #FFFFFF;
}

#head .head_pic {
  float: left;
  margin-right: 1px;
}

#head .head_right {
  background-image: url(../images/gradient_sprite.gif);
  background-repeat: repeat-x;
  height: 136px;
  float: left;
  width: 204px;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

#mainnavi {
  height: 21px;
  background-image: url(../images/gradient_sprite.gif);
  background-repeat: repeat-x;
  background-position: left -143px;
  display: block;
  width: 595px;
}
#mainnavi li {
  display: inline;
}
#mainnavi li a {
  float: left;
  height: 21px;
  line-height: 19px;
  padding-left: 37px;
  padding-right: 37px;
  border-right: 1px solid #FFFFFF;
  text-decoration: none;
  color: #FFFFFF;
}

#mainnavi li.active a {
  background-image: url(../images/gradient_sprite.gif);
  background-repeat: repeat-x;
  background-position: left -169px;
}

#mainnavi li a:hover {
  text-decoration: underline;
}

#content_container {
  
}

#left {
  width: 595px;
  float: left;
}

#right {
  width: 195px;
  float: right;
}

.right_inner {
  background-color: #fbfdf7;
}

#right .right_inner h2 {
  padding: 13px;
  color: #82ba0a;
}

#left h1 {
  color: #82ba0a;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background-image: url(../images/dotted.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}

#left h2 {
  color: #fa8609;
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
}

.content {
  padding-top: 26px;
}

.content a {
  font-weight: bold;
  color: #fa8609;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.download_list {
  font-size: 11px;
}

.download_list li {
  border-bottom: 1px solid #e8f0d7;
  padding: 7px 13px 7px 13px;
  line-height: 15px;
}

.download_list li a {
  display: block;
  text-decoration: none;
  color: #fa8609;
}

.download_list li a:hover {
  text-decoration: underline;
}

.download_list li a.pdf {
  background-image: url(../images/pdf.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
}

#footer {
  text-align: right;
}

#footer .foot_in {
  background-color: #fbfdf7;
  width: 195px;
  float: right;
  text-align: right;
}

#footer a {
  color: #afd362;
  text-decoration: none;
  font-size: 11px;
}

#footer a:hover {
  text-decoration: underline;
}

.content {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #444343;
}

.content p {
  padding-bottom: 15px;
}

.content ul {
  padding-left: 15px;
  padding-bottom: 15px;
}

.content ul li {
  list-style-type: circle;
}

.article {
  padding-bottom: 20px;
}

.article .article_img {
  float: left;
  padding-right: 20px;
  padding-top: 3px;
}

.article .article_cont {
  float: left;
  width: 399px;
  border-bottom: 1px solid #fa8609;
  padding-bottom: 20px;
}

td {
  vertical-align: top;
}

