.ErrMsg {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.ContactArea {
	position: relative;
	width: 800px;
	margin: 20px 0px 0px 0px;
}
.ContactArea th {
	width: 150px;
	height: 30px;
	font-size: 12px;
	color: #666666;
	background-color: #EBEBC8
}
.ContactArea td {
	font-size: 10px;
	line-height: 280%;
}
.ContactArea p {
	font-size: 12px;
	margin: 0px;
}
.ContactArea span {
	color: #FF0000;;
	font-size: 10px;
}

.ConfirmArea {
	position: relative;
	width: 800px;
	margin: 20px 0px 0px 0px;
}
.ConfirmArea table {
	width: 600px;
	background-color: #888888;
}
.ConfirmArea th {
	width: 150px;
	height: 35px;
	font-size: 12px;
	color: #666666;
	background-color: #EBEBC8
}
.ConfirmArea td {
	background-color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
}
.SendBtnArea {
	position: relative;
	width: 600px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.CompArea {
	position: relative;
	width: 800px;
	margin: 20px 0px 0px 0px;
}
.CompArea h2 {
	font-size: 18px;
	color: #FF6600;
}
.CompArea p {
	font-size: 12px;
	line-height: 240%;
}

#Text100 {
	width: 80px;
	height: 20px;
}
#Text200 {
	width: 200px;
	height: 20px;
}
#Text300 {
	width: 300px;
	height: 20px;
}
#Text400 {
	width: 400px;
	height: 20px;
}
#TextArea400 {
	width: 400px;
	height: 100px;
}

#ClearBtn {
	width: 150px;
	height: 25px;
	font-size: 12px;
	background-color: #888888;
	color: #FFFFFF;
	border-style: none;
	cursor: pointer;
}
#ConfirmBtn {
	width: 150px;
	height: 25px;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	border-style: none;
	cursor: pointer;
}

#attention {
	border: solid 1px #000;
	width: 100%;
	font-size: 12px;
	margin: 0px 0px 16px;
	padding: 16px;
	box-sizing: border-box;
}
#attention span {
	font-weight: bold;
	display: block;
}
#attention p {
	line-height: 200%;
	margin: 8px 0;
}
#attention strong {
color: #ff6600;
	font-size: 16px;
}

#ToHomeBtn {
	width: 150px;
	height: 25px;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	border-style: none;
	cursor: pointer;
}
#ClearBtn:hover,
#ConfirmBtn:hover,
#ToHomeBtn:hover {
	background-color: #FF6600;
}