@charset "EUC-JP";

/*////////////////////////////////////////////////////////////
	COMPANY COMMON
////////////////////////////////////////////////////////////*/

#company h1 {
	font-size: medium;
	font-weight: bold;
	color: #602E2E;
	background-image: url(../img/lin_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 0.8em;
}
#company h2.subtit {
	font-weight: bold;
	color: #602E2E;
}
#company #contents p {
	margin-bottom: 0.5em;
}
#company table {
	margin-bottom: 15px;
}
#company th,#company td {
	padding: 0.3em;
	vertical-align: top;
	background-image: url(/img/lin_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#company .end th,#company .end td {
	background-image: none;
}
#company th {
	text-align: left;
	width: 128px;
	white-space: nowrap;
}
#company th strong {
	background-image: url(/img/ic_bag_03.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 14px;
}
#company .phBuild {
	margin-right: 15px;
}

