@charset "utf-8";
/* CSS Document */

#us-left {
	position: absolute;
	width: 195px;
	height: 370px;
	top: 5px;
	left: 5px;
}
#us-center {
	position: absolute;
	width: 195px;
	height: 150px;
	top: 5px;
	left: 210px;
}
#us-right {
	position: absolute;
	width: 305px;
	height: 170px;
	top: 5px;
	right: 0px;
}
#us-center-lower {
	position: absolute;
	width: 599px;
	height: 220px;
	left: 210px;
	top: 190px;
}
#us-center-lower-left {
	float: left;
	padding-left: 30px;
	width: auto;
}
#us-center-lower-right {
	float: right;
	text-align: right;
	padding-right: 75px;
	width: auto;
}

#us-left,
#us-right {
	border: 1px solid gray;
}

#us-left table,
#us-right table {
	width: 100%;
	height: auto;
}

#us-left th,
#us-right th {
	background-color: black;
	color: #FFF;
	padding: 3px 5px;
	text-align: left;
}
#us-left td,
#us-right td {
	background: #FFF;
	padding: 2px;
	padding-left: 0;
}
#us-left td ul {
	margin-left: 2em;
}

#us-center-lower img {
/*	display: inline;*/
	margin-bottom: 10px;
}

#us-right p {
	padding: 5px 10px;
} 

*html .mainContents table {
	border: 0px solid black;
}

*:first-child+html .mainContents table {
	border: 0px solid black;
}