<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,td,th {
	font-size: 12px;
	line-height: 175%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align:center;
	font-family:  "メイリオ", Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color: #727172;
	background-color: #F3C6CC;
	background-image: url(../images/bg_shadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 0px; }
li { margin: 0; padding: 0; }
h1,h2,h3,h4,h5{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #669933;
	text-decoration: underline;
}
a:hover{
	color: #336633;
	text-decoration: underline;
}
</pre></body></html>