@import "../../css/darklime.css";

pre.table em {
	font-weight: normal;
	color: #ff8888;
}
pre.table strong {
	font-weight: normal;
	color: #ff0000;
}

.navigationbar {
	text-align: center;
	font-size: smaller;
	margin: 0;
}

.navigationbar li {
	list-style-type: none;
	display:         inline;
	font-size:       smaller;
	padding:         1em;
}

.book {
	display: none;
}

h2 {
	margin-top: 0.5em;
}
div {
	margin-top: 1em;
}

h2 a {
	font-family: "Arial Unicode MS";
}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	color:       #66d;
}

h3, h2 {
	clear: both;
}
h4 {
	margin-left: 1.8em;
}

.geta {
	right: 0;
	margin-top: -0.5em;
	position: absolute;
	color: #464;
}

pre {
	color:      white;
	background: #121;
}

pre {
	color: black;
	background: #ccc;
}
code del { text-decoration: none; }
code ins, code span.prp { color: #80f; } /* プリプロセッサなどの他言語挿入 */
code em,  code span.kwd { color: #00f; } /* 予約語 */
code del, code span.cmt { color: #080; } /* コメントなど本筋には外れる内容 */
code q,   code span.str { color: #966; } /* 引用符に囲まれた文字列 */

code strong,
code strong * { color: red; }
