/***********************************************/
/*   大野城いこいの森                     　　   */
/*　    背景画像用定義                         */
/*     haikei.css                              */
/***********************************************/
/*　メイン背景画像　*/

.mbox {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.mtop {
	background-image: url(../img/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mtop div {
	background-image: url(../img/top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mbottom {
	background-image: url(../img/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.mbottom div {
	background-image: url(../img/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 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: 150px;
	width: 490px;
}
.stop_center{
	width:460px;
}
.stop {
	left:470px;
}

.sbottoml {
	top:140px;
	_top:137px;
}

.sbottom_center {
	top:140px;
	width:460px;
}

.sbottom {
	left:470px;
	top:140px;
	_top:137px;
}

.stext {
	width:478px;
	_width:480px;
	height: 130px;
}

