<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Helvetica, arial, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

div {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active, a:hover {
	color: #222;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-decoration: underline;
}

#allContainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


#stamp_3 {
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
}

#stamp_3 img {
	width: 160px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#content_2 {
	width: 490px;
	margin-left: auto;
	margin-right: auto;
}




.projText {
	width: 484px;
	margin-left: 10px;	
}

.projText p {
	font-size: 12px;
}

.projText a:link {
	font-weight: bold;
}

.projText img {
	width: 484px;
}
</pre></body></html>