/* $Id: kakasi.css,v 1.1.1.1 2000/01/24 15:55:50 baba Exp $ */

body {
	background: white;
	color: black;
	margin-left: 3%;
	margin-right: 3%;
}

span.lang-navigator {
	text-align: right;
	font-size: small;
}

div.address {
	text-align: right;
	font-size: smaller;
	font-weight: bold;
}

div.copyright {
	text-align: right;
	font-size: smaller;
	color: rgb(40%,40%,40%);
}

div.Id {
	text-align: right;
	/*font-family: monospace;*/
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
	color: rgb(70%,70%,70%);
}

h1 {
	background-color: #ff0;
	text-align: center;
}

h2 {
	background-color: #ffa;
}

h3 {
	background-color: #ffa;
}

p {
	text-indent: 1em;
}

ul li {
	padding-bottom: 0.3em;
}

/* as of now, @import has not impremented in NN4 nor IE3-4 */
@import url(local.css)

/* EOF */

