@charset "utf-8";
#main_img {
	background-image: url(../img/what/main_img.jpg);
	background-repeat: no-repeat;
	height: 283px;
}
#main_img_kindergartener {
	background-image: url(../img/kindergartener/main_img.jpg);
	background-repeat: no-repeat;
	height: 283px;
}
#main_img_maternity {
	background-image: url(../img/maternity/main_img.jpg);
	background-repeat: no-repeat;
	height: 283px;
}
#main_img_voice {
	background-image: url(../img/voice/main_img.jpg);
	background-repeat: no-repeat;
	height: 283px;
}

#concept {
	width: 600px;
	float: right;
	margin-right: 70px;
	margin-top: 120px;
	height: 140px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
}
#concept p {
	line-height: 1.7em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}


#main_contents {
	width: 650px;
	float: right;
	margin-right: 32px;
	margin-top: 5px;
	background-color: #FFFFFF;
}

#tuition {
	background-image: url(../img/class/tuition_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 25px;
}
#tuition li {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#tuition_footer {

}
#about_us {
	margin-bottom: 20px;
}
#about_us h3 {
	font-size: 14px;
	font-weight: bold;
	color: #4F3500;
	text-align: left;
	padding-top: 7px;
}
#about_us p {
	line-height: 1.5em;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
}
#about_us img {
	float: left;
	margin-right: 10px;
}
#faq {
	background-image: url(../img/top/voice_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
#faq .faq_disc {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFCC;
	margin-bottom: 10px;
}
#faq .faq_disc p {
	line-height: 2em;
	text-align: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 195px;
}
.faq_disc dt {
	text-align: left;
	line-height: 2em;
	padding-left: 30px;
	background-image: url(../img/faq/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 5px;
}
.faq_disc dd {
	line-height: 2em;
	background-image: url(../img/faq/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}



#faq .faq_disc img {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

