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

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background: #696969;
}
.level0 {
	font-size: 10px;
	line-height: 120%;
}

.level2 {
	font-size: 11px;
	line-height: 15px;
}

.y_date {
	font-size: 80%;
	color: #000000;
}

a:link {
	color: #7262ff;
}
a:visited{
	color: #7262ff;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a:active {
	color: #7262ff;
}

#containert {
	background: #E8C94F;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#content-school {
	width: 640px;
	background: #E8C94F;
}

#content-top {
	padding-top: 15px;
	padding-left: 15px;
}
#content-top #left {
	float: left;
	width: 230px;
}
#content-top #middle {
	float: left;
	width: 310px;
}
#content-top #right {
	float: left;
	width: 50px;
}

#content-image {
	float: left;
	padding-left: 30px;
}

#content-main {
	clear: both;
}

#content-main p {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#content-top ul {
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px;
}

#content-top ul li {
	list-style: none;
	line-height: 1.5em;
}
#content-top:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}
#content-top:after {
	zoom: 1;
}

#content-image dl {
	float: left;
}

#content-image dl dt {
}

#content-image dl dd {
	margin-left: 0px;
	margin-right: 25px;
}

#content-oneday {
	background: #E8C94F;
	width: 640px;
	margin-top: 20px;
}

#content-oneday h3 {
	background: #3c3c3c;
	height: 18px;
	width: 610px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content-oneday p {
	padding-right: 30px;
	padding-left: 30px;
}
.point-purple {
	color: #8479ff
}


/*ーーーーーーーーーーーーーーーーーーー文化教室スケジュール表*/

.s_table {
	width: 640px;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.s_table .title {
	color: #FFFFFF;
	background: #46402d;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
} 

.s_table .title_b {
	color: #FFFFFF;
	background: #46402d;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
} 

.s_table .teacher {
	background: #e6dfcc;
	color: black;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.teacher .teacher_name {

}

.s_table .caption {
	color: black;
	font-size: 9px;
	line-height: 11px;
	background: #e6dfcc;
	font-weight: normal;
}

.s_table .class {
	color: black;
	font-size: 11px;
	line-height: 13px;
	background: #e6dfcc;
}


/*ーーーーーーーーーーーーーーーーーーー１日講習会テーブル*/

.o_table {
	width: 640px;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.o_table img{
	height:83px;
	width:110px;
}

.o_table td{
	padding:5px;
}
.o_table .date {
	color: #FFFFFF;
	background: #4b4b55;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	width: 120px;
} 

.o_table .teacher {
	color: black;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	background: #e6dfcc;
	width: 150px;
}

.o_table .photo {
	background: #666666;
	text-align: center;
	width: 120px;
}

.o_table .class {
	color: black;
	font-size: 11px;
	line-height: 13px;
	background: #e6dfcc;
}
