@import url("contents.css");
body {
	font-size: 12pt;
	font-family: serif;
}

#tree-navi, #footer {
	display: none;
}

#contents {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
#contents .topics {
	display: none;
}
#contents a {
	color: blue;
}
#contents a img {
	border: none;
}
#contents a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#contents a[href^="/"]:after {
	content: " (http://www.meister.ne.jp" attr(href) ") ";
}

h1, h2, h3, h4, h5, h6, dt {
	font-family: sans-serif;
}
p {
	text-align: justify;
}
