<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: small;
	line-height: 1.3em;
	background-color: #fff;
	text-align:center;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

/* ************************************************ 
 *	共通設定
 * ************************************************ */

#pp {
	width: 960px;
	margin-top: 20px;
	font-size: 10px;
}</pre></body></html>