@charset "shift_jis";
/* -------------------------------------------
company.css
------------------------------------------- */
#company h1{
	background-image: url(../images/company/h1_company.jpg);
	height: 50px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#access h1 {
	background-image: url(../images/company/h1_access.jpg);
	height: 50px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#staff h1 {
	background-image: url(../images/company/h1_staff.jpg);
	height: 50px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

table.company  {
	font-size:1.0em;
	width: 500px;
	margin : 0 0 20px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;	
}
.company th {
	padding: 10px;
	text-align: left;
	background-color: #EEFFB9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	font-weight: bold;
}
.company td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	padding :10px;
}

