@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000;
}
body#teacher ,
body#mail {
	background-image:url(images/header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.sTxt{
	font-size:0.7em;
	line-height:110%;
}
.mTxt{
	font-size:0.75em;
	line-height:196%;
}
.mTxt0{
	font-size:0.75em;
}
.lTxtB{
	font-size:1.4em;
	color:#683D90;
}
.hideTxt{
	display:none;
}
.lTxtB{
	font-size:1.4em;
	color:#683D90;
}
.hideTxt{
	display:none;
}
.note{
	font-size:0.7em;
	line-height:140%;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
	color:#999;
}
.reset{
	float:none;
	clear:both;
}
.footerSP{
	padding-top:80px;
	_padding-top:40px;
}
*:first-child+html .footerSP{
	padding-top:40px;
}
.centerArea{
	text-align:center;
}
/*--------------------------------------------------------------------------------------*/
ul.gNav{
	height: 25px;
	float:none;
	clear:both;
}
ul.gNav a{
	display:block;
	text-indent:-9999px;
	height: 25px;
	background-image: url(images/g_nav.gif);
}
ul.gNav li{
	float:left;
	list-style:none;
}
ul.gNav .gLink1 a:link,
ul.gNav .gLink1 a:visited{
	background-position:0 0px;
	width:99px;
}
ul.gNav .gLink2 a:link,
ul.gNav .gLink2 a:visited{
	background-position:-99px 0px;
	width:267px;
}
ul.gNav .gLink3 a:link,
ul.gNav .gLink3 a:visited{
	background-position:-366px 0px;
	width:267px;
}
ul.gNav .gLink4 a:link,
ul.gNav .gLink4 a:visited{
	background-position:-633px 0px;
	width:267px;
}
ul.gNav .gLink1 a:hover{
	background-position:0 -25px;
	width:99px;
}
ul.gNav .gLink2 a:hover{
	background-position:-99px -25px;
	width:267px;
}
ul.gNav .gLink3 a:hover{
	background-position:-366px -25px;
	width:267px;
}
ul.gNav .gLink4 a:hover{
	background-position:-633px -25px;
	width:267px;
}
ul.gNav .gLink1on a{
	background-position:0 -25px;
	width:99px;
}
ul.gNav .gLink2on a{
	background-position:-99px -25px;
	width:267px;
}
ul.gNav .gLink3on a{
	background-position:-366px -25px;
	width:267px;
}
ul.gNav .gLink4on a{
	background-position:-633px -25px;
	width:267px;
}
/*--フォーラムリンク------------------------------------------------------------------------*/
#tGakusyuLink{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#tGakusyuLink p{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	background:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer p {
	text-align:left;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/*-----------------------------------------------------------------------------*/
#home #header {
	background-image: url(images/home/main_img.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 0px;
	height:371px;
}
#lesson #header,
#teacher #header,
#mail #header{
	padding: 0px;
	height:120px;
}
#container {
	width: 900px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#mainContent {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
}


#home #profYumi{
	background-image:url(images/home/katsura_yumi.jpg);
	background-repeat:no-repeat;
	height:505px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#home #profYumi #prof{
	width:248px;
	margin-left:20px;
	padding-top:190px;
}
#home h3{
	background-color:#CCC;
	text-align:center;
	padding:5px;
}
#home h4{
	background-color:#683D90;
	text-align:center;
	padding:8px;
}
#home ul#Question{
	margin-top:28px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	height:253px;
	width:855px;
}
#home #Question li{
	float:left;
	margin-left:10px;
	margin-right:10px;
	_margin-left:5px;
	_margin-right:5px;
	text-align:center;
	list-style:none;
}

