.photo-table{
	width: 520px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.photo-text{
	text-align: left;
	padding: 10px;
	font-size: 90%;
	line-height: 120%;

}
.photo-text2{
	text-align: right;
	padding: 10px;
	font-size: 90%;
	line-height: 120%;

}

/*page-table*/
.saiyou-table{
	height: auto;
	width: 535px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.saiyou-table td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 5px;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

