@charset   "UTF-8";

/* インデックス */

/* ページブロック */

.middle{
  width : 100%;
  display : table;
  background-image : url(../leftbg.gif);
  background-repeat : repeat-y;
  background-position : left center;
}

.left{
  text-align : left;
  width : 200px;
  float : left;
  display : table-cell;
  margin-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  padding-top : 20px;
  padding-bottom : 20px;
}

.right{
  text-align : left;
  float : right;
  width : 800px;
  display : table-cell;
  margin-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  padding-top : 20px;
  padding-bottom : 20px;
}

.box{
  padding-top : 0px;
  padding-left : 10px;
  padding-bottom : 10px;
  margin-left : 0px;
  overflow: auto;
  display : table;
}

.pvbox{
  padding-top : 0px;
  padding-left : 10px;
  padding-bottom : 10px;
  text-align : center;
  margin-left : 0px;
  overflow: auto;
  display : table;
}
.pvbox_con{
  width : 200px;
  text-align : center;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : table-cell;
}

.leftbox{
  width : 200px;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : table-cell;
}

.rightbox{
  width : 500px;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : table-cell;
}
.histline{
  display: table;
  margin: 0;
  margin-bottom: 20px;
}
.histline > .hist_left{
  display: table-cell;
  text-align : right;
  width: 70px;
  padding: 9px;
}
.histline > .hist_right,{
  display: table-cell;
  padding: 9px;
}
.histline > a:hover{
  background: #dd3;
}


