﻿/* ===== Contents Area ===== */

#mainArea {
	float: left;
	border-top: #cccccc solid 1px;
	width: 770px;
	margin-top: 5px;
	padding-top: 9px;
}
#mainArea #mainArea-space {
	width: 750px;
	margin: 10px 10px 0 10px;
}

#locationArea {
	width: 750px;
	margin: 5px 10px 0 10px;
	text-align: left;
}
#locationArea p {
	color: #444;
	font-size: 75%;
	line-height: 150%;
}
#locationArea p a:link,
#locationArea p a:visited {
	color: #444;
}
#locationArea p a:link.under,
#locationArea p a:visited.under,
#locationArea p a:active,
#locationArea p a:hover {
	color: #444;
	text-decoration: underline;
}


/* ===== Company Area ===== */

#company {
	width: 750px;
	text-align: left;
}

#company table {
	margin-top: 10px;
	width: 748px;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #bcbcbc;
	border-width: 1px 1px 1px 1px;
	color: #444;
	font-size: 75%;
	line-height: 150%;
}

#company table th {
	padding: 5px 10px;
	width: 179px;
	vertical-align: top;
	text-align: left;
	background-color: #f7f5f1;
	border-style: solid;
	border-color: #bcbcbc;
	border-width: 1px 1px 0 0;
}

#company table td {
	padding: 5px 10px;
	width: 529px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	border-style: solid;
	border-color: #bcbcbc;
	border-width: 1px 1px 0 0;
}
