<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 */

/*------------------------
-----chip_style
--------------------------*/
div#captioninfo {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ffffff url(../img/logo.gif) no-repeat bottom right;
	color: #000000;
	border: #333333 1px solid;
	width: 300px;
}

div#captioninfo p {
	font-family: Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.5em;
	padding: 10px;
	margin: 0;
}

.span1 {
	padding-right: 1em;
}</pre></body></html>