@charset "utf-8";

h2 {
	font-size: 128%;
	border-bottom: 2px dotted #D5D9C8;
	clear: both;
	padding: 0 0 3px 8px;
	letter-spacing: 2px;
}

table#history * {
	background: transparent;
}

table#history td {
	border: none;
	border-bottom: 1px dotted #E6BF9D;
	width: auto;
}

table#history {
	margin: 5px 0 5px 40px;
}

	table#history td {
		vertical-align: top;
		padding: 0;
	}
	
		table#history col.year {
			width: 5em;
		}
		
		table#history col.mday {
			width: 5em;
		}
		
		table#history td p {
			color: #000;
			text-indent: 0;
			padding: 1px 3px 1px 8px;
			margin: 0;
			line-height: 1.5;
		}
	
		table#history td p.work {
			color: #660000;
		}

	table#history td.other {
		text-align: right;
		padding: 1em 0;
		border: none;
	}

		table#history td.other p {
			text-align: right;
			color: #999;
		}
		
p.sign {
	text-align: left;
	padding: 0 0 10px 0;
}

ul.akademi {
	margin: 10px 40px;
	list-style: disc;
}

	ul.akademi li {
		margin: 0;
		padding: 0;
		line-height: 1.4;
	}



