@charset "Shift_JIS";

/* ========================================

	対象ファイル：field_nutrition.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/field_nutrition/main.png) no-repeat;
}


/* ---------- text & image ---------- */

.text {
	width: 490px;
	float: left;
}

.image {
	width: 200px;
	float: right;
}

.image img {
	display: block;
	margin-bottom: 20px;
}

.graph {
	display: block;
	margin-bottom: 20px;
}


