@charset "utf-8";

body {
  font-family: Verdana,Tahoma, Arial,sans-serif;
  margin: 5px auto;
  padding: 0;
  width: 990px;
}

img {
  border: 0;
}

.sidebar{
  width: 250px;
  float: right;
}

.sidebar .menu{
  width: 242px;
  background-color: #e7fcdb;
  background-image: url(sidebar_menu_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 4px;
  text-align: right;
  color: #47613c;
  font-weight: bold;
}

.sidebar .ads{
  width: 100%;
  margin-top: 5px;
}

.sidebar .comment{
  width: 230px;
  margin-top: 5px;
  background-color: #ffded7;
  background-image: url(sidebar_comment_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 32px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-size: x-small;
  color: #814a3e;
}

.sidebar .comment .comment_more {
  text-align: right;
}

.content{
  width: 720px;
  float: left;
}

.content .title{
  width: 100%;
}

.content .body{
  width: 700px;
  height: 450px;
  background-color: #285417;
  color: white;
  border: solid 10px #987730;
  font-size: 100px;
  font-family: "Meiryo" "ＭＳ Ｐゴシック" Verdana,Tahoma, Arial,sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

.content .body .body_top{
  font-size: 100px;
}

.content .body .body_bottom{
  margin-top: 20px;
  font-size: 70px;
}

.content .body .kokubankeshi{
  position: relative;
  top: 400px;
  left: 520px;
  line-height: 0;
  height: 0;
}

.regist{
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom{
  padding: 10px;
  background-color: #ffffcd;
}

.bottom .search{
  float: left;
  width: 200px;
  overflow: hidden;
}

.bottom .search .search_result{
  margin-top: 10px;
}

.bottom .search .search_result .search_result_title{
  font-weight: bold;
}

.bottom .search .search_result ul{
  font-size: small;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.foot_ads{
  float: right;
  width: 720px;
  overflow: hidden;
}

.footer{
  margin-top: 5px;
  text-align: center;
  font-size: small;
}

.clear{
  clear: both;
}




#header{
  width:1000px;
  height:50px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
}

#main{
  width:1000px;
  height:600px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
  float:left;
}

#truth{
  width:1000px;
  height:350px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
  float:left;
}

#main_center{
  width:1000px;
  height:100px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
  float:left;
}

#main_left{
  width:800px;
  height:100px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
  float:left;
}

#main_right{
  width:200px;
  height:100px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
  float:right;
  background-image: url(../img/comment_back.jpg);
}

#search{
  width:1000px;
  height:150px;
  padding:0px;
  background-color:#aaaa00;
  color:#000000;
}


#footer{
  width:1000px;
  height:20px;
  padding:0px;
  background-color:#ffffff;
  color:#000000;
}

#td{
  font-size: 7pt;
}

.errors {
  border: solid 2px red;
  background-color: #ffffcd;
  padding: 8px;
  margin-top: 10px;
}

.error {
  color: red;
}
