@import url("../common.css");

h2 {
  background-color: #EEE;
  background-image: url("../images/info.png");
  line-height: 32px;
  height: 32px;
  margin-bottom: 8px;
  vertical-align: middle;
  border: 1px solid #AAA;
  color: #555;
  font-size: 100%;
  font-weight: normal;
  text-indent: 16px;
}

h2 span {
  color: #FFF;
  font-size: 56px;
  margin-left: 80px;
}

h2 a {
  font-size: 80%;
}

p {
  font-size: 90%;
  color: 444;
}

#main {
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#main ul {
  list-style-image: url("../images/icon_arrow.png");

}

#main ul li {
  margin-left: 16px;
  margin-bottom: 24px;
}

#main ul li h3 {
  font-size: 100%;
  line-height: 24px;
  color: #555;
}

.service {
  clear: both;
  margin-top: 12px;
  margin-bottom: 12px;
  height: 100%;
  width: 100%;
  float: left;
  background: #F2F2F2;
  padding-top: 16px;
  padding-bottom: 16px;
}

.service p {
  font-size: 90%;
  color: #555;
  margin-top: 8px;
  margin-bottom: 8px;
}

.service .service-image {
  float: left;
  text-align: center;
  width: 320px;
}

.service .service-info {
  float: left;
}

#member-list {
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
}

#member-list ul {
  list-style: url("../images/icon_arrow.png") inside;
}

#member-list ul li {
  float: left;
  font-size: 90%;
  margin-right: 24px;
}

.member {
  clear: both;
  background: url("../images/bottom.png") no-repeat bottom #111111;
  padding-bottom: 24px;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
  float: left;
}

.member h3 {
  font-size: 100%;
  font-weight: normal;
  color: #AAA;
  text-indent: 24px;
  margin-bottom: 8px;
  padding-top: 12px;
  background: url("../images/top.png") no-repeat top;
}

.member-profile {
  font-size: 90%;
  float: left;
  width: 400px;
}

.member-profile table {
  width: 100%;
  margin-left: 12px;
  float: left;
  border-collapse: collapse;
  background-color: #FFF;
  background: #FFF url("../images/table_back.png") repeat-x top;
}

.member-profile table th {
  width: 80px;
  font-weight: normal;
  color: #555;
  vertical-align: middle;
}

.member-profile table tr {
  border-top: 1px solid #CCC;
}

.member-profile table td {
  line-height: 2em;
  padding-left: 8px;
  padding-right: 12px;
  color: #555;
}

.member-space {
  width: 340px;
  color: #888;
  float: left;
  font-size: 90%;
  padding-left: 24px;
}


