<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 */

.clear{
	clear: both;
	}

.section {
	margin:20px 0 0;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #d5c8aa 0px 0px 3px;
	-moz-box-shadow: #d5c8aa 0px 0px 3px;
	box-shadow: #d5c8aa 0px 0px 3px;
	background:#fff;
	position:relative;
}

table{
	margin-top: 10px;
	width: 100%;
	}
	
table th{
	width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FFFFE6;
	padding-left: 15px;
	}
table td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 20px;
	}
	
.box{
	padding: 10px;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	}	
ol li{
	margin-left: 40px;
	list-style-type: decimal;
	margin-top: 10px;
	}</pre></body></html>