@charset "UTF-8";
/* CSS Document */

body{
	margin: 20px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}
.quote{
	font-size:15px;
	text-align:right;
	font-style:italic;
	width: 350px;
	float:right;
	margin-left: 400px;
	margin-bottom: 30px;
	}
h2{
	text-align:center;
}
.footnote{
	width: 750px;
	margin: 0px auto 60px auto;
	font-size: 14px;
	text-indent:0px;
}
.footnote p{
	text-indent:0px;
	margin: 5px;
}
.first li{
	list-style-type:decimal;
	font-weight:bold;
	margin-bottom:15px;
	}
.second li{
	list-style-type:lower-alpha;
	font-weight: normal;
	text-indent: 5px;
	margin-top:20px;
	margin-bottom: 10px;
}
.third li{
	list-style-type: decimal;
	font-weight: normal;
	text-indent: 5px;
	margin-top:20px;
	margin-bottom: 10px;
	}
.index{
	text-align:left;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	}
p {
	text-align:left;
	margin-left: 10px;
	margin-bottom: 10px;
	}
p a{
	text-decoration:none;
	color:#000;
}
p a:hover{
	color:#999999;
	}
.construction{
	font-size:12px}
.additional{
	font-size:12px;
	text-indent:0px;
	margin: 5px;
	}
.Section1{
	margin-left: 10px;
	margin-top: 20px;
	color: #993300;
}
.Setion1 h5{
	margin: 0px;
}
.Section1 p{
	font-size: 13px;
	font-weight:bold;
	color: #993300;
}
.Section1 a{
	text-decoration:none;
	color: #993300
}
.Section1 p a:hover{
	color: #993300;
}
#toc{
	width: 750px;
	margin: 30px auto 0px auto;
	font-size: 18px;
}
#toc a{
	color: #993300;
}
sup{
	font-size:12px;
	}






