/***********************************************/
/*   ＳＫダンススタジオ                        */
/*　    背景画像用定義                         */
/*     haikei.css                              */
/***********************************************/
/*　メイン背景画像　*/

.mbox {
	background: #fff url(../images/r_back.gif) repeat-x;
}
.mtop {
	background: url(../images/top_right.gif) no-repeat right top;
}
.mtop div {
	background: url(../images/top_left.gif) no-repeat left top;
}
.mbottom {
	background: url(../images/bottom_right.gif) no-repeat right bottom;
}
.mbottom div {
	background: url(../images/bottom_left.gif) no-repeat left bottom;
}

/* 大きさ指定 */
.mtop, .mtop div, .mbottom, .mbottom div {
	width: 100%;
	height: 10px;
}
.mtext {
	margin: 0 10px;
}
.mbox {
	width: 100%;
}


/*　小ボックス背景画像　*/

.sbox {
	position: relative;
	left: 10px;
	top: 0px;
}
.stopl {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width:10px;
	background: url(../images/kadomaru_lt.gif) no-repeat left top;
}
.stop_center{
	position: absolute;
	left:10px;
	top: 0px;
	background: url(../images/kadomaru_t.gif) repeat-x left top;
}
.stop {
	position: absolute;
	top: 0px;
	display: block;
	width:10px;
	background: url(../images/kadomaru_rt.gif) no-repeat right top;
}

.sbottoml {
	position: absolute;
	left: 0px;
	display: block;
	width:10px;
	background: url(../images/kadomaru_lb.gif) no-repeat left bottom;
}

.sbottom_center {
	position: absolute;
	left:10px;
	background: url(../images/kadomaru_b.gif) repeat-x left top;
}

.sbottom {
	position: absolute;
	display: block;
	width:10px;
	background: url(../images/kadomaru_rb.gif) no-repeat right bottom;
}

.stopl, .stop_center, .stop, .sbottom, .sbottoml, .sbottom_center, .sbottom {
	height: 10px;
}

.stext {
	position: absolute;
	left: 0px;
	top:10px;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	display: block;
}

/* 大きさ指定 */

.sbox {
	height: 220px;
/*	height: 150px;
*/	width: 490px;
}
.stop_center{
	width:460px;
}
.stop {
	left:470px;
}

.sbottoml {
/*	top:140px;
	_top:137px;
*/	top: 210px;
	_top: 207px;
}

.sbottom_center {
/*	top:140px;
*/	top:210px;
	width:460px;
}

.sbottom {
	left:470px;
/*	top:140px;
	_top:137px;
*/
	top: 210px;
	_top: 207px;

}

.stext {
	width:478px;
	_width:480px;
/*	height: 130px;
*/
	height: 200px;
}


