@charset "Shift-JIS";

/*================================

 Column layout

================================*/

div#left_col {
	float: left;
	width: 580px;
}

div#left_col::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#right_col {
	float: right;
	width: 220px;
}

div#left_col h4 {
	font-size: 10pt;
}

div#company_box {
	float: left;
	width: 280px;
}

div#profile_box {
	float: right;
	width: 280px;
}

div#company_box table,
div#profile_box table {
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10pt;
}

div#company_box th {
	width: 60px;
}

div#company_box th,
div#company_box td {
	padding: 5px;
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;
	border: 0;
}

div#profile_box th {
	width: 65px;
}

div#profile_box th,
div#profile_box td {
	font-size: 8pt;
	padding: 5px;
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;
	border: 0;
}

.class {
	font-size: 7pt;
	font-weight: bold;
}

.line {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}