/*
company.css
created:2008-08-22
*/
#contentbody_company{
	width:820px;
	height:100%;
	margin-top:30px;
	margin-left:40px;
	margin-right:40px;
	color: #555555;
	text-align:left;
	text-transform: none;
	font-size:12px;
}
#contentbody_company #contentbody-inner1{
	width:400px;
	float:left;
/*	border:1px dotted #ddd;*/
}
#contentbody_company #contentbody-inner2{
	width:500px;
/*	border:1px dotted #ddd;*/
	margin:30px auto 20px;
}
#contentbody_company #contentbody-inner1 h1{
	background:url(../img/css/h1_company.gif) no-repeat;
	width:141px;
	height:37px;
	text-indent:-9999px;
}
#contentbody_company #contentbody-inner2 dl dd .companybox_title{
	float:left;
	width:100px;
}
#contentbody_company #contentbody-inner2 dl dd .companybox_desc{
	float:left;
	width:389px;
	padding-left:10px;
	border-left:1px #ccc dotted;
}
#contentbody_company #contentbody-inner2 dl dd{
	margin-bottom:5px;
}
