<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Body
-------------------------------------------------- */
BODY{
	color : #000000;
	font : normal normal normal 100%/1.8 "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;

/*----背景----*/
	background:#8effc3;
	background-image:url();
}


/* 配置
-------------------------------------------------- */
.con{position:relative;top:0;left:0;}

/* ボックス
-------------------------------------------------- */
.box {border:1px double #aa5555;}

/* 文字
-------------------------------------------------- */
.stit{
	color : #220055;
	font-size : 16px;

}
.mida{
	color : #ffffff;
	font-size : 15px;
	font-weight : bold;
}
.f01{
	font-size : 13px;
}

/* Anchor
-------------------------------------------------- */
a {
	text-decoration : none;
}
a:link {
	color : #002bb8;
	text-decoration : none;
}
a:visited {
	color : #002bb8;
	text-decoration : none;
}
a:hover {
	color : #002bb8;
	text-decoration : underline;
/* Anchor	background-color : #ff0000; */
}
a:active {
	color : #002bb8;
}
a img {
	border : none;
}</pre></body></html>