body, h1, h2, h3, h4, h5, h6, p, div, ul, li, dl, dd, dt, ol, form, table, td, tr, th img, fieldset {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

h1 {
  font-size: 14pt;
  color: #fff;
  background: #362532;
  padding: 12px;
  padding-left: 24px;
}

h3 {
  font-size: 12pt;
  color: #078A4D;
}

h4 {
  font-size: 10pt;
}

#title {
  height: 200px;
  background: #000 url('/images/title.jpg') center;
  border-bottom: 3px #C7402C solid;
}

#title span {
  display: none;
}

#notice {
  background: #E3E2D5;
  border: 1px #C7402C solid;
  padding: 3px;
  margin: 6px;
  font-weight: bold;
}

#contents {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  float: left;
  width: 200px;
  background: #C7402C;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#menu p {
  margin-bottom: 6px;
}

#text {
  float: right;
  width: 620px;
}

#text p, #text ul, #text div, #text h3, #text table, #text address, #text h4 {
  padding-left: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#text table {
  width: 90%;
  border-collapse: collapse;
  margin-left: 1em;
}

#text table td {
  padding: 3px;
}

.mceEditor table {
  margin: 0 !important;
  padding: 3px !important;
  width: auto !important;
}

.mceEditor td {
  padding: 0 !important;
}

.error_field input, .error_field textarea {
  border: 1px #f00 solid;
}

#text ul {
  padding-left: 36px;
}

#text a {
  color: #C7402C;
}

#text a:hover {
  color: #078A4D;
}

#footer {
  clear: both;
  text-align: center;
  padding-bottom: 24px;
}

fieldset {
  margin: 1em;
  padding: 1em;
}