/* 2003-01-24. Style sheet for verb conjugation table. */
/* 2003-02-27. Added li style for indices. */
/* 2003-03-28. Revised for adjectives only. 
		Changed card dimension to inches. Font dimensions to points */
/* 2003-06-04. Changes made when -i Adjectives file created. */
/* 2003-07-22. Finish migration */
/* 2003-09-10. Added furigana and kanji spans to correct linespacing problems. */
/* 2003-12-04. Made the cards (table) wider to fit na adj conjugation. */

	body {
		font-family: Osaka, sans-serif;
		font-size:10pt;
		color:black;
		background-color:white;
	}

/* 2003-07-22. Created 3 divs for index page. */
	div.columnleft {
		position:absolute;
		top:60px;
		left:0px;
		width: 200px;
		padding-left:15px;
	}
	div.columnmiddle {
		position:absolute;
		top:60px;
		left:200px;
		width: 200px;
		padding-left:10px;
	}
	div.columnright {
		position:absolute;
		top:60px;
		left:400px;
		width: 200px;
		padding-left:10px;
	}

/* This is the print size of a business card */
/* 2003-12-04. Made the cards (table) wider to fit na adj conjugation. */

	table {
		display:table;
		width: 420px;
		height:180px;
		padding:10px;
		color:black;
		background-color:white;
		border: 1px solid blue;
	}

	td {
		color:black;
		background-color:transparent;
		border-bottom:silver 1px solid;
		line-height:12pt;
		vertical-align:middle;
	}

	td.rootKanji {
		color: black;
		background-color: yellow;
		text-align:center;
		vertical-align:middle;
		width:1em;
		border: 1px solid silver;
	}

/* Overrides rootKanji. Prints furigana. */
	span.furigana {
		font-size:10pt;
		line-height:12pt;
	}

	span.kanji {
		font-size: 48pt;
		line-height:56pt;
	}

	td.change {
		color: navy;
		background-color: transparent;
		width:1em;
	}

	span.change {
		color: navy;
		background-color: transparent;
	}

	td.trans {
		text-align: right;
		font-style: italic;
	}

	.copyright {
		text-align: center;
		font-size: 8pt;
		font-weight: normal;
		padding: 1ex 0 2ex 0;
	}

	p {
		clear:both;
		width: 180px;
	}

	li {
		font-size: 9pt;
	}

	h1, h2, h3, h4, h5, h6 {
		color:#333; background-color:transparent;
	}
