<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#background  {
	margin: 0px auto 0px auto;
	background-image: url(img/mainbgimg.gif);
	height: 1900px;
	width: 800px;
	left: 0px;
	top: 0px;
	position: relative;
}

#tomo  {
	margin: 0px auto 0px auto;
	visibility: visible;
	left: 68px;
	top: 280px;
	z-index: 2;
	position: absolute;
	width: 180px;
	height: 140px;
	background-image: url(img/profile-tomo.jpg);
	background-repeat: no-repeat;
}

#tomoprofile  {
	margin: 0px auto 0px auto;
	visibility: visible;
	left: 260px;
	top: 283px;
	z-index: 2;
	position: absolute;
	width: 400px;
	height: 150px;
	text-align:left;
	font-size:93%;
	color:#3e3a39;
}

#aya  {
	margin: 0px auto 0px auto;
	visibility: visible;
	left: 68px;
	top: 1030px;
	z-index: 2;
	position: absolute;
	width: 180px;
	height: 140px;
	background-image: url(img/profile-aya.jpg);
	background-repeat: no-repeat;
}

#ayaprofile  {
	margin: 0px auto 0px auto;
	visibility: visible;
	left: 260px;
	top: 1033px;
	z-index: 2;
	position: absolute;
	width: 400px;
	height: 150px;
	text-align:left;
	font-size:93%;
	color:#3e3a39;
}</pre></body></html>