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


body,td,th {
	margin: 0;
	font-size: 99%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 170%;
	color: #666;
}

.container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.container .header {
	margin-bottom: 25px;
}

.footer {
	background-color: #CCC;
	width: 920px;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 80%;
}
.copyright {
	font-size: 80%;
	color: #666;
	margin-top: -10px;
}

h1 {
	position: absolute;
	right: 9999px;
}

h2 {
	font-size: 150%;
	color: #666;
	width: 845px;
	background-image: url(images2/h2bg.jpg);
	height: 80px;
	padding-top: 25px;
	padding-left: 100px;
	background-repeat: no-repeat;
	margin-bottom: -20px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #069;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #069;
	height: 40px;
	text-align: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #069;
	text-indent: 10px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 40px;
}

h5 {
	font-size: 120%;
	color: #069;
	margin-bottom: -10px;
}
h6 {
	font-size: 120%;
	color: #069;
	margin-bottom: -5px;
	margin-top: -10px;
}

.container .unit {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
}

.figure {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
}

.form-button {
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #F00;
}
.red {
	font-weight: bold;
	color: #F00;
}

table {
	background-color: #ffffff;
	border-collapse: collapse;
	font-size: 90%;
	width: 100%;
	color:#333333;
} 
table th.t_top {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
} 
table td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
table td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
table td.t_line03 {
	background-color:  #ffffff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.navi {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -15px;
	margin-top: -10px;
}</pre></body></html>