body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}


#box {
	width: 210px;
}

div.data table{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

div.data th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#4a9673;
	color:#ffffff;
	font-size: 12px;
	padding:5px;
}

div.data td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	color:#666666;
	font-size: 12px;
}

.left_100 {
	margin: 0px 0px 0px 100px;
}
.photo {
	float:right;
	margin-left:10px;
	background: #efefef;
	width: 245px;
}
.photo p {
	margin: 0px 10px 5px;
	text-align: justify;
	text-justify:distribute;
	line-height:120%;
	font-size:10px;
	color:#666666;
}
.photo02 {
	float:right;
	margin-left:10px;
	background: #efefef;
	width: 200px;
}
.photo02 p {
	margin: 0px 10px 5px;
	text-align: justify;
	text-justify:distribute;
	line-height:120%;
	font-size:10px;
	color:#666666;
}
.photo03 {
	width: 400px;
	text-align: center;
	margin:auto;
}
.photo03 p {
	margin: 0px 10px 5px;
	text-align: justify;
	text-justify:distribute;
	line-height:120%;
	font-size:10px;
	color:#666666;
}
.photo03 img {
	border: 1px solid;
}

.ingredient {
	line-height:120%;
	font-size:10px;
	color:#666666;
	background: #efefef;
	padding: 10px;
}
.price {
	line-height:120%;
	font-size:12px;
	color:#666666;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #4A9673;
}
fieldset {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	padding: 10px;
}
legend {
	border: 1px solid #cccccc;
	padding: 5px;
}
dt {
	padding-left: 10px;
	border-left: 7px solid #006666;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 15px;
}
dl.aboutUs dt {
	padding-left: 5px;
	border-left: 7px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 5px 10px;
	/*font-weight: bold;*/
}
dl.aboutUs dd {
	margin: 0 0 10px 30px;
}
form {
	margin: 5px 0px;
}
#left {
	text-align: left;
	padding: 5px 10px 0px;
	font-size: 12px;
	color: #666666;
	line-height: 125%;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.birth_left {
	float:left;
	width:290px;
}