#home p.LinkArea{
	margin-top:50px;
}
/*-----------------------------------------------------------------------*/
#lesson h2{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	border-top:#CCC 5px solid;
	border-bottom:#CCC 5px solid;
	background-color:#683D90;
}
#lesson #mainImg{
	float:right;
	margin-right:40px;
	margin-top:40px;
	margin-bottom:40px;
}
#lesson #lessonTxt{
	width:460px;
	margin-left:40px;
	padding-top:40px;
	font-size:0.75em;
	line-height:200%;
}
#lesson #lessonTxt strong{
	font-weight:bold;
	font-size:1.2em;
	color:#683D90;
}
#lesson h3{
	background-color:#CCC;
	text-align:center;
	padding:5px;
	float:none;
	clear:both;
}
#lesson h4{
	background-color:#683D90;
	text-align:center;
	padding:8px;
}
#lesson #KakuyakuNoBa{
	border:solid 5px #CCC;
	padding:25px;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
}
#lesson #KakuyakuNoBa li{
	list-style:none;
	margin-top:15px;
}
#lesson #KakuyakuNoBa li img{
	margin-bottom:15px;
}
#lesson #KakuyakuNoBa ul{
	margin-bottom:5px;
}
#lesson #KakuyakuNoBa .katuList{
	margin-top:-20px;
	}
#lesson #KakuyakuNoBa .katuListLeft{
	width:320px;
	float:left;
}
#lesson #KakuyakuNoBa .katuListRight{
	width:320px;
	float:right;
}
#lesson #KakuyakuNoBa li li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	font-size:0.75em;
	line-height:166%;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/lesson/honbu_kakuyaku_li.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:20px;
}
#lesson #KakuyakuNoBa li .noborder{
	border-bottom:none;
	margin-top:10px;
}
#lesson #KakuyakuNoBa .katuTxt{
	margin-top:-20px;
}
#lesson #KakuyakuNoBa .katuTxt li{
	border:none;
	list-style:none;
}
#lesson ul#honbuLesson{
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	margin-top:40px;
	margin-bottom:30px;
	}
#lesson ul#honbuLesson li{
	float:left;
	width:240px;
	list-style:none;
}
#lesson .makingCourse{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 23px;
	margin-right:33px;
	margin-left: 23px;
	padding-left: 33px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	display:inline;
}
#lesson .bridalCourse {
	width:230px;
}
#lesson .LessonTitle{
	margin-bottom:20px;
}
#lesson .LessonPhoto{
	margin-top:12px;
	margin-bottom:18px;
}
#lesson .LessonHeader{
	height:150px;
}
#lesson #ninteiNaiyou{
	float:left;
	margin-left:60px;
	margin-top:40px;
	margin-bottom:50px;
}
#lesson #ninteiKouza{
	margin-top:40px;
	border: 3px solid #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:420px;
	float:right;
	margin-right:60px;
	margin-bottom:50px;
}
#lesson #ninteiKouza li{
	font-size:0.75em;
	margin-bottom:10px;
}
#lesson #kaikou{
	border:solid 1px #CCC;
	width:440px;
	height:160px;
	margin-left:40px;
	margin-top:5px;
	margin-bottom:40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#lesson #kaikou dl{
	font-size:0.75em;
	line-height:140%;
}
#lesson #kaikou dt{
	width:40px;
	float:left;
}
#lesson #kaikou dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 40px;
}
#lesson #kaikou #infoKariya{
	float:right;
	text-align:center;
	width:150px;
	background-color:#ECECEC;
	padding:5px;
}
#lesson #kaikou #infoKariya img{
	margin-bottom:5px;
}
/*----------------------------------------------------------------------*/
#teacher h2{
	margin-left:40px;
	margin-bottom:12px;
	float:none;
	clear:both;
	margin-top:34px;
}
#teacher p.txtArea{
	width:550px;
	font-size:0.75em;
	line-height:200%;
	float:right;
	margin-right:40px;
}
#teacher img.teacherP{
	float:left;
	margin-left:40px;
	margin-right:40px;
}
/*-------------------------------------------------------------------*/
#mail h2{
	margin-top:50px;
	margin-bottom:60px;
}
#mail .mailAddress{
	text-align:center;
}
#mail .mailAddress p{
	text-align:center;
}
#mail .MailLink{
	font-size:2em;
	color:#552699;
}
#mail #mailDef{
	width:468px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-size:0.75em;
	line-height:200%;
}
#mail #mailDef p{
	border:solid 1px #999;
	padding:25px;
	margin-bottom:35px;
}
#mail #sousin{
	margin-left:10px;
}