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

p, li, tr, td {
	line-height:1.5;
	font-size: 14px;
	color: #660033;
}
/*------------------------現在ページ------------------------*/
li.this a {
  background-image: url(../img/btn_lesson.png);
  background-position: bottom;
}
/*------------------------高さ調整------------------------*/
.wrapper, .sidebar {
  height: 4550px;
}
#content5 {
  width: 680px;
  margin: 30px 50px 0 240px;
  position: absolute;
}
#content5 h2 {
	line-height:1.0	;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	border-left: #ed8492 8px solid;
	text-indent: 0.5em;
	margin-bottom: 10px;
}
.detail, .detail_1 {
	margin: 0 0 30px 0;
}
p.detail_space {
  margin-bottom: 15px;
}
tr, td {
	height: 30px;
	text-align: 
}
td.course {
	width: 230px;
	text-indent: 1em;
	text-align: left;
}
table, td {
	border: 1px #660033 dotted;
	margin: 20px 0  5px 10px;
}
ul.lessonlist {
	margin: 10px 0;
	text-indent: 1em;
}
p.info {
	margin: 0px 0px 10px 20px;
}
P#tablecap {
	margin-left:20px;
}
dt {
	line-height:1.5;
	font-weight: bold;
	font-size: 14px;
	color: #660033;
	margin-bottom: 2px;
}
dd {
	line-height:1.5;
	font-size: 14px;
	color: #660033;
}
dl {
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: #660033 1px dotted;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height:2.5em;
	color: #660033;
}
.kit {
  font-size: 13px;
	font-weight: bold;
	line-height:1.5em;
	color: #660033;
}
#payment {
  width: 530px;
  border: #660033 1px solid;
  margin: 10px auto;
  padding: 10px;
}
#payment p {
  text-align: center;
  margin-bottom:3px;
  font-size: 14px;
  font-weight: bold;
}
/*------------------------レッスンphoto位置調整------------------------*/

#lessonphoto_1 {
  position: absolute;
  top: 200px;
  left: 480px;
}
#lessonphoto_2 {
  position: absolute;
  top: 1470px;
  left:500px;
}
#lessonphoto_3 {
  position: absolute;
  top: 1750px;
  left:500px;
}
#lessonphoto_4 {
  position: absolute;
  top:2000px;
  left:500px;
}
#lessonphoto_5{
  position: absolute;
  top:2500px;
  left:500px;
}
#lessonphoto_6{
  position: absolute;
  top:2700px;
  left:580px;
}
#lessonphoto_7{
  position: absolute;
  top:2745px;
  left:500px;
}


/*------------------------戻るボタン------------------------*/
p#back-top a:link, p#back-top a:visited {
  color: #ED8492;
}
p#back-top a:hover {
  color: #660033;
}
p#back-top {
  float: right;
  margin-right: 20px;
}
