/* company
---------------------------------------------------- */
#content {
	background: url(img/content-back.png) no-repeat 170px 63px;
	height: 150%;
}
.cont {
	margin-top: 140px;
}
p.lead {
	font-size: 120%;
	font-weight: normal;
	color: #0086CA;
	background: url(../img/_s.gif) no-repeat;
	margin-bottom: 10px;
}
.address-pho {
	margin: 20px 50px 20px 60px;
}
.address-pho img {
	margin-right: 10px;
	margin-bottom: 15px;
}
table.comp {
	width: 500px;
	margin: 0 auto;
	border-collapse: collapse;
	border: none;
	font-size: 110%;
	line-height: 1.5em;
	margin-top: 20px;
}
table.comp th,
table.comp td {
	border: none;
	padding: 3px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.comp p {
	margin: 3px 0;
	padding: 0;
	width: auto;
	font-size: 110%;
}
table.outline {
	width: 500px;
	margin: 0 auto;
	border-collapse: collapse;
	border: #ffffff 1px solid;
	font-size: 110%;
	line-height: 1.5em;
	margin-top: 20px;
}
table.outline th,
table.outline td {
	border: #999999 1px solid;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.outline p {
	margin: 3px 0;
	padding: 0;
	width: auto;
	font-size: 110%;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.cont p.group {
	width: 560px;
	margin: 10px auto;
}
table.group {
	width: 540px;
	margin: 0 0 20px 50px;
	font-size: 120%;
}

