@charset "utf-8";

/** --------------------------------------------------------------------------------
 * 共通
 * -----------------------------------------
 * link
 */
a:link,
a:visited,
a:hover {
  color: #069;
}

/** --------------------------------------------------------------------------------
 * body
 */
body {
  color: #333;
  background-color: #eee;
}

div#whole {
  margin: 0 auto;
  padding: 15px;
  border: solid #999;
  border-width: 0 1px;
  overflow: hidden;
  width: 850px;
  min-height: 100%;
  background-color: #fff;
}

* html div#whole {
  overflow: visible;
  height: 100%;
}

div#header {
  margin: -15px -15px 15px;
  padding: 25px 15px;
  border-bottom: 1px solid #999;
  position: relative;
  line-height: 1.5;
  color: #fff;
  background: #17689d url("../images/h1.jpg") no-repeat 0 -75px;
}

div#header a {
  color: #fff;
}

div#header h1 {
  margin-bottom: 5px;
  font-size: large;
}

div#container {
  margin-top: -25px;
  position: relative;
  zoom: 1;
}

div#container:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#contents {
  float: left;
  width: 555px;
}

div#contents dl.link {
  margin: 15px 0 0 0;
  padding: 10px;
  border: 1px solid #999;
  zoom: 1;
}

div#contents dl.link a {
  padding-left: 10px;
  background: url("../images/arrow.gif") no-repeat 0 50%;
}

div#nav {
  margin: 25px 0 0 15px;
  float: right;
  width: 280px;
  line-height: 1.5;
  background-color: #eee;
}

div#nav dl {
  margin: 0;
  padding: 10px;
}

div#nav dl dt a {
  padding-left: 10px;
  display: block;
  background: url("../images/arrow.gif") no-repeat 0 50%;
}

div#nav dl dd ul {
  margin-left: 1em;
  list-style-type: square;
}

h2 {
  margin-top: 25px;
  margin-bottom: 3px;
  padding-left: 5px;
  border-left: 5px solid #17689d;
  color: #17689d;
}

h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #59af9c;
}

p {
  margin-bottom: 10px;
}

span {
  font-weight: bold;
}

div.next {
  margin-top: 30px;
}

div.next p {
  display: table-cell;
  background-color: #eee;
  zoom: 1;
}

div.next p a {
  padding: 10px 10px 10px 20px;
  display: block;
  background: url("../images/arrow.gif") no-repeat 10px 1.5em;
}

* html p.photo {
  float: left;
}

div#footer {
  clear: both;
  margin: 15px -15px -15px;
  padding: 15px 15px 5px;
  border-top: 1px solid #999;
  line-height: 1.5;
  text-align: center;
  zoom: 1;
}

