@charset "utf-8";
@import "base/common.css";

#container_left h2 {
	overflow: hidden;
	width: 550px;
	height: 37px;
	font-size: 1em;
	text-indent: -9999px;
	background: url(../files-sub/www/common/company.gif);
	margin-bottom: 10px;
}

#container_left table {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#container_left table tr th {
	width: 120px;
	padding: 7px;
	background: #d5e8b3;
	vertical-align: top;
	border: 0px;
	border-top: solid 5px #fff;
	text-align: left;
}

#container_left table tr th p {
	line-height: 1.1em;
	border-left: solid 5px #9ecb4e;
	padding-left: 5px;
	color: #448800;
}

#container_left table tr td {
	padding: 7px;
}

#container_left table tr.first th, #container_left table tr.first td {
	border-top: 0px;
}