<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-align : center;
	font-size : 13px;
	color : #000000;
	background-color : #fff;
	letter-spacing : 0px;
	padding-top : 0px;
	margin : 0px;
	font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans',sans-serif,'”÷?‰ëüK';

}

a {	color: #5588ff;}
a:link {	color: #5588ff;}
a:visited {	color: #8855aa;}
a:hover {	color: #00cccc;}
a:active {	color: #00cccc;}

.no_border {
    border-style:none;
}
textarea
{
	resize: none;
}

table,div,form,textarea
{
	margin: 0px auto;
	padding: 0px;
	font-size: 15px;
}


div.main_a{
	padding : 20px;
	color: #260000;
	margin: 0px auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	border: 1px solid #7d7d7d;
	background-color: #fffff8;
	width: 800px;
}

div.main_a_title{
	font-size : 20px;
	font-weight : bold;
}

img {
	max-width: 100%
}


div.main_b{
	padding : 30px;
	font-size : 15px;
	color: #260000;
	margin: 0px auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	border: 1px solid #7d7d7d;
	background-color: #fffff8;
	width: 60%;
	line-height:1.9em;
}

div.main_b_01{
	padding : 30px;
	font-size : 15px;
	text-align : left;
	color: #260000;
	margin-top: 10px;
	/*margin: 0px auto;*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	border: 1px solid #7d7d7d;
	background-color: #fffff8;
	width: 60%;
	line-height:17px;
}


div.main_b_01 h4{
border-bottom:dotted #B47C7D 1px;
}
.mini{
font-size:85%;
}
select {
	width : 518px;
	color: #303030;
	padding: 8px;
	border: 1px solid #808080;
	box-shadow: inset 0px 1px 3px #bbb;
	-webkit-box-shadow: inset 0px 1px 3px #bbb;
	-moz-box-shadow: inset 0px 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
}

input[type="text"],input[type="email"] {
	width : 500px;
	color: #303030;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #808080;
	box-shadow: inset 0px 1px 3px #bbb;
	-webkit-box-shadow: inset 0px 1px 3px #bbb;
	-moz-box-shadow: inset 0px 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"]:focus,input[type="email"]:focus {
	background: #edfdfd;
}

textarea {
	vertical-align:bottom;
	width : 500px;
	color: #303030;
	padding: 8px;
	border: 1px solid #808080;
	box-shadow: inset 0px 1px 3px #bbb;
	-webkit-box-shadow: inset 0px 1px 3px #bbb;
	-moz-box-shadow: inset 0px 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
}

textarea:focus {
	background: #edfdfd;
}

.t1 {
	width: 270px;
	background: #dcc69a;
}
.t2 {
	width: 520px;
	text-align: left;
}

.t3 {
	font-size:80%;
	width: 200px;
	background: #dcc69a;
	padding: 5px;

}
.t4 {
	width: 590px;
	text-align: left;
	padding: 15px;
	border-top: dotted 1px #dcc69a;
}

img.authentication {
	width: 425px;
	height: 250px;
	border: 1px #888888 solid;
}

</pre></body></html>