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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
	font-size: 20px;
	color:#333;
	line-height:1.8em;
}

a:link {
	color: #339933;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC0000;
}


a:link {
	color: #0066FF;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC0000;
}


#cts #menu {
	width: 600px;
	margin-left: 60px;
}
#cts #main {
	width: 800px;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}


h1.lesson{
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #f49e09;
    }
	
h1.about{
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #1ccbdb;
    }
h1.timetable{
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #a673f3;
    }
h1.contact{
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #ec4969;
    }
h1.rent{
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-left: 0px;
    padding: 8px 16px;
    background: #a3c44b;
    }

h2{
	font-size:20px;
	}
	
h2.lesson{
    color: #f49e09;
    font-size: 24px;
      padding-bottom: .5em;
	  border-bottom: 2px solid #f49e09;
    }
h2.about{
    color: #1ccbdb;
    font-size: 24px;
	padding-bottom: .5em;
    border-bottom: 2px solid #1ccbdb;
    
    }


#cts  #main  #lessonTxt {
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.8em;
}

#cts  #main  #kidlesson {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 130%;
	height: auto;
	width: 500px;
	border: thin dotted #F9C;
	padding-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#cts #main #lessonTitle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #efefef;
	font-size: 20px;
	font-weight: bold;
}
#cts #main #lessonTitle2 {
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-color: #CAF0FF;
}
#cts #main #lessonTxt #tsujyo {
	padding: 5px;
	border: 1px solid #F93;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}


table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	font-size: 20px;
}
table.type01 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	font-size:20px;
}

table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type04 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
}
table.type04 td {
	width: 550px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-size:20px;
}

table.type02 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	font-size: 20px;
}
table.type02 td {
	width: 550px;
	padding: 10px;
	vertical-align: top;
	font-size:20px;
}