@charset "UTF-8";

*.logbox {
  border: solid 1px #808080;
  width: 650px;
  height: 110px;
  line-height: 2em;
  padding: 0.5em;
  overflow: auto;
  }
div#contents .left-contents h2.h2 {
  border-left: #FF6600 solid 7px;
  border-bottom: #FF6600 dashed 2px;
  font-size:120%;
  padding: 5px 5px 2px 5px;
  color: #000000;
  margin: 20px 2px 2px 2px;
  }
p {
line-height:140%;
}
.shiryou{
 font-weight:bold;
 font-size:120%;
 background-color:#cfc8b0;
 width: 650px;
 text-indent:1em;
 text-align:left;
 margin-bottom:0px;
 }
.shiryou p{
 margin:5px 0 2px;
 margin-bottom:0;
 }
.shiryou2{
 text-align:left;
 text-indent:1em;
 border:1px solid #cfc8b0;
 }
.shiryou2 p{
 margin:5px;
 line-height:1.2;
 }