<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:link { border-bottom: none; text-decoration: none; color: #777; }
a:visited { border-bottom: none; text-decoration: none; color: #777; }
a:hover { border-bottom:1px solid #4169e1; text-decoration: solid #4169e1;  color: #4169e1; }
a:active { border-bottom:1px solid #4169e1; text-decoration: solid #4169e1;  color: #4169e1; }
body {
  -webkit-text-size-adjust: 100%;
}
#bar {
	font-size: 100%;
	margin:0;
	padding:0;
	background-color: #fff;
	width: 100%;
	height:150px;
	display: inline-block;
}

#logo{
	margin:0;
	padding:0;
	width: 100%;
	font-size: 500%;
	color: #11114c;
	font-weight: bold;
	text-align:center;
	display: inline-block;
}

#menu {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu ul{
	font-size: 100%;
	width: 100%;
	color: #fff;
	background-color: #11114c;
   display: inline-block;
   list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li{
    border-right: 1px dotted #fff;
    display: inline-block;
    list-style: none;
	text-align: center;
	margin: 0;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

#menu li.last{
    border-right: none;
}

#menu a:link { border-bottom: none; text-decoration: none; color: #fff; }
#menu a:hover { border-bottom:1px dotted #ddd; text-decoration: dotted #11114c; color: #fff; }
#menu a:active { border-bottom:1px dotted #ddd; text-decoration: dotted #fff; color: #fff; }
#menu a:visited { border-bottom: none; text-decoration: none; color: #fff; }

#logo li{
	color: white;
	font-weight: bold;
	text-align:center;
	display:inline-block;
}

/*ãƒªãƒ³ã‚¯*/
#logo a li:link {
	background-color: #11114c;
	border-bottom: none;
	text-decoration: none;
	color: white;
}
/*ã‚ªãƒ³ãƒžã‚¦ã‚¹*/
#logo a li:hover {
	background-color: #4169e1;
	border-bottom: none;
	text-decoration: none;
	color: white;
}

#box {
	font-size: 100%;
	width: 640px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:1px solid #11114c;
	display:block;
	text-align: left;
}

#box h1 {
	padding: 0;
	margin:0;
	color: #11114c;
	font-size: 150%;
	border-bottom: 1px #11114c dotted;
	text-align: center;
}
#box #page{
	text-align: center;
	font-size: 120%;
}
#contents{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px #777 dotted;
	border-bottom: 1px #777 dotted;
}

#data{
	padding: 0;
	margin:0;
	display:block;
}

#data #left{
	width: 60%;
	text-align: left;
	display:inline-block;
}

#data #right{
	width: 40%;
	text-align: right;
	display:inline-block;
}

#contents #title{
	padding: 0;
	margin:0;
	font-size: 120%;
	display: block;
	font-weight: bold;
}


textarea {
	font-size: 100%;
	height: 50%;
	width: 100%;
}

.textbox {
	width:620px;
	border: 2px solid #777;
}

.radio{
	border: 2px solid #777;
}

#button{
	width: 75%;
	margin:0;
	background-color: #11114c;
	padding: 1%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 120%;
	color: white;
	font-weight: bold;
	text-align:center;
	display:inline-block;
}


/*ãƒªãƒ³ã‚¯*/
a #button:link {
	background-color: #11114c;
	border-bottom: none;
	text-decoration: none;
	color: white;
}
/*ã‚ªãƒ³ãƒžã‚¦ã‚¹*/
a #button:hover {
	background-color: #4169e1;
	border-bottom: none;
	text-decoration: none;
	color: white;
}

input[type="radio"],input[type="checkbox"] {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

select{
	font-size: 100%;
}

input[type="text"]{
	font-size: 100%;
}


#footer {
	height: auto; 
	width: 100%
	font-size: 100%;
	color: #ffffff;
	background-color: #11114c;
	text-align:center;
	display:block;
}


#footer .logo {
	font-size: 150%;
	font-family: monospace;
	display:inline-block;
}

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

#footer li{
    border-right: 1px dotted #ddd;
    padding-right: 1%;
    padding-left: 1%;
    list-style: none;
	display:inline-block;
	margin:0;
}

#footer li.last {
	border-right: none;
}

#footer a:link { border-bottom: none; text-decoration: none; color: #fff; }
#footer a:hover { border-bottom:1px dotted #ddd; text-decoration: dotted #fff; color: white; }
#footer a:active { border-bottom:1px dotted #ddd; text-decoration: dotted #fff; color: white; }
#footer a:visited { border-bottom: none; text-decoration: none; color: #fff; }

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