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

#right_container {
	float: right;
	width: 557px;
	text-align: center;
}
#right_container p {
	line-height: 18px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 7px;
}
.h2_img {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	clear: both;
}
.h2_img2 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	clear: both;
}


.box01 {
	width: 536px;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #CCCCCC;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bg_img1 {
	background-image: url(../img/school/bg01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.box01 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 24px;
	margin-left: 5px;
	display: block;
	width: 450px;
	padding-left: 5px;
	background-color: #660000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-bottom: 10px;
}

.box01 li {
	line-height: 24px;
	font-weight: bold;
	color: #990000;
	list-style-type: none;
	text-align: left;
	margin-left: 15px;
}
.box01 .include {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
.include img {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.include p {
	margin-right: 10px;
}




.box02 {
	width: 536px;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #CCCCCC;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box02 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	line-height: 24px;
	margin-left: 5px;
	display: block;
	width: 320px;
	padding-left: 5px;
	background-color: #EAEAEA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-bottom: 10px;
}

.box02 li {
	line-height: 24px;
	font-weight: bold;
	color: #505050;
	list-style-type: none;
	text-align: left;
	margin-left: 15px;
}
.beginner {
	background-color: #FFFFE8;
}
.beginner img {
	margin: 5px;
	float: left;
}

.basic {
	background-color: #F0FCFF;
}
.basic img {
	margin: 5px;
	float: left;
}

.pro {
	background-color: #EDEDDA;
}
.pro img {
	float: left;
	margin: 5px;
}

.other {
	background-color: #F2F2F2;
}
