/* 2005-06-02 */

h1 {
	margin: 0.4em 0 0.8em;
	font-size: medium;
}

h1 span.pagetitle {
	background-color: #555555;
	color: white;
	font-size: large;
	padding: 0.1em 0.4em;
}

h2 {
	font-size: medium;
	margin: 0.2em 0;
}

img {
	border: 0;
}

address {
	text-align: right;
	font-style: normal;
}

a:hover {
	color: red;
	background-color: Window;
}

table.history {
	margin: 0.1em 0.1em;
	color: black;
	background-color: white;
}

table.history caption {
	font-size: larger;
}

table.history th {
	text-align: left;
	color: black;
	background-color: #eeeeee;
	padding: 0.2em 0.3em;
	border-bottom: 1px solid gray;
} 
table.history td {
	vertical-align: top;
	padding: 0.3em 0.3em;
}

table.history col.date {
	white-space: nowrap;
}

div.board {
	border: 1px solid gray;
	padding: 0.7em;
	color: black;
	background-color: #ffffee;
	line-height: 1.3em;
}

div.board p {
	text-indent: 1em;
}

div.whiteboard {
	border: 1px none gray;
	padding: 0.5em;
	color: black;
	background-color: white;
}	
table.menu {
	float: right;
	color: black;
	background-color: white;
	margin-left: 0.4em;
	line-height: 1em;
}

table.menu td.menuoff, table.menu td.menuon {
	border-style: none solid solid none;
	border-width: 1px;
	border-color: gray;
	margin: 0.2em 1em;
	padding: 0.2em 1em;
}

table.menu td.menuoff {
	color: black;
	background-color: #ccff99; 
}

table.menu td.menuoff a {
	text-decoration: none;
}

table.menu td.menuon {
	color: white;
	background-color: #339966;
	font-weight: bold;
}

table.menu td#home {
	font-weight: bold;
}

table.menu td.separator {
	background-color: white;
	line-height: 0em;
}

table.menu td.search {
	padding: 0.6em 0.2em 0em;
}

@media print {
	table.menu td.search,  div.navigator {
		display: none;
	}
}

table.menu td.button {
	line-height: 1.1em;
}

table.menu td.button a{
	color: #ffffff;
	background-color: #5e8eab;
	text-decoration: none;
	display: block;
	padding: 0.4em;
	width: 7em;
}

table.menu td.button a:hover {
	color: white;
	background-color: #49abdb;
}

table.menu td.button span.buttonCap {
	font-size:0.8em;
}

img.toppage {
	float: left;
	margin: 0em 0.5em;
}

div.rireki {
	font-weight: bold;
	padding-bottom: 1em;
}

div.topinfo {
	margin-bottom: 1em;
}

p.archives {
	clear: both;
}

td.row1 {
	background-color: #ccccff;
}

td.row2 {
	background-color: #ffcc99;
}

ul.history {
	list-style-type: circle;
}

/* 2007-12-21 */
div.date {
	white-space: nowrap;
	text-align: right;
	float: right;
}
table .date {
	white-space: nowrap;
	width: 8em;
}
