@charset "utf-8";

.mainArea {
  text-align: center;
  padding:14px 0 10px; 
}



.copyArea {
  text-align: center;
  padding: 15px 15px 5px 15px;
  }

.copyArea h1 {
  margin: 0px;
  padding: 0px 0px 12px;
}
.copyArea p {
  line-height:1.4em;
}


.otherArea {
  text-align:center;
  padding:0 15px 15px;
}
.otherArea h1 {
  padding: 6px 0 3px;
  background: #F9F1DC;
  font-size: 130%;
  color: #8F7127;
}

.otherArea dl {
  height:auto;
  list-style:none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
}
.otherArea dt {
  text-align:left;
  height: auto;
  width: 50%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
}
.otherArea dd {
  text-align: left;
  height: auto;
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  padding: 0 0 0 8px;
}
.otherArea h2 {
  padding: 5px 0;
  color: #666;
}
.photoBox {
  border-top: #630 dotted 1px;
  border-bottom: #630 dotted 1px;
  padding:8px 0;
}
.courseMenu {
  margin:0px;
  padding:10px;
  border:#decda6 1px solid;
  border-radius: 5px;
	-webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px #666;
  box-shadow: 0px 0px 4px 0px #666;
  background-clip: padding-box;
}
.courseMenu p {
  line-height:1.35em;
  margin-bottom:5px;
}
.courseMenu span {
	color: #b6956a;
}

.setsumeiArea {
  text-align: left;
  padding: 10px 0px 0px;
}

.setsumeiArea h3 { color: #900; }
