@charset "UTF-8";

@import url(../css/import.css);

/* -------------------------  index */


#company{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#company table{
	width: 460px;
	float: left;
}

#company th{
	background-image: url(../img/dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #0C70B0;
	width: 90px;
	padding: 10px;
	text-align: left;
}

#company td{
	background-image: url(../img/dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}

#company img{
	float: right;
}

