body {
	background-color: #FFFFFF; 
	font-size: x-small;	
	}

/* 親ボックス */

#page {
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin: 10px;
	position: absolute; 
	}

/* ボックス左（拡大画像） */

.photo {
	top: 0px;
	left: 0px;
	width: 390px;
	height: 300px;
	position: absolute;
	}

/* ボックス右（商品名・JAN・発売元・成分など） */

.data {
	top: 0px;
	left: 390px;
	width: 290px;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	position: absolute;
	}
	
/* 表示の桁揃え・その他 */

.ingre {
	text-align: left;
	}
	
.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

strong {
	font-weight: normal;
	color: #ff0000;
	}
	
span {
	font-weight: normal;
	color: #ff0000;
	}
	
