/***********************************************/
/* food47_column.css                           */
/***********************************************/

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

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

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

#right_box {
	float: right;
	width: 180px;
	height: auto;
	/* font setting */
	font-size: 0.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	
.right_inner_box {
	float: left;
	width: 172px;
	margin-left: 8px;
	margin-bottom: 6px;
	/* font setting */
	font-size: 0.9em;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.title_box { /* タイトル・バナー用box */
	float: left;
	width: 510px;
	height: auto;
	text-align:left;
	background-color:#CCCC99;
	}

.text_box { /* ヘッドコピー */
	float: left;
	width: 510px;
	height: auto;
	/* font setting */
	font-size: 0.8em;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideograph;
}

.text_box_s { /* バックナンバー用 */
	float: left;
	width: 510px;
	height: auto;
	/* font setting */
	font-size: 0.6em;
	line-height: 1.2;
	text-align: justify;
	text-justify: inter-ideograph;
}

.caption {
	float: left;
	width: 498px;
	height: auto;
	font-size: 0.8em;
	line-height: 1.66;
	text-align: left;
	margin: 6px 0  0 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	}
	
.title_box2 { /* タイトル・バナー用box */
	float: left;
	width: 510px;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	}

.column_box {
	float: left;
	width: 255px;
	}

.column_title {
	float: left;
	width: 255px;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: #336600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336600;
	/* font setting */
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.66;
	color: #444444;
	text-align: left;
	}

.column_copy {
	float: left;
	width: 255px;
	/* font setting */
	font-size: 0.9em;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.photo_box {
	float: left;
	display:inline;
	width: 510px;
	height: auto;
	margin-top: 12px;
	margin-bottom:12px;
	font-size:0.7em;
	text-align:center;
	}

.spacer_box {
	float: left;
	width: 15px;
	height:240px;
	}

.image_box {
	float: left;
	width: 64px;
	height:64px;
	margin: 6px 6px 0 0;
	}

