@charset "UTF-8";

/* ================================================================
				company 用設定
	================================================================	*/

.mainarea h1 {
	margin: 0;
}
.mainarea h2 {
	margin: 0 0 20px;
}

table {
	border-top: 1px solid #6895be;
	border-bottom: 1px solid #6895be;
	width: 654px;
}
table th {
	background: #e7f2fd;
	border-top: 1px solid #6895be;
	border-bottom: 1px solid #6895be;
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
table td {
	border-top: 1px solid #6895be;
	border-bottom: 1px solid #6895be;
	padding: 10px;
	vertical-align: top;
}
table td.right {
	text-align: right;
}
table td span.idt {
	display:block;
	padding-left:2em;
}

