<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/* ----- HTML蜀榊ｮ夂ｾｩ ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	font-style: normal;
	font-family: '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	background-color: #FFFFFF;

	text-align: center;
}

h1 {
	margin-bottom: 30px;

	font-size: 15px;
	text-align: center;
}
h2 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}
h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}

p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
em {
	font-weight: bold;
}
address {
	margin-top: 20px;
}

dl {
	margin-bottom: 20px;
}
dl dd {
	margin: 0px 0px 10px 30px;
}

form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form dl dd {
	margin: 1px;
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: '�ｭ�ｳ 繧ｴ繧ｷ繝�け', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0000CC;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}

/* ----- 蝓ｺ譛ｬ讒矩� -------------------------------------- */

div#container {
	width: 600px;

	margin: 20px auto;
	padding: 20px;
	border: 1px solid #666666;
}

/* ----- 蛟句挨謖�ｮ� -------------------------------------- */

.price {
	text-align: right;
}
.button {
	margin-bottom: 10px;
}
dl.order dt {
	float: left;
	clear: left;
	width: 6em;
}
dl.order dt {
	margin: 1px 0px;
}
dl.order dd {
	margin: 1px 0px;
}
</pre></body></html>