body {
  background-color: #999999;
  background: url(img/wall.jpg) repeat;
}
#myContents {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
}
#myContents tr td {
  text-align: left;
  padding: 1em;
  line-height: 2em;
}
#myFooter {
  font-size: 12px;
}
h1 {
  width: 100%;
  text-align: center;
  color: red;
  line-height: 1.3em;

}
h2 {
  width: 100%;
  margin: 3em auto 1em;
  text-align: center;
  color: red;
}
h3 {
  margin: 2em 1em 1em 2em;
  text-decoration: underline;
}
p {
  margin: 1.5em;
}
blockquote {
  margin: 2em;
  border: 4px double black;
  background-color: #ddffdd;
}
a img {
  border-style: none;
  border-width: 0px;
}

.guarantee {
  margin: 2em;
  border: 4px double black;
  background-color: #ddffdd;
  font-weight: bold;
}

.firstComment {
  font-weight: bold;
}
ul.firstQuestion {
  font-weight: bold;
}
.uline {
  text-decoration: underline;
  font-weight: bold;
}
.cred {
  color: red;
  font-weight: bold;
}
.wbold {
  font-weight: bold;
}
.fbig {
  font-size: 120%;
}
.alert {
  color: red;
  background-color: yellow;
  font-size: 120%;
  font-weight: bold;
}
.aright {
  text-align: right;
}

ul.bred {
  margin: 2em;
  border: 4px solid #ffaa99;
}
ul.bred li {
  margin: 2em 2em;
  list-style: outside;
  line-height: 1.2em;
}

.myName {
  font-weight: bold;
  font-size: 150%;
  text-align: right;
}
.orderImage {
  text-align: center;
  margin: 0 auto;
  font-size:85%;
  color: #666666;
}
.acenter {
  text-align: center;
  margin: 0 auto;
}

.message {
  font-size: 13px;
  line-height: 150%;
  border: 1px solid gray;
}

.hosyou {
  border: 1px solid gray;
  font-size: 90%;
  color: #666;
  padding: 0 1em;
  line-height: 1.4em;
}

.kigen {
  text-align: center;
  font-weight: bold;
  border: 3px solid black;
}

#FORM {
  text-align: center;
}