@charset "utf-8";
/* CSS Document */

.left {
	background-image: url(../style/images/webdesign022.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 10px;
	height: 440px;
	float: left;
}
.bottom {
	background-image: url(../style/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.content {
	width: 970px;
	margin: auto;
}

.right {
	background-image: url(../style/images/webdesign021.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 10px;
	height: 440px;
	float: right;
}
.back {
	background-image: url(../style/images/webdesign026.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.center {
	margin-right: 10px;
	margin-left: 10px;
}
.but {
	z-index: 1004;
	position: absolute;
	visibility: visible;
}
#edit {
	margin-top: 87px;
	float: left;
	width: 100%;
}
.menu_back {
	background-image: url(../design_works/images/menu_center.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.menu_bottom {
	background-image: url(../design_works/images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.below_back {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#justify {
	text-align: justify;
	text-justify: distribute;
	word-break:break-all
}
