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

.title01 {
	background-image:url(images/title01.gif);
	background-repeat: no-repeat;
	padding-top:90px;
	
	}

.companytable{
	width:750px;
	margin:0px 10px 0px 2px;
	border-bottom:1px dashed #C2D0FE;
	font-size:15px;
}


.companytable th{
	background-color:#E0E7FE;
	text-align:left;
	padding:5px 7px;
	width:200px;
	border-top:1px dashed #C2D0FE;
}

.companytable td{
	text-align:left;
	padding:5px 0px 5px 7px;
	border-top:1px dashed #C2D0FE;
}