@namespace rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
@namespace rss 'http://purl.org/rss/1.0/';
@namespace dc 'http://purl.org/dc/elements/1.1/';
@namespace map 'http://members.jcom.home.ne.jp/jintrick/2003/02/site-concept.xml#';

*|* {
	display: block;
	line-height: 1.8;
}

map|hasToC, map|hasNews, map|hasBookmark,
map|hasAppendix, map|hasHelp, map|hasSitemap,
map|hasIndex, map|hasGlossaryx, map|hasContact {
	margin: 0.5em;
	border: red 1px dotted;
	padding: 0.2em;
}
map|hasToC:hover, map|hasNews:hover, map|hasBookmark:hover,
map|hasAppendix:hover, map|hasHelp:hover, map|hasSitemap:hover,
map|hasIndex:hover, map|hasGlossaryx:hover, map|hasContact:hover {
	border-style: solid;
}
map|hasToC:before, map|hasNews:before, map|hasBookmark:before,
map|hasAppendix:before, map|hasHelp:before, map|hasSitemap:before,
map|hasIndex:before, map|hasGlossaryx:before, map|hasContact:before {
	display: block;
	margin-top: -1em;
	font-weight: bolder;
}
map|hasToC:before {
	content: "->ToC";
}
map|hasNews:before {
	content: "->News";
}
map|hasBookmark:before {
	content: "->Bookmark";
}
map|hasAppendix:before {
	content: "->Appendix";
}
map|hasHelp:before {
	content: "->Help";
}
map|hasSitemap:before {
	content: "->Sitemap";
}
map|hasIndex:before {
	content: "->Index";
}
map|hasGlossaryx:before {
	content: "->Glossary";
}
map|hasContact:before {
	content: "->Contact";
}

dc|title {
	line-height: 1.4;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
}

map|Document:before {
	content: "<" attr(rdf|about) ">";
	display: inline;
	text-align: left;
	font-style: italic;
}
map|Group:before {
	content: "<->";
	display: inline;
	text-align: left;
	font-style: italic;
}

rss|items {
	display: block;
	margin-left: 1em;
}
rss|items > rdf|* > rdf|li {
	display: list-item;
	list-style-position: outside;
	-moz-counter-reset: -html-counter 0;
	border-top: WindowText dashed 1px;
	border-bottom: WindowText none 1px;
	border-left: WindowText none 1px;
	border-right: WindowText none 1px;
}
rss|items > rdf|* > rdf|li:hover {
	border-style: solid;
}
rss|items > rdf|* {
	list-style-type: disc;
}
rdf|li rss|items > rdf|* {
	list-style-type: circle;
}
rdf|li rdf|li rss|items > rdf|* {
	list-style-type: square;
}
rdf|li rdf|li rdf|li rss|items > rdf|* {
	list-style-type: upper-latin;
}
rdf|li rdf|li rdf|li rdf|li rss|items > rdf|* {
	list-style-type: lower-latin;
}
rss|items > rdf|Seq {
	list-style-type: decimal;
}
rdf|li rss|items > rdf|Seq {
	list-style-type: upper-roman;
}
rdf|li rdf|li rss|items > rdf|Seq {
	list-style-type: lower-roman;
}
rdf|li rdf|li rdf|li rss|items > rdf|Seq {
	list-style-type: cjk-ideographic;
}
