.box_global {
	width: 900px;
	margin: 0 auto;
}
.box_global_t {
	height: 10px;
	width: 900px;
	background-image: url(../images/box/global_t.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box_global_m {
	min-height: 250px;
	width: 900px;
	padding-bottom: 15px;
	background-color: #EBEAD1;
	background-image: url(../images/box/global_m.gif);
	background-repeat: repeat-y;
}
.box_global_b {
	height: 10px;
	width: 900px;
	background-image: url(../images/box/global_b.gif);
	background-repeat: no-repeat;
}