body {
	background: #fff;
	color: #000;
	}

a:link {
	color: #000;
	text-decoration: underline;
	}

a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: dashed 1px #000;
	}

a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

ins {
	font-style: italic;
	text-decoration: none;
	}

H1 {
	margin: 0 4px 1em;
	padding: 4px;
	border: double 3px #000;
	text-align: center;
	font: normal normal 200% sans-serif;
	}

H2 {
	margin: 2em 4px 0.666em;
	padding: 4px;
	border: double 3px #000;
	font: normal normal 150% sans-serif;
	}

H3 {
	margin: 1em 4px 0.666em;
	padding: 4px;
	border: solid 1px #000;
	font: normal normal 150% sans-serif;
	}

H4 {
	margin: 1em 0 1em;
	padding: 4px;
	font: normal normal 150% sans-serif;
	}

H5 {
	margin: 1em 0 1em;
	padding: 4px;
	font: normal normal 125% sans-serif;
	}

H6 {
	margin: 1em 0 1em;
	padding: 4px;
	font: normal normal 125% sans-serif;
	}

p {
	text-indent: 1em;
	}

address {
	margin: 2em 0 0;
	border-top: dashed 1px #000;
	padding: 1em 0;
	font-style: normal;
	}


pre, blockquote {
	margin: 2em 0 0;
	border: double 3px #000;
	padding: 1em;
	}

/* “ÆŽ©ƒNƒ‰ƒX */
ul.notes {
	list-style-type: disc;
	list-style-image: url('NoteMark-JP.GIF');
	}

ul.notes ol {
	list-style-type: decimal;
	list-style-image: none;
	}

ul.notes ul {
	list-style-type: disc;
	list-style-image: none;
	}

ul.notes ul.notes {
	list-style-type: disc;
	list-style-image: url('NoteMark-JP.GIF');
	}

