/* default subclass */
p.designText {
  text-align: justify;
}
p.headlineLink {
  margin: -8px 0 10px 0;
}
p.headlineLink a {
  color: #ffc15f;
  text-decoration: none;
}
p.headlineLink a:hover {
  text-decoration: underline;
}
hr.separator {
  clear: both;
  visibility: hidden;
  padding-top: 5px;
}
p#page404 {
  width: 390px;
  height: 50px;
  font-size: 150%;
  color: red;
  margin: 20px 0 20px 20px;
  overflow: auto;
}
p.errorMessage {
  color: red;
  margin-top: 10px;
}
p.infoMessage {
  color: green;
  margin-top: 10px;
}
p.note {
  font-style: italic;
  margin-bottom: 5px;
}
span.highlight {
  color: #ff8c00;
  font-size: 130%;
}
table.tableForm {
  width: 430px;
  border: 0;
}
table.tableForm tr td {
  border: 0;
}
table.tableForm tr td.right {
  width: 180px;
  text-align: right;
  vertical-align: top;
  padding-top: 7px;
}
div.photoBox {
  float: left;
  width: 100px;
  height: 105px;
  margin-left: 8px;
}
div#detailPhotoBox {
  width: 440px;
  text-align: center;
}
div.photoBox img, div#detailPhotoBox img {
  border: 2px solid #636260;
  display: inline;
}
p#lastNextPhoto {
  text-align: center;
}

/* default */
a {
  color: #fdb144;
  text-decoration: underline;
}
a:hover {
  color: #ffa31a;
  text-decoration: none;
}
h1 {
  font-size: 140%;
  font-weight: normal;
  margin: 25px 0 10px 0;
  padding: 0;
}
h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 20px 0 10px 0;
  
}
h3, h4 {
  font-size: 120%;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
p {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}
img {
  display: block;
  border: 0;
}
ul li {
  list-style-type: square;
  line-height: 1.3em;
  padding-bottom: 3px;
}
table {
  font-size: 100%;
  color: #808080;
  border: 1px solid #afafaf;
  border-collapse: collapse;
}
table tr td {
  border: 1px solid #afafaf;
  border-collapse: collapse;
  padding: 5px;
}
table tr td p {
  margin: 0;
}
textarea {
  width: 225px;
  height: 70px;
  color: #333;
  background-color: #ececea;
  border: 1px solid #c5c5c5;
}
input.input {
  width: 200px;
  color: #333;
  background-color: #ececea;
  border: 1px solid #c5c5c5;
}
form {
  margin: 0;
}
