@charset "utf-8";
/* CSS Document */

/* contents */
#contents{
	width:100%;
}

#company{
	width:95%;
	padding:0;
	margin:10px;
	margin:10px auto 30px;
	border:5px solid #EEE;
	border-collapse:collapse;
}
#company th{
	width:30%;
	margin:0 auto;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#F5F5F5;
}
#company td{
	padding:5px;
	border-bottom:1px solid #999;
	line-height:1.4em;
}