#ErrMsg {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
}

.FormArea,
.ConfirmArea {
	position: relative;
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: block;
}
.FormArea p,
.CompArea p {
	position: relative;
	width: 960px;
	font-size: 14px;
	line-height: 200%;
	margin: 20px 0px 0px 0px;
}
.FormArea p a {
	color: #0088FF;
	text-decoration: none;
}
.FormArea p a:hover {
	color: #FF8800;
	text-decoration: underline;
}
.FormArea table,
.ConfirmArea table {
	position: relative;
	width: 960px;
	margin: 20px 0px 0px 0px;
	table-layout: fixed;
}
.FormArea th,
.ConfirmArea th {
	width: 240px;
	height: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
	padding: 0px 0px 0px 20px;
}
.FormArea th span {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #0080FF;
	padding: 1px 8px;
	margin: 0px 0px 0px 10px;
}
.ConfirmArea td {
	font-size: 14px;
	line-height: 180%;
	word-break: break-all;
}

.CompArea p {
	text-align: center;
	line-height: 240%;
}
#Attention {
	width: 800px;
	font-size: 10px;
	line-height: 200%;
	background: #F0F0F0;
	margin: 40px auto 20px;
	padding: 10px 0px;
	text-align: center;
}
#Attention strong {
	font-size: 12px;
	margin: 3px 0px;
	display: block;
}
#Attention img {
	width: 105px;
	height: 12px;
	vertical-align: -3px;
	margin: 0px
}

.ConfirmBtnArea {
	position: relative;
	width: 960px;
	height: 40px;
	margin: 20px 0px;
}

#ClearBtn,
#ConfirmBtn {
	position: absolute;
	top: 0px;
	width: 240px;
	height: 40px;
	background-size: 240px 80px;
	border: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-indent: -99999px;
}
#ClearBtn {
	left: 235px;
	background-image: url("../contact/clear_btn.gif");
}
#ConfirmBtn {
	left: 485px;
	background-image: url("../contact/confirm_btn.gif");
}

.SendBtnArea {
	position: relative;
	width: 960px;
	height: 80px;
	margin: 10px 0px 20px;
	text-align: center;
}
.SendBtnArea p {
	font-size: 14px;
	margin: 0px;
}
#BackBtn,
#SendBtn {
	position: absolute;
	bottom: 0px;
	width: 240px;
	height: 40px;
	background-size: 240px 80px;
	cursor: pointer;
	border: none;
	outline: none;
	display: block;
	text-indent: -99999px;
}
#BackBtn {
	left: 235px;
	background-image: url("../contact/back_btn.gif");
}
#SendBtn {
	left: 485px;
	background-image: url("../contact/send_btn.gif");
}

#ToHomeBtn {
	width: 400px;
	height: 40px;
	display: block;
	background-image: url("../contact/tohome_btn.gif");
	background-size: 400px 80px;
	margin: 20px auto;
}
#ToHomeBtn:hover {
	background-position: 0px -40px;
}

#ClearBtn:hover,
#ConfirmBtn:hover,
#BackBtn:hover,
#SendBtn:hover {
	background-position: 0px -40px;
}

#RadioBtn {
	position: relative;
	display: inline-block;
	margin: 0px 40px 0px 0px;
	padding: 5px 15px 5px 40px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] {
	display: none;
}
input[type=radio]:checked + #RadioBtn:before {
 	opacity: 1;
}
#RadioBtn:hover {
	background-color: #F0F0F0;
}
#RadioBtn:after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	display: block;
	margin: -10px 0px 0px 0px;
	border: 1px solid #AFAFAF;
	border-radius: 9px;
	content: '';
}
#RadioBtn:before {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: -7px 0px 0px 0px;
	background-color: #0088FF;
	content: '';
	opacity: 0;
}

#Text300,
#Text500,
#Textarea500 {
	height: 30px;
	font-size: 16px;
	outline: none;
	border: solid 1px #C0C0C0;
	padding: 0px 5px;
}
#Text300 {
	width: 290px;
}
#Text500 {
	width: 490px;
}
#Textarea500 {
	width: 490px;
	height: 150px;
	line-height: 160%;
	padding: 5px;
}
#Text300:focus,
#Text500:focus,
#Textarea500:focus {
	border: solid 1px #FF8800;
}

#ListLine {
	width: 960px;
	height: 10px;
	display: block;
	margin: 10px 0px;
}
