@charset "UTF-8";
/* CSS Document */

p, li, tr, td, dl, dt, dd {
	line-height:1.5;
	font-size: 14px;
	color: #660033;
}
/*------------------------現在ページ------------------------*/
li.this a {
  background-image: url(../img/btn_design.png);
  background-position: bottom;
}
/*------------------------高さ調整------------------------*/
.wrapper, .sidebar {
  height: 1100px;
}
/*------------------------#mainArea------------------------*/
.mainArea {
  width: 750px;
  float: right;
  margin: 20px 0 0 0;
}

.content {
  width:  720px;
  height: 212px;
  margin: 0 1px 15px 15px;
  padding-bottom: 15px;
  border-bottom: #660033 1px solid;
}

.photobox {
  width:  150px;
  height: 100px;
  background: #FFF;
  margin: 2px;
}
.photobox_f {
  width: 110px;
  height: 100px;
  background: #FFF;
  margin: 2px;
}
.sample, .sample_fall {
  width: 470px;
  height: 212px;
  float: right;
  margin-left: 10px;
}
.sample_f {
  width: 470px;
  height: 212px;
  float: right;
  margin-left: 10px;
}
.course_hand, .course_foot1{
  width: 225px;
  height: 212px;
  float:left;
  margin-left: 10px;
/*  padding: 0 14px;*/
}
.course_foot {
  width: 225px;
  height: 212px;
  float:left;
  margin-left: 12px;
}
.sample li.photobox {
  float: left;
}
.sample_f li.photobox_f {
  float: left;
}
.course_hand dd, .course_foot dd {
  padding-left:1em;
  text-indent:-1em;
  font-size: 12px;
  line-height: 1.3;
}
dd.normal {
  font-size: 14px;
  border-bottom: 1px dotted #660033;
  margin-bottom:3px;
  line-height: 1.8em;
}
dt.title {
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
}
dd.pink {
  font-size: 14px;
  border-bottom: 1px dotted #660033;
  color: #ED8492;
  font-weight: bold;
  line-height: 1.8em;
}
dd.orange {
  font-size: 14px;
  border-bottom: 1px dotted #660033;
  color: #FF9933;
  font-weight: bold;
    line-height: 1.8em;
}
.design_info {
  width: 683px;
  height: 140px;
  margin: 0 15px 15px 5px;
  padding-bottom: 10px;
  border-bottom: #660033 1px solid;
}
.design_info p {
  text-align: center;
  margin-bottom: 8px;
}
p#back-top {
/*  margin-left: 10px;*/
float: right;
margin-right:20px;
}
p#back-top a:link, p#back-top a:visited {
  color: #ED8492;
}
p#back-top a:hover {
  color: #660033;
}
