@charset "Shift-JIS";
/*table style*/
#company table { 
	border-collapse:collapse;
	padding-bottom: 10px;
	width:560px;
	border-top:1px #999 solid;
	border-left:1px #999 solid;
}
#company th {
	background-color: #ECEFF4;
	text-align: left;
	vertical-align: middle;
	color:#333;
	width:140px;
}
#company td {
	background-color: #FFFFFF;
	width:380px;
}
#company th,td { 
	padding-left:10px;
	height:3em;
	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
}
