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

body {
	background: #eaf9ea url(http://dummyimage.com/100x100/e6e6e6/ffffff.jpg&amp;text=BG) repeat center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	color: #fff;
	background-image: url(../images/back.gif);
	background-position: center top;
	margin: 0 auto;
}


#wrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
	background-image: url(../images/frame.png);
	text-align: center;
	left: 2px;
	top: -1px;
}

#header {
	margin: 0 auto;
	text-align:center;
}

#kakomi {
	margin: 0 auto;
	width: 609px;
	text-align: left;
}

.contents {
	text-align: center;
}

.center {
	text-align: center;
}

/*　リンク　*/

a:link{ color: #FFF468; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #4351AA; text-decoration: none; }
</pre></body></html>