/***********************************************/
/* food47_event.css                           */
/***********************************************/

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

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

#contents_box {
	float: left;
	width: 696px;
	height: auto;
	}

#eventtable {
	/* font setting */
	font-size: 0.8em;
	line-height: 1.25;
	}	

#title_box {
	float:left;
	width:696px;
	}

#copy_1 {
	font-size:0.75em;
	line-height:1.75;
	margin-top: 8px;
	margin-right: 150px;
	margin-bottom: 6px;
	margin-left: 150px;
	}

.box_l {
	float:left;
	width:345px;
	margin-right:6px;
	margin-top:6px;
	}
	
.box_r {
	float:left;
	width:345px;
	margin-top:6px;
	}

