@charset "utf-8";

div#mainArea h2 {
	height: 30px;
}
div#mainArea h2#titleCompany {
	background: url(../images/titleCompany.gif) no-repeat;
}
div#mainArea h3 {
	margin: 10px;
	padding: 5px 0px 5px 10px;
	font: 12px normal;
	background: #eeeeee;
}
div#mainArea table {
	margin: 0 10px;
	line-height: 1.5;
	border-spacing: 0;
}
div#mainArea table th {
	width: 150px;
	border-bottom: 1px dotted #cccccc;
}
div#mainArea table td {
	width: 410px;
	padding: 15px 10px;
	border-bottom: 1px dotted #cccccc;
}
div#mainArea p {
	margin: 0 20px 10px;
}