/***********************************************/
/* food47_backnumber.css                           */
/***********************************************/

/***********************************************/
/* レイアウトの定義                            */
/***********************************************/

#main_box {
	float: left;
	width: 696px;
	height: auto;
	margin-top: 6px;
	margin-left: 6px;
	}

#header_box {
	float: left;
	width: 696px;
	height: 90px;
	margin-bottom: 6px;
	}

.item_container {
	display:inline;
	float: left;
	width: 696px;
	height: 280px;
	margin-bottom: 6px;
	}
	
.item_container_2010 {
	display:inline;
	float: left;
	width: 696px;
	height: 320px;
	margin-bottom: 6px;
	}
	
.itemphoto_box {
	float: left;
	width: 170px;
	height: auto;
}

.itemspacer {
	float: left;
	width: 5.33px;
	height: 5px;
	}

