@charset "Shift_JIS";


/* ------------------------------
 ヘッダー
------------------------------ */

.company { background-image: url(images/company_header.jpg); }


/* ------------------------------
 右エリア
------------------------------ */

#form {
	width:620px;
	margin:10px auto 0;
}

.mt1 {
	margin-top:15px;
}

.mt2 {
	margin-top:20px;
}

#dl {
	margin-top:5px;
}

.txt {
	margin-top:20px;
	text-align:right;
}

table {
	width:620px;
	border-top: 1px solid #00325B;
	border-left: 1px solid #00325B;
}

th {
	width:120px;
	background-color: #eeeeee;
	border-right: 1px dotted #00325B;
	border-bottom: 1px solid #00325B;
	padding: 8px;
	font-weight: normal;
	text-align: left;
	position: relative;

}

td {
	background-color: #f8f8f8;
	border-right: 1px solid #00325B;
	border-bottom: 1px solid #00325B;
	padding: 8px;
}

span {
	color:#000000;
}

.check {
	margin:20px auto 20px;
	text-align:center;
}

.errs {
	color:#FF0000;
}
.req{
	border:1px solid red;
	background-color:#fff;
	padding:1px 3px;
	font-size:11px;
	color:red;
	position: absolute;
   	right: 7px;
}
em, .error{
	color:red;
}
table{
	margin-bottom: 1em;
}