/*---------------------
	company
---------------------*/
div.company-information{
	width:960px;
	background:url(../images/company_background_01.png) no-repeat center top;
	margin: 0 auto;
}
div.company-information table{
	width:500px;
	font-size:16px;
	margin: 0 auto;
}
div.company-information table tr{
	border-bottom:dotted 1px #585858;
}
div.company-information table tr.first td{
	padding-top:20px;
}
div.company-information table td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
}
div.company-information table td.caption{
	text-align:center;
	padding-left:30px;
}
div.company-information p{
	width:700px;
	font-size:16px;
	margin: 100px auto;
}
