@charset "utf-8";
/* ----------
	Copyright (C) 2007 - 2008 by YAMAGUCHI Taku.
---------- */

body {
	margin: 0;
	padding: 1ex 2em 0 2em;
	font-family: serif;
}

/*	Section	*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}
dt {
/*
	font-family: sans-serif;
*/
}

h1 {
	font-size: 173% ;
	font-weight: bold;
}
h2 {
	font-size: 120% ;
	margin-top: 3em ;
	margin-bottom: 1em;
	padding-left: 1ex;
}
h3 {
	font-size: 114% ;
	margin-top: 2em ;
	padding-left: 1ex;
}
h4 {
	margin-top: 1em;
	padding-left: 1ex;
}
h5 {
	margin-top: 2ex;
	padding-left: 1ex;
}

/*	block	*/

p, 
ul, ol, dl, 
dt, dd {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
dt {
/*
	padding-left: 1ex;
*/
}

blockquote {
	margin-top: 0.8ex;
	padding-left: 1ex;
}

/*	miscellaneous	*/

a img {
	border-style: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

span.message {
	font-weight: bold;
}

/* ----------
	Shortcut key
---------- */

table.key-operation td.note {
	font-size:90%;
	padding-left:1em;
}
table.key-operation th.operation {
	font-weight:normal;
	white-space:nowrap;
	text-align:right;
	padding-right:1em;
}

/* ----------
	Table of contents: inline
---------- */

ul.toc-inline li {
	display: inline;
	margin-left: 1em;
	margin-right: 0.5em;
}

ul.toc-inline li:first-child {
	margin-left: 0em;
}

/* ----------
	Table of contents: block
---------- */

ul.toc-sub li {
	display: inline;
	margin-right: 0.5em;
}

ul.toc-sub li:before {
	content: '/';
	margin-left: 0.5em;
	margin-right: 1em;
}

ul.toc-sub li:first-child:before {
	content: '';
	margin-left: 0em;
	margin-right: 0em;
}

/*
ul.toc-sub li:before:first-child {
	content: '';
	margin-left: 0em;
}

ul.toc > li ul li {
	display: inline;
}

ul.toc > li ul li:before {
	padding-left: 1em;
	padding-right: 1em;
	content: '/';
}

ul.toc > li ul li:first-child:before {
	content: '';
	padding-left: 0em;
}
*/

/* ----------
	Reference
---------- */

ul.reference {
	list-style-type: none;
}

ul.reference li {
	margin-top: 0.5em;
	text-indent: -1em;
}

/* ----------
	Header, history, footer
---------- */

*.create, *.update {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	font-size: 90%;
	text-align: right;
}

address {
	font-style: normal;
}

div#navigation {
	margin: 0em 0em;
	float: right;
}
div#navigation ul.navigation li {
	display: inline;
	padding: 0.5em 1em;
	list-style-type: none;
}
div#navigation ul.navigation li:last-child {
	padding-right: 0em;
}

div.history h2, 
div.history h3, 
div.history h4 {
	margin-top: 1em ;
	margin-bottom: 0em;
	font-size: 100%;
}

div.footer {
	font-size: 85%;
}
div.footer *.create, 
div.footer *.update {
	font-size: 100%;
}

/* ---- ---- ----
	Color
---- ---- ---- */
body {
}

h1, h2, h3, h4, h5, h6 {
	color: darkgreen;
}
dt {
}

h1 {
}
h2 {
	border-left: thick double gold;
	border-bottom: thin solid yellowgreen;
}
h3 {
	border-left: medium solid gold;
}
h4 {
	border-left: medium dotted gold;
}
h5 {
}

/*	block	*/

p, 
ul, ol, dl, 
dt, dd {
}

blockquote {
	border-left: thin solid lightgray;
}

/*	miscellaneous	*/

a {
	color: teal;
}
a img {
}

/*	Footer	*/

*.create, *.update {
}

address {
}

div#navigation {
}
div#navigation ul.navigation li {
}

div.footer {
}
div.footer *.create, 
div.footer *.update {
}

/* End of Style Sheet	*/
