@charset "UTF-8";
/*contents*/
#contents h3 {
	width: 100px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

#contents p.onepoint {
	padding-top: 0;
}

#contents table.history {
	clear: both;
	margin-top: 30px;
	width: 560px;
	border-bottom: 1px solid #cccccc;
}

#contents table.history tr {
	background: url(img/bg.gif) repeat-x left top;
}

#contents table.history th {
	vertical-align: top;
	white-space: nowrap;
	padding: 10px 0 9px;
	text-align: left;
	width: 2.5em;
}

#contents table.history td {
	vertical-align: top;
	padding: 10px 0 9px 20px;
}

#contents table.history td.year,
#contents table.history td.month {
	text-align: right;
	padding: 10px 0 9px;
	width: 2.5em;
}

#contents table.history td table.data {
	display: inline-table;
}

#contents table.history td table.data tr {
	background: #FFFFFF;
}

#contents table.history td table.data th {
	padding: 2px 8px 0 0;
	width: 5em;
}

#contents table.history td table.data td {
	padding: 2px 8px 0 0;
}
