@charset "utf-8";

/* history
-------------------------------------------------------------------------------------------------------*/
.wrap #mainContents {
	width:690px;
}

#history .section {
	clear:both;
	width:615px;
}
.section:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.section {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .section {height: 1%;}
.section {display: block;}
/* End hide from IE-mac */


#history .section dl dt {
	padding-bottom:10px;
}


.wrap #rightSide {
	width:260px;
	padding-bottom:0;
}

.wrap #rightSide dl {
	width:260px;
}

.wrap #rightSide dl dd {
	padding:3px 0 20px 0;
	text-align:right;
	font-size:93%;
}