@charset "UTF-8";
/*planmenu*/
#page #contents ul#selecter {
	margin-left: 20px;
	margin-bottom: 20px;
}
#page #contents ul#selecter li {
	list-style-type: none;
	border-bottom: 1px dashed #cccccc;
}
#page #contents ul#selecter li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(../../../common/sys/arrow.gif) no-repeat left center;
	display: block;
}

/*plan*/
h4 {
	padding-top: 10px;
}
h5 {
	padding-top: 10px;
}
h6 {
	font-size: 86%;
}

#page #contents dl {
	margin-top: 5px;
	margin-bottom: 20px;
}
#page #contents dt {
	margin-left: 35px;
	font-size: 0.9em;
	line-height: 1.25em;
	clear: left;
}
#page #contents dd {
	font-size: 0.9em;
	line-height: 1.25em;
	margin-left: 35px;
}
#page #contents td dl {
	margin-top: 2px;
	margin-bottom: 2px;
}
#page #contents td dt {
	float: none;
	margin-left: 0;
}
#page #contents td dd {
	padding-left: 0;
	font-size: 1em;
}


/*timesched*/
#page ul.timesched {
	margin-left: 35px;
	border: 1px solid #cccccc;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page ul.timesched li {
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 1em;
}
#page ul.timesched li dd, #page ul.timesched li li {
	border: 0px none;
	margin-bottom: 0px;
	text-indent: 4em;
	list-style-type: none;
	font-size: 0.85em;
}

#page ul.timesched li .sublist {
	clear: both;
	text-indent: 0em;
}
#page ul.timesched li .sublist dt {
	clear: left;
}


/*table*/
#contents table {
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 500px;
	line-height: 1.1em;
	border-top: 1px solid #cccccc;
}
#contents table tr:hover {
	background: #ffffff;
}
#contents table th {
	border-bottom: 1px solid #cccccc;
	background: #f6f6f0;
	padding: 3px;
	text-align: center;
	font-size: 72%;
}
#contents table td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-size: 72%;
	white-space: normal;
}
#contents table td.value {
	text-align: right;
}
#contents table td li {
	list-style-position: outside;
	margin-left: 20px;
}

/*changes*/
#changes {}
#changes dt {
	margin-top: 5px;
}
#changes dd {
	width: 240px;
	text-align: right;
	padding-bottom: 5px;
}

/*statement*/
#contents table.statement {
	width: 520px;
	width: 520px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 1.1em;
	border-top: 1px solid #cccccc;
}
#contents table.statement caption {
	font-size: 0.72em;
	line-height: 1.1em;
	text-align: right;
}

#contents table.statement tr.head1 td {
	text-align: left;
	font-weight: bold;
}
#contents table.statement tr.head1 td.value {
	text-align: right;
	font-weight: normal;
}
#contents table.statement th {
	border: 1px solid #cccccc;
}
#contents table.statement td {
	border: 1px solid #cccccc;
	text-align: right;
	white-space: nowrap;
}
#contents table.statement td.total {
	border-bottom: 1px solid #333333;
	font-weight: bold;
}
#contents table.statement td.head2 {
	padding-left: 1em;
	text-align: left;
}
#contents table.statement td.head3 {
	padding-left: 2em;
	text-align: left;
}
#contents table.statement td.head4 {
	padding-left: 3em;
	text-align: left;
}
#contents table.statement td.head5 {
	padding-left: 4em;
	text-align: left;
}
#contents table.statement td.head6 {
	padding-left: 5em;
	text-align: left;
}
#contents table.statement td.head7 {
	padding-left: 6em;
	text-align: left;
}

#page #contents dl.tyuki {
	margin-top: 0;
	margin-bottom: 0;
}
#page #contents dl.tyuki dt {
	margin-left: 35px;
	line-height: 1.5em;
}
#page #contents dl.tyuki dd {
	margin-left: 70px;
	line-height: 1.5em;
}

