@charset 'UTF-8';

/* structure
-----------------------------------------------------------------------------*/
body {
  background: #eceadb;
  text-align: center;
  font-weight: 300;
}

#wrapper {
  color: #7b776c;
  background-color: white;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  width: 850px;
  height: auto;
  margin-top: 10px;
}


.infoContent, .infoContentSpec {
  letter-spacing: 0.1em;
  margin-left:33px;
  margin-bottom: 40px;
  width: 240px;
  height: 100%;
  float: left;
  display: inline;
}

#footer {
  width: 850px;
  clear: both;
}

#footer p {
  color: #999;
  font-size: 70%;
  text-align: right
}

/* font
-----------------------------------------------------------------------------*/
h1 {
  font-size: 80%;
  letter-spacing: 0.2em;
  width: 817px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eceadb;
  padding-left: 33px;
}

h2 {
  font-size: 70%;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #cac7b9;
}

p {
  font-size: 70%;
  line-height: 1.3em;
  margin-bottom: 10px
}

ul {
  font-size: 70%;
  margin-top: 5px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}

li { margin-bottom: 3px; }

dl {
  font-size: 70%;
  margin-bottom: 10px;
  width: 230px;
  height: auto
}

dt {
  display: block;
  margin-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 90px;
  float: left
}

dd {
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  width: auto;
  border-bottom: 1px none
}

/* link
-----------------------------------------------------------------------------*/
a {
  color: #666;
  text-decoration: none;
  padding-right: 2px;
  padding-left: 2px;
  background: #eceadb;
}

dl a {
  color: #666;
  text-decoration: none;
  display: block;
  padding-right: 2px;
  padding-left: 2px
}

a:hover {
  color: #FFF;
  background: #b1aea1;
}

.clearFix { clear: both }
