@charset "utf-8";
/* CSS Document */

.IMG_Box_BM {
	background-attachment: scroll;
	background-image: url(../IMG/Box/IMG_Box_BM.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.IMG_Box_LM {
	background-attachment: scroll;
	background-image: url(../IMG/Box/IMG_Box_LM.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.IMG_Box_RM {
	background-attachment: scroll;
	background-image: url(../IMG/Box/IMG_Box_RM.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.IMG_Box_TM {
	background-attachment: scroll;
	background-image: url(../IMG/Box/IMG_Box_TM.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
