* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: top;
	background-image: url(img/form_back.gif);
	background-repeat: repeat-x;
}
img {
	border-style: none;
	margin: 0px;
	vertical-align: top;
}
ul,ol{
	list-style: none;
}
a {
	text-decoration: none;
}
.txt_red {
	color: #FF0000;
}
#form_box h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


#conte_box {
	width: 640px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #234600;
	background-image: url(img/box_back.gif);
	background-repeat: repeat-y;
}
#form_box {
	width: 420px;
	margin-top: 50px;
	margin-bottom: 60px;
	background-color: #FFF3E8;
	border: 1px solid #F14E07;
	margin-right: auto;
	margin-left: auto;
}
#input_box {
	width: 300px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #E7E7E7;
	border: 1px solid #999999;
}
#input_box td {
	padding: 10px 10px 5px 10px;
	text-align: left;
}
#input_box td.unit {
	text-align: right;
	width: 80px;
}
#input_box td.btn_unit {
	text-align: center;
	padding-bottom: 15px;
}
#form_box p.caution {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-align: center;
	margin-bottom: 30px;
}
p.sub_txt {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
p.sub_txt img {
	vertical-align: middle;
	margin-bottom: 8px;
}
p.lead_txt {
	line-height: 1.8em;
	color: #333333;
	text-align: left;
	width: 300px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#form_box dl {
	width: 380px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #000000;
}
#form_box dt {
	font-weight: bold;
	color: #FF0000;
}
#form_box dd {
	font-size: 10px;
	margin-top: 8px;
	background-image: url(img/circle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
#form_box p.dl_sub {
	width: 360px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 3px;
}
#form_box .notice {
	color: #FF0000;
}
