@charset "utf-8";

@import URL("../common/css/reset.css");
@import URL("../common/css/base.css");

/* -----------------------------------------------------------------
Title: company.css
Created: 2010-04-016
Last Modified: 2010-04-16
------------------------------------------------------------------ */

/*  
------------------------------------------------------------------ */

body#company table{
	width:536px;
	border:#CCC solid 1px;
	font-size:1.2em;
}

body#company table th{
	padding:5px;
	border:#CCC solid 1px;
	background-color:#CFE8FF;
	width:150px;
}
body#company table td{
	padding:5px;
	border:#CCC solid 1px;
}
