/* 基本性能スタイルシート */
@import "common.css";

img {
  border: 2px #dddddd solid;
}

#bottombox {
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

#bottombox .imgbox {
  border: none;
  width: 400px;
}

.title {
  text-align: center;
  font-weight: bold;
}

#tbl {
  line-height: 150%;
  width: 90%;
  border-collapse: collapse;
  border: 1px #bbbbbb solid;
  padding: 0px 0px 0px 0px;
  margin: 3%;
  color: black;
  background-color: #cccccc;
}

#tbl td {
  padding: 5px 5px ;
  margin: 0px 0px 0px 0px;
  border: 1px #aaaaaa solid;
  color: black;
  background-color: #ffffff;
}

#tbl th {
  border: 1px #aaaaaa solid;
  color: black;
  background-color: #eeeeee;
  font-weight: bold;
}

#tbl .item1 {
  text-align: center;
  font-weight: bold;
  color: red;
  background-color: #eeeeee;
/*  text-justify:inter-ideograph;*/
  white-space: nowrap;  
}

#tbl .item2 {
  text-align: center;
}
