body {
  color: #000;
  background: #fff;
  font-size: 78%;
}

* {
  font-family: "Lucida Grande", Verdana, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", IPAPGothic, sans-serif;
  font-size: 100%;
  line-height: 170%;
}

a, a:visited, a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
}

h3 {
  margin: .7em 0;
  border-left: 8px solid #663;
  padding: 0 .5em;
  font-size: 150%;
}

h3, h3 a, h3 a:visited {
  color: #663;
  background-color: transparent;
}

h4 {
  margin: 1em 0;
  border-bottom: 1px solid #663;
  font-size: 120%;
}

h4, h4 a, h4 a:visited {
  color: #663;
  background-color: transparent;
}

h5 {
  margin: 1em 0;
  border-bottom: 1px solid #995;
  font-size: 100%;
}

h5, h5 a, h5 a:visited {
  color: #995;
  background-color: transparent;
}

/* Hidden Elements ********************************************* */

#skip-link, #header h1, #nav, #breadcrumbs, #page-title, 
#footer h2, #resizer, #top-nav, #secondary-nav, .top-link {
  display: none;
}

/* Header ****************************************************** */

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

#header img {
  margin: 10px 0;
  width: 100px;
}

#printable-logo {
  margin: 50px 0;
}

/* Content ***************************************************** */

#content {
  margin-left: 120px;
  margin-bottom: 2em;
  border-left: 1px solid #ccc;
  padding: 1em 0 1em 20px;
}

#feature {
  position: relative;
  margin: 0 auto;
  width: 500px;
  text-align: center;
}

#feature p {
  margin: 0 0 1em 0;
  text-align: center;
}

#feature .desc {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 290px;
  color: #fff;
  background-color: transparent;
  font-size: 120%;
  text-align: right;
}

#feature.light .desc {
  color: #333;
  background-color: transparent;
}

.box-2 .news dt {
  margin: 1em 0 0 0;
  border-bottom: 1px solid #ccc;
  width: 20em;
  font-size: 90%;
}

.box-2 .news dd {
  margin: 0;
}

.box-2 .banners {
  overflow: auto;
}

.box-2 .banners p {
  margin: 10px 10px 10px 0;
  float: left;
}

.section {
  margin-bottom: 2em;
  clear: right;
}

.section h3, .section h4, .section h5, .section p, 
.section dl, .section ul {
  clear: left;
}

.section .photos {
  margin: .5em 0 1em 0;
  width: 200px;
  float: right;
  color: inherit;
  background-color: #fff;
  text-align: right;
}

.section .photos img {
  margin-bottom: 1em;
}

.section img.icon {
  margin: .5em 1em 1em 0;
  float: left;
}  

.section dl {
  margin: 1em;
  border-left: 6px solid  #e5e5cc;
  padding-left: 6px;
}

.section dt {
  margin: 1em 0 .5em 0;
  border-bottom: 1px solid #e5e5cc;
}

.section dt.button {
  border-bottom: 0;
}

.section dd {
  margin: .5em 0 .5em 1em;
}

.section table {
  border: 1px solid #e5e5cc;
  border-width: 0 1px 1px 0;
  width: 99%;
}

.section table caption {
  border: 0;
  text-align: left;
}

.section th, .section td {
  border: 1px solid #e5e5cc;
  border-width: 1px 0 0 1px;
  padding: .2em .5em;
  width: 20%;
  color: #443;
  background-color: transparent;
  text-align: left;
}

.note {
  color: #808080;
  background-color: transparent;
  font-size: 90%;
}

.clear {
  clear: both;
}

/* Footer ****************************************************** */

#footer {
  clear: both;
  font-size: 90%;
  text-align: right;
}
