/* メッセージ 投稿フォーム Start */
#firstload {
	overflow: hidden;
}
#msgatt {
	width: 577px;
	font-size: 12px;
	text-align: left;
	margin: 5px auto;
	color: #E30884;
}
.red {
	color: #E30884;
}
#msgform {
	width: 577px;
	margin: 5px auto;
	border-collapse: collapse;
	border: 0;
}
#msgform th {
	width: 150px;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	padding: 5px 0 5px 15px;
	font-weight: normal;
	background-image: url('../images/recruit/bg.gif');
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 1px solid #C1C0BD;
}
#msgform td {
	width: 400px;
	font-size: 12px;
	text-align: left;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #C1C0BD;
}
#msgbutton {
	width: 600px;
	margin: 8px auto;
	text-align: center;
}
#button {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #949494;
	cursor: pointer;
}
#button:hover {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #0882AA;
}
#submit {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #949494;
	cursor: pointer;
}
#submit:hover {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #0882AA;
}
#reset {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #949494;
	cursor: pointer;
}
#reset:hover {
	width: 120px;
	height: 30px;
	border: none;
	color: #FFFFFF;
	background-color: #0882AA;
}
#err {
	width: 567px;
	text-align: left;
	margin: 5px auto;
	padding: 10px 5px;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #000000;
}
#compmes {
	width: 577px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #FF0000;
	text-align: center;
	margin: 5px auto;
}
/* メッセージ 投稿フォーム End */
