#header {
	height: auto;
	width: 700px;
}
#navi {
	height: 30px;
	width: 700px;
}
#middle {
	width: 700px;
}
#left {
	float: left;
	width: 138px;
	padding-top: 5px;
	padding-right: 5px;
}
#right {
	float: right;
	padding-top: 5px;
	width: 550px;
}
#footer {
	clear: both;
}
#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#item {
	background-image: url(image/item_line.gif);
	background-repeat: repeat-y;
}
#back {
	background-image: url(01request_example/back.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
