@charset "utf-8";

h3#title {
	font-size:1.5em;
	font-weight:bold;
	}
	
table#company {
	text-align:left;
	margin:10px 0;
	float:left;
	}
	table#company thead th {
		text-align:left;
		font-size:1.2em;
		padding:5px 20px;
		border-bottom:#CCCCCC solid 1px;
		}
	table#company tbody td {
	font-size:1.1em;
	padding:5px 20px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align: middle;
		}
					
		table#company thead th.size01 { width:30%;}
		table#company thead th.size02 { width:30%;}
		table#company thead th.size03 { width:40%;}

a.pdf { background:url(imgdir/pdf.gif) no-repeat right center; padding:10px 30px 10px 0;}
				
div#pdf {
	margin:30px 0;
	}
