@charset "UTF-8";

#main {
	float: right;
	width: 535px;
}

#contents {
	background-image: url(img/sub_bgphoto.jpg);
	background-repeat: no-repeat;
	height: 479px;
}
.text {
	font-size: 80%;
	line-height: 160%;
}
.photo {
	margin: 15px;
}

#photo_left {
	text-align: left;
	border: 1px solid #BBBBBB;
}
#photo_left .text {
	float: right;
	width: 173px;
	height: 200px;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}

#photo_right {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #BBBBBB;
}
#photo_right .text {
	float: left;
	width: 173px;
	height: 200px;
	text-align: left;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}

