<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #ffffff;
	color: #444444;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Hiragino Sans', 'Noto Sans CJK JP', sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 5px;
	box-sizing: border-box;
}

table {
	font-size: 13px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 10px 0px;
}

h3 {
	margin: 10px 5px;
}

p {
	margin: 10px 5px;
}

img {
	border: none;
}

#navi {
	width: 745px;
	height: 50px;
	margin: 5px 0;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	box-shadow: 2px 2px 4px #CCCCCC;
	background: linear-gradient(#333333, #666666);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#navi li {
	position: relative;
	display: inline-block;
	margin-left: 35px;
	line-height: 50px;
	filter: drop-shadow(2px 2px 2px #333333);
}

#navi li::before {
	position: absolute;
	top: 21px;
	left: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #FFFFFF;
	content: '';
}

#navi a {
	color: #FFFFFF;
	text-decoration: none;
}

#navi a:hover {
	color: #FFCC00;
}

.emphasis {
	color: #ff6600;
	font-weight: bold;
}

ul.feature {
	color: #ff6600;
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 0px 15px;
}

dl.feature dt {
	background : #dddddd;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
}

dl.feature dd {
	margin: 5px 0px 20px 20px;
}

table.spec {
	border: 1px solid #dddddd;
	margin: 10px 0px 0px 0px;
}

table.spec thead th {
	background: #444444;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
}

table.spec tbody th {
	background: #777777;
	color: #ffffff;
	font-weight: bold;
	width: 80px;
	padding: 3px;
}

table.spec td {
	background: #eeeeee;
	padding: 3px;
}

div.order {
	background: #ffeecc;
	color: #000000;
	margin-top: 20px;
	padding: 5px;
}

div.order h2 {
	background: #ff9900;
	color: #ffffff;
	letter-spacing: 2px;
	margin: 0px;
	padding: 3px 10px;
}

p.profileContent {
	background: #eeeeee;
	color: #333333;
	letter-spacing: 0.75px;
	line-height: 1.5em;
	border: 1px solid #cccccc;
	margin: 25px 5px 10px 5px;
	padding: 5px 10px;
}
</pre></body></html>