/* CSS Document */


/*ランダム背景STA*/
.bg1 {
	background-image: url(../img/index_img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	}

.bg2 {
	background-image: url(../img/index_img/bg02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 863px;
	}
.bg3 {
	background-image: url(../img/index_img/bg03.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 863px;
	}
/*ランダム背景END*/


body.index{
  position: relative;
}
body.index::before{
  content:"";
  display: block;
  position: absolute;
  top:0;
  left:calc(50% - 432px);
  z-index:-1;
  width:863px;
  height:863px;
  background-image: url(../img/index_img/bg04.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body.index #navi{
  margin-top:0;
  padding-top:40px;
}



/*生徒募集中〜STA*/
.index_dt {
	clear: both;
	margin-left: 260px;
	width: 420px;
	display:block;
	margin-bottom: 40px;
}
.index_dt p {
	line-height: 20px;
	margin-bottom: 20px;
}
.dot-x {
	background-image: url(../img/dot-x.jpg);
	background-repeat: repeat-x;
	margin-bottom: 25px;
	display:block;
	height:1px;
	}
/*生徒募集中〜END*/

/*最新情報STA*/
.news {
	clear: both;
	margin-left: 260px;
	width: 425px;
	display:block;
	}

/*IE6*/
/** html .news {
	margin-top: -50px;
}*/
/*IE7*/
/**:first-child+html .news {
	margin-top: -50px;
	}*/

.tit {
	margin-bottom: 00px;
	/*margin-top: 260px;*/
	}
.point{
	margin-left: 25px;
	}
/*最新情報END*/
