/* CSS Document */

#document .hyou {
	text-align: right;
	margin-left: 20px;
	width: 520px;
	line-height: 12pt;
}

#document .hyou tr {
	height: 38px;
}

#document .hyou th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#document .hyou th.ki {
	text-align: center;
	background-color: #CCCCCC;
}

#document .hyou td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	padding-right: 5px;
}

