<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body	{background:url("img/49.JPG"); 
	
		margin: 0;
		padding: 0;}

a	{color: #FFCC33;}

/* コンテナ */
div#container	{width: 990px;		/* ========コンテナ部分の横幅を設定==== */
	margin-left: auto;				/* ========コンテナ部分をウィンドウの中心に配置するための設定======== */
	margin-right: auto;				/* ========上記と同じ======== */
	border: solid #FFCC66 2px;
	background:#ffffff;
	}

/* ヘッダー */
div#header	{margin:0;
			background-image: url("img/top4.png");
			height: 300px;
	        border-bottom: solid#FF9900 1px;
			}

div#header h1	{margin: 5px;
font-size: 2.5em;
color:#FF6600;}


div#header p	{color: #000000;
	font-size: 0.75em;
	margin: 5px}


/* コンテンツ */
div#content	{width: 975px;
	margin-left: auto;
	margin-right: auto;
	background:#ffffff;
	}

div#content h2	{
    background-color:#FFFF99;
	font-size: 1.25em;
	color: #000000;
	line-height: 28px;
	padding-left: 100px;
	margin-bottom: 0}
div#content h3	{
    background-color:#FF9900;
	background-repeat: no-repeat;
	font-size: 1.25em;
	color: #ffffff;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}
	
	
div#content p	{font-size: 1.00em;
	line-height: 1.6;
	margin-top: 10px}

	
/* フッター */
div#footer	{color: #ffffff;
	background-color:#FF9900;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
</pre></body></html>