@charset "UTF-8";
.insideBox {
	clear: both;
	margin-left: 10px;
	padding-top: 10px;
}
.boxType1 {
	clear: both;
	padding-top: 10px;
	width: 750px;
	background-image: url(/common/image/border_dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
.boxType2 {
	clear: both;
	padding-top: 10px;
	width: 750px;
}
.textArea p {
	margin-top: 10px;
}
.dogName {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}
.photoArea .dogName {
	margin-top: 10px;
}
.dogName .name {
	color: #FA9832;
}
.ownerName {
	margin-top: 10px;
	font-size: 0.9em;
}
.photoArea .ownerName {
	margin-top: 0px;
}
.ownerName .name {
	font-weight: bold;
	color: #000;
}
#box1 .photoArea ,#box2 .photoArea {
	float: left;
	width: 300px;
}
#box1 .textArea ,#box2 .textArea {
	float: right;
	width: 435px;
}
#box3 .photoArea {
	float: left;
	width: 142px;
}
#box3 .textArea {
	float: right;
	width: 593px;
}

