@charset "utf-8";

body {
	margin:0;
	padding:0 50px;
	font-size:100%;
	line-height:1.4;
	font-family:sans-serif;
}
@media print {
	body { font-size:10pt; }
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.2;
}
ul {
	list-style-type:disc;
}
ul ul {
	list-style-type:circle;
}
li {
/*	margin-bottom:5px;*/
}
/*===anchor===*/
a:link {
	color:#00c;
	text-decoration:underline;
}
a:visited {
	color:#909;
	text-decoration:underline;
}
a:hover {
	color:#e30;
	text-decoration:none;
}
a:active {
	color:#e30;
	text-decoration:underline;
}
a img {
	border:none;
}
.cover {
	text-align:center;
}
.section {
	border-bottom:solid 1px;
	page-break-inside:avoid;
}
.example {
	padding:0 20px;
	/*border:none;*/
	border:dotted 1px #999;
}
p#copyright {
	text-align:right;
	font-size:80%;
}
p.image {
	margin:0;
}
p.enMenu {
	font-size:85%;
	line-height:1.2;
	margin:0 0 3px 0;
	color:#666;
}
.upper {
	text-transform:uppercase;
}
.url {
	font-size:85%;
	color:#666;
	margin:0;
	padding:0;
}
dd {
	margin-bottom:5px;
}
dl.tests {
	margin:0 0 0 20px;
}
dl.tests dt {
	display:list-item;
	list-style-type:circle;
}
dl.tests dd {
	font-size:85%;
	color:#666;
	margin:0;
}
ul.tests ul {
	list-style-type:none;
	font-size:85%;
	color:#666;
	margin-left:20px;
	padding-left:0;
}
span.aside {
	font-size:85%;
}
