/* はじめにスタイルシート */
@import "common.css";

img {
  border: 0px #dddddd solid;
}

li {
  padding-bottom: 20px;
}

h3 {
  font-size: 110%;
  color: red;
  background-color: white;
  margin-bottom: 5px;
  display: inline;
}

.bg {
  background-image: url(./_IMG/kouku2.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 8%;
  font-size: 90%;
}

#column {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

#column .imgbox {
  float: right;
  border: 0px;
  margin: 10px;
  padding-bottom: 0px;
  line-height: 1.0;
}

#column .textbox {
  padding: 7px;
  font-size: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  border: none;
}

#bottombox {
  clear: both;
  padding: 5px;
  text-align: justify;
  text-justify:inter-ideograph;
  border: 1px dotted red;
  width: 90%;
  margin: 5%;
}
