@charset "utf-8";

/* 会社概要専用
---------------------------------------*/
table#gaiyou {
	width: 90%;
	margin: 1em auto;
	border-collapse:collapse;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

table#gaiyou th,
table#gaiyou td {
	padding:10px;
	border:1px solid #CCCCCC;
}

table#gaiyou th {
	text-align: center;
	font-weight: bold;
	background-color: #F6F6F6;
}

table#gaiyou td {}

