@charset "utf-8";

body {
  background: url(../img/other/back.jpg) repeat;
}

#main h1 {
  background: url(../img/other/midasih1.png) no-repeat;
  color: #fff;
  height: 29px;
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: bold;
  line-height: 18px;
  padding: 5px 20px;
}

.box {
  width: 620px;
  display: table;
  table-layout: fixed;
  margin: 5px auto 0 auto;
}
.box_text1 {
  display: table-cell;
  width: 120px;
  padding: 5px;
  line-height: 140%;
  color: #330000;
  font-weight: bold;
  /*border: 1px solid #900;*/
}
.box_text2 {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #330000;
}

.table-pencil {
  /*border: 1px solid #900;*/
  width: 500px;
  display: table;
  table-layout: fixed;
  margin: 150px auto 0 auto;
}
.tablecell-pencil {
  display: table-cell;
}

  
