/*--- floatingContents ---*/
#floatingContents {
	position:relative;
	padding:25px 0 0 0;
	width:178px;
	background:url(/common/img/forms/form_bg_15.gif) top left no-repeat;
}

#floatingContents:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

#floatingContentsIn {
	margin:0 auto;
	padding:0 13px 30px 20px;
	width:145px;
	text-align:left;
	background:url(/common/img/forms/form_bg_16.gif) bottom left no-repeat;
}

#formCntTxt {
	text-align:center;
}

#formCntTxt strong {
	margin:0 3px;
	color:#693;
	font-size:180%;
}

*html body #formCntTxt strong {/* IE6.x */
	font-size:180%;
}

#formCompImg {
	padding:10px 0;
}


/*--- progressBar ---*/
#formProgressBar {
	position:relative;
	overflow:hidden;
	margin:4px 0 0 0;
	width:145px;
	height:20px;
	background:url(/common/img/forms/form_bg_08.gif) top left no-repeat;
}

#formProgressBarIn {
	position:relative;
	top:0;
	left:-0%;/*jsで数値代入*/
	width:145px;
	height:20px;
	color:#fff;
	background:url(/common/img/forms/form_bg_07.gif) top left no-repeat;
}

#formProgressBarTxt {
	position:absolute;
	top:0;
	left:0%;
	width:145px;
	height:20px;
	font-size:140%;
	background:url(/common/img/forms/form_bg_09.gif) top left no-repeat;
	zoom:1;
}


/*--- formContact ---*/
#formContact {
	width:145px;
	font-size:0.9em;
}

p#formContactDial {
	margin:15px 0;
	padding:15px 0 0 0;
	border-top:1px dotted #666;
}

#formContact p a {
	text-decoration:underline;
}

#formContact p a:hover {
	text-decoration:none;
}/*- formBtnTip -*/
.formBtnTip {
	position:absolute;
	padding:0 0 14px 0;
	width:510px;
	background-image:url(/common/img/forms/form_bg_11.gif);
	background-position:50% bottom;
	background-repeat:no-repeat;
}

.formBtnTip div {
	padding:12px 10px 10px 50px;
	width:450px;
	color:#fff;
	font-weight:bold;
	background-position:12px 1.4em;
	background-image:url(/common/img/forms/form_ic_05.gif);
	background-repeat:no-repeat;
	background-color:#333;
	zoom:1;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	opacity:0.9;
	filter:alpha(style=0, opacity=90);
	box-shadow:0px 4px 8px #333;
	-moz-box-shadow:0px 4px 8px #333;
	-webkit-box-shadow:0px 4px 8px #333;
}

*html body .formBtnTip div {/* IE6 */
	width:510px;
}

.formBtnTip div:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

.formBtnTip p {
	margin:0;
	padding:0;
}

#formBtnTxt {
	float:left;
	margin:0.4em 0 0 0;
	width:210px;
	font-size:1.2em;
}

#formBtnTxt em {
	padding:0 8px;
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	background:none;
}

#formBtnAnc {
	float:right;
}

#formBtnAnc a {
	display:block;
	overflow:hidden;
	width:214px;
	height:41px;
	background:url(/common/img/forms/form_bt_02.gif) top left no-repeat;
	text-indent:-9999px;
}

#formBtnAnc a:hover {
	background-position:0 -41px;
}.formTip {
		width:340px;
		background-image: url(/common/img/forms/form_bg_10.gif);
		background-position: 0 bottom;
		background-repeat:no-repeat;
		position:absolute;
		top:300px;
		left:10px;
		padding:0 0 8px 0;
		display:block;
		z-index:5000;
		cursor:pointer;
		text-align:left;
}
.formTip ul {
	padding:8px 8px 8px 57px;
	width:275px;
	font-size:1em;
	background-position:12px 50%;
	color:#fff;
	font-weight:bold;
	background-color:#333;
	background-image:url(/common/img/forms/form_ic_04.gif);
	background-repeat:no-repeat;

	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	opacity:0.9;
	filter:alpha(style=0, opacity=90);

	box-shadow:0px 4px 8px #333;
	-moz-box-shadow:0px 4px 8px #333;
	-webkit-box-shadow:0px 4px 8px #333;
}
*html body .formTip ul {/* IE6 */
	width:340px;
}
.formTip li {
	line-height:160%;
	list-style-type:disc;
}
.formTip p{
	margin:0;
	padding:0;
}

#debugMode{
	background:#000;
	position:fixed;
	width:100%; height:200px;
	top:0; left:0;
	overflow:scroll;
	opacity:0.8;
	display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	z-index:100000;
}

.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}

.greenPopup .formTipContent {background:#33be40;}
.blackPopup .formTipContent {background:#393939;color:#FFF;}


