/* $Date:: 2007-11-11 01:38:45 +0900 #$ */

@import url(base.css);

h1 {
	text-align: center;
}

div.intro {
	border-width: 0.05em;
	border-style: solid;
	border-color: #ccc;	/* #ccc #666 #666 #ccc; */
	background: #ffffdd;
	padding: 0.2em 1em;
}
div.footlink {
	float: left;
}
address {
	/* For UAs that don't know the adjacent sibling selector. */
	clear: left;
}
div.footlink + address {
	clear: none;
	text-align: right;
}

div.list {
	margin-left: 2em;
}
div.list pre {
	border-width: 0.05em;
	border-style: solid;
	border-color: #ccc;	/* #ccc #666 #666 #ccc; */
	background: #dde0ff;
	padding: 0.3em 1em;
	margin: 0;
}

div.figure {
	float: right;
	margin-left: 1em;
	text-align: center;
}
div.figure img {
	border-width: 0.05em;
	border-style: solid;
	border-color: #ccc;
}
a:link img { border-color: #0000ee; }
a:visited img { border-color: #551a8b; }
a:active img { border-color: #ff0000; }
a:link img, a:visited img, a:active img { border-width: 0.1em; }
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

ul.bib {
	padding-left: 0;
	list-style-type: none;
}

.revtag {
	font-family: monospace;
	white-space: pre;
}
