.contents {
	width: 500px;
	margin: 20px auto;
	
}
.photo2 {
	text-align: center;
}
.photo2 img {
	margin: 0 15px;
}

.photo2sub {
	text-align: center;
	margin-bottom: 10px;
}
.photo2sub span {
	margin: 0 5px;
}
.photo2sub img {
	margin: 0;
}

.zoom { 
	position: relative; 
} 
img.zoom_icon { 
	position: absolute; 
	top: -10px; 
	left: -7px; 
}

.tex-center {
	text-align: center;
}
.tex-right {
	text-align: right;
}
.tex-left {
	text-align: left;
}


.font_bold {
	font-weight: bold;
}
.linehi_10 {
	line-height: 10pt;
}
.linehi_12 {
	line-height: 12pt;
	font-size: 10pt;
}
.linehi_16 {
	line-height: 16pt;
}
.fontsize_8 {
	font-size: 8pt;
}
.fontsize_10 {
	font-size: 10pt;
}
.fontsize_12 {
	font-size: 12pt;
}
