.main_body{
	background-image : url(../images/back_table.png);
	background-repeat : repeat;
}
.item{
	margin: 0 0 50px 0;
	width : 150;
	height : 50;
}

.footer{
	background : #FFEFD5;
}
.content{
	
	vertical-align : top;
	text-align : justify;
}
.content_r{
	background-image : url(../images/content_back_r.png);
	vertical-align : top;
}
div.scroll {
height:500px;
width: 765px;
overflow: auto;
}
div.scroll_table {
background-image : url(../images/content_back.png);
height:500px;
width: 880px;
overflow: auto;
}