@charset "utf-8";
.bg {
	background-image: url(gallery0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	background-image: url(gallery1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FB7ABD;
}
.th {
	border: 5px solid #FFFFFF;
}
.title1 {
	font-size: 28px;
}
.text1 {
	font-size: 16px;
	color: #ffd7f5;
	line-height: 18px;
}
.title2 {
	font-size: 53px;
}
.text2 {
	font-size: 22px;
}
.text3 {
	font-size: 15px;
	color: #ffd7f5;
	line-height: 16px;
}
.copyright {
	font-size: 12px;
	color: #da80b2;
}
.copyright a:link, a:visited, a:active{
	font-size: 12px;
	color: #da80b2;
	text-decoration:underline;
}

