<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style type="text/css"&gt;
&lt;!--
body { font-size: 9pt ; background-color: #ffffcc ; }
th { background-color: #add8e6 ; font-size:9pt ; }
td { font-size: 9pt ; }
.text { font-size: 9pt ; background-color: #ffffcc ; }
.notes { color: #008000 ; font-size: 8pt ; }
.example { color: #FF0000; font-size: 8pt;}

.notes_height	{ padding-top:3px; }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.row li {
	padding-right: 10px;
	white-space: nowrap;
	width: auto;
	float: left;
}

img {
	border: none;
}

#address table.input td {
	text-align: left;
	padding: 3px 0px 3px 3px;
}

/* 表 (汎用：装飾) */

#address table.input tr.follow td {
	border-width: 1px;
	border-color: #DDDDDD;
	border-top-style: dotted;
}

#address table.input td.follow2 {
	width: 200px;
	border-width: 1px;
	border-color: #DDDDDD;
	border-left-style: dotted;
}

/* 画像マーカー */

img.marker {
	margin-right: 5px;
	vertical-align: middle;
}

#address strong.red {
	font-weight: bold;
	color: #FF0000;
}

/* [入力テーブル] マージン確保 */

#address div.part {
	margin-top: 7px;
}

/* [入力テーブル] 住所 (入力不可) */

#address table.input td.wait {
	background: #F5F5F5 url("data/bg_input_address.gif") no-repeat 10px 0;
	padding-top: 20px;
}

#address table.input td.wait span.wait {
	color: #999999;
}

/* [入力テーブル] 住所 (入力可能) */

#address table.input td.open {
	background: url("7CS/gif/bg_input_address.gif") no-repeat 10px 0;
	padding-top: 20px;
}

#address table.input td.open ul.row li.ok {
	color: #CC2233;
	padding-bottom: 1px;
}

#address table.input td.open ul.row li.ng {
	color: #2849AE;
	padding-bottom: 1px;
}

/* [入力テーブル] 住所 (郵便番号検索) */

#address table.input td.help {
	border-left: 1px dotted #DDDDDD !important;
}

/* 注釈リスト (フォントサイズ小) */

ul.notes-s li {
	background: url("data/ico_notes_s.gif") no-repeat 1px 0.25em;
	margin-top: 5px;
	padding-left: 13px;
	color: #008000;
	font-size: 8pt;
	line-height: 133.5%;
}

--&gt;
&lt;/STYLE&gt;
</pre></body></html>