@charset "UTF-8";
/* 
history.css
*/

/* --------------------------------
.area
-------------------------------- */

#oldTwoCompanies {
	width: 900px;
	background: transparent url(../img/historybg.gif) no-repeat 0 bottom;
	padding-top: 5px;
}

#oldTwoCompanies .areaW {
	width: 447px;
	float: left;
	border: none;
	margin-top: 0;
	background: transparent;
}
#oldTwoCompanies #smbc {
	width: 447px;
	float: right;
}

#oldTwoCompanies:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#oldTwoCompanies { display: inline-block; }
#oldTwoCompanies { height: 1%; }

/* --------------------------------
table
-------------------------------- */
.tableArea table {
	width: auto;
}
.tableArea th {
	font-weight: normal;
	white-space: nowrap;
}
.tableArea th p{
	padding-left: 10px
}
.tableArea td {
	width: 100%;
	padding-right: 20px;
}

/* --------------------------------
.arrow
-------------------------------- */
div.arrow {
	padding: 10px 0;
	margin:0;
}





