body {
	background-color: #F1F8FE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #444;
	line-height: 1.5em;
}
a {
	color: #F90;
}
a:hover {
	color: #666;
}

#wrapper {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../common/bg_main.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#header {
	background-image: url(../common/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	padding-right: 10px;
	padding-left: 10px;
}
#navi_top {
	height: 50px;
	clear: both;
	width: 800px;
}
#logo  {
	margin-top: 25px;
	margin-left: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact {
	padding: 0px;
	float: right;
	height: 0px;
	width: 266px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer {
	background-image: url(../common/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 798px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	text-align: center;
	clear: both;
}
address {
	font-style: normal;
}
h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left {
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navi_left {
	background-image: url(../common/navi_bg.gif);
	background-repeat: repeat-y;
	margin-top: 7px;
}
#right {
	width: 560px;
	float: left;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#pan {
	background-color: #F1F8FE;
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 11px;
	color: #0D7ABF;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#pan a {
	color: #0D7ABF;
}
#pan a:hover {
	color: #F90;
	text-decoration: none;
}
.pagetop {
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.contents_box {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contents_box p {
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#time {
	text-align: center;
}
#time p {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 10px;
}
.margin2 {
	margin-top: 40px;
}


.table {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.table table {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFF;
	color: #666666;

}
.table th {
	background-color: #FAFAFC;
	color: #666;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
}
.table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	text-align: left;
}

.table2 {
	margin-top: 40px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.table2 table {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFF;
	color: #666666;

}
.table2 th {
	background-color: #EEFBFF;
	color: #666;
	text-align: left;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.table2 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	text-align: right;
}

.lessons_box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	clear: both;
}
.lessons_box p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.tokubetu_title {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #F1F8FE;
	font-weight: bold;
	text-align: left;
}

#it {
	font-size: 15px;
	line-height: 1.6em;
	margin-left: 10px;
}
#tutor {
	font-size: 15px;
	line-height: 1.6em;
	margin-left: 35px;
	margin-top: 50px;
}
.acyp_bn {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.ninjya {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	text-align: left;
	font-size: 10px;
}
.font_red {
	color: #F30;
}
.child_box {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	height: 250px;
	background-image: url(../common/bg_child.jpg);
}
.child_title {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
}
.child_text {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 5px;
}
.child_text img {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#it table tr th {
	text-align: left;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#it table tr td {
	font-size: 12px;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

