/* CSS Document */
#content .body {
	margin-right: 50px;
	margin-left: 50px;
}
#content .body p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 140%;
	color: #333333;
}
#content .body .photo {
	float: right;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#content .body .text {
	float: left;
	width: 490px;
}
#content .body .name {
	text-align: left;
	margin-top: 30px;
	font-size: 12px;
	background-image: url(https://www.petfood.or.jp/English/greeting/koshimura.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 25px;
}
.body .text2 {
	clear: both;
}
