@charset "utf-8";
/** 一覧 **/
#header{
  height: 116px;
  text-align: left;
  background-color: #864033;/*#a1afb4;*/
  background-image: url("../images/topback.png");
  background-repeat: repeat-x;
  background-position: 0 -47px;
}
.header_title img{
  margin-top: 2px;
  margin-left: 20px;
}
/*.menu{
  background-color: #864033;
}*/
/* 解説 */
.topbox{
  margin-top: 20px;
  margin-left: 0px;
  position: relative;
  width: 550px;
}
.topbox div{
  position: absolute;
  top: 10px;
  left: 580px;
  width: 200px;
}
h1{
  padding: 0 0 0 28px;
  font-weight: bold;
  font-size: 180%;
}
.kana{
  font-size: 70%;
  font-weight: normal;
  padding-left: 15px;
}
h2,h3{
  padding: 20px 0 10px 0;
  font-size: 130%;
}
.box{
  margin: 15px 30px;
  padding: 5px 0 20px 0;
}
.box p{
  line-height: 1.5em;
  /*text-indent: 0em;*/
}
.wmin{
  width: 65%;
}
/* 補助 */
.innerh{
  margin: 20px auto;
  position: relative;
}
.innerh h2{
  padding: 0;
}
.innerh h3{
  margin-left: 15px;
  padding: 0;
}
.innerh div{
  position: absolute;
  top: 0;
  right: 0;
}
.gotolist{
  position: relative;
  right: 400px;
}
/* 一覧 */
.listbox{
  padding: 25px 30px;
  border-style: solid;
  border-color: #666666;
  border-width: 1px 0 0 0;
}
.listtop{
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}
.list{
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  border-style: solid;
  border-color: #666666;
  border-width: 1px 0 0 0;
}
#listmenu{
  padding: 8px 15px;
  width: 250px;
  background-color: #eae4da;
}
#listmenu li{
  line-height: 2em;
}
.item{
  clear: both;
  margin: 15px 0;
  min-height: 120px;
}
.thumbnail{
  float: left;
  width: 324px;
  min-height: 50px;
  text-align: right;
}
.thumbnail img{
  border: 2px #000 solid;
}
.listbox table{
  float: left;
  width: 460px;
  background-color: #e3dcd2;
  margin-left: 20px;
}
.listbox td{
  padding: 3px;
}
.elem{
  width: 80px;
  font-weight: bold;
}
.item_title{
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3em;
}
/* Footer */
#footer{
  background-color: #a1afb4;
  background-image: url("../images/indexback.png");
}