/*----------------------------------------------------------------
会社概要設定
----------------------------------------------------------------*/
#content #company{
	width:650px;
	line-height:150%;
	margin:0px auto;
	padding:0px 0px 30px 0px;
}
#content #company h2{
	background:url("img/title_company.gif") left top no-repeat #fff;
	width:650px;
	height:42px;
	text-indent:-20000px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#content #company table{
	border-top:1px solid #39c;
	border-left:1px solid #39c;
	border-right:1px solid #39c;
	width:600px;
	margin:0px auto;
}
#content #company th{
	background-color:#eee;
	border-right:1px solid #39c;
	border-bottom:1px solid #39c;
	font-size:13px;
	color:#333;
	width:190px;
	text-align:center;
	padding:5px;
}
#content #company td{
	border-bottom:1px solid #39c;
	font-size:13px;
	color:#333;
	width:390px;
	text-align:left;
	padding:5px;
}

