@charset "UTF-8";
/*meeting*/
#page #contents .meeting {
	clear: both;
}
#page #contents .meeting dt {
	float: left;
	clear: left;
	width: 60px;
	padding-top: 5px;
}
#page #contents .meeting dd {
	float: left;
	clear: right;
	width: 445px;
	margin-left: 0;
	padding-top: 5px;
}
#page #contents .meeting dd span {
	display: block;
	font-size: 80%;
}

/*table*/
#contents table {
	margin-left: 20px;
	width: 520px;
}

/*statement*/
#contents table.statement td {
	white-space: normal;
}

/*note*/
#contents .note {
	list-style-type: none;
	margin-left: 35px;
	margin-top: -20px;
	padding-bottom: 20px;
}
#contents .note li {
	text-indent: -2em;
	margin-left: 2em;
	font-size: 72%;
	padding-bottom: 3px;
}

/*balance*/
#contents .balance {
	border: 1px solid #cccccc;
	margin-bottom: 25px;
	width: 520px;
}
#contents .balance th {
	border-right: 1px solid #cccccc;
}
#contents .balance .categorynote td {
	border-right: 0px none;
}
#contents .balance td {
	text-align: center;
	border-right: 1px solid #cccccc;
}

