/***********************************************/
/* food47_map.css                           */
/***********************************************/

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

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

#map_box {
	float: left;
	width: 510px;
	height: auto;
	}

#text_box {
	float: left;
	width: 510px;
	height: auto;
	}
	
#title_box {
	float: left;
	width: 510px;
	
	}

#text_box2 {
	float: left;
	display:inline;
	width: 400px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 6px 55px 0px 55px;
	/* font setting */
	font-size: 0.9em;
	line-height: 1.5;
	}

#side_box {
	float: right;
	width: 160px;
	height: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:6px;
}

#side_box2 {
	float: right;
	width: 180px;
	height: auto;
	margin-top: 0px;
		/* font setting */
	font-size: 0.8em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

#side_box3 {
	float: right;
	width: 180px;
	height: auto;
	margin-top: 0px;
}

.cp01 {
	font-size: 1.3em;
	font-weight: bold;
}

.cp02 {
	font-size: 0.8em;
	padding-left: 1em;
	text-indent: -1em;
}


