@charset "utf-8";
/* CSS Document */

div.comp00{
	color:#000;
	font-size:20px;/*25*/
	width: 930px;
	height: 1200px;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:15px;
	padding-left:30px;
	padding-top:8px;
}

div.comp-space{
	width:600px;
	height:80px;
}

#companyTable tr td {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #43403f;
	padding-bottom: 20px;
	padding-top: 20px;
}

#companyTable tr th {
	font-weight: normal;
	/*color: #c62a31;*/
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #43403f;
	width: 210px;
}

.three_moji{
	letter-spacing:0.5em;
}



/*clear*/
.clear{
	clear:both;
}


