@charset "UTF-8";
#contents dl {
	clear: both;
	margin-left: 40px;
}

#contents dt {
	float: left;
	clear: left;
	width: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #663300;
	font-size: 75%;
	line-height: 1.5em;
}

#contents dd {
	float: left;
	width: 590px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #663300;
	border-left: 1px solid #cc9966;
	font-size: 75%;
	line-height: 1.5em;
}

/*child*/
#contents dl.clearfix dd dl#history {
	margin-left: -10px;
	margin-top: -10px;
	position: relative;
}

#history dt {
	float: left;
	clear: left;
	width: 100px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-top: 0 none;
	font-size: 100%;
	_font-size: 100%;
}

#history dd {
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top: 0 none;
	border-left: 0 none;
	font-size: 100%;
	_font-size: 100%;
}

