@import url("reset.css");

#wrap {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.5em;
}
.toTop {
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	clear: both;
}
#wrap .contentBox h2 {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
}
#wrap .contentBox p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentBox h2 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}
.contentBox h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 10px;
}
#wrap .contentBox .photo {
	margin: 10px;
	padding: 4px;
	border: 1px solid #999999;
}


.right {
	float: right;
}.caption {
	font-size: 10px;
	line-height: 1.5em;
}
.italic {
	font-style: italic;
}
