@charset "utf-8";

/*---------------------------------------------------------------

 validation.css

 font-size defined in fonts.css - YUI fonts.css
 93% - 12px

 ----------------------------------------------------------------*/

div.validationTip {
	padding-left: 6px;
	font-size: 93%;
}

	div.tipInner {
		border: solid #BBB 1px;
		border-top: none;
		border-left: none;
		-moz-border-radius: 4px;
		padding: .5em 1em .5em .8em;
		color: #F60;
		background: #EDEDED;
		font-weight: bold;
	}

div#dlgmat {
	width: 101.55%; /* for ie6 bug */
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: #000;
}

* html div#dlgmat { /* ie6 */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}

div#dlg {
	padding: 0 0 0 5px;
	position: absolute;
	width:500px;
	z-index: 210;
	background: url(../../img/validate/dialog_left.gif) no-repeat left top;
	font-size: 93%;
}

* html div#dlg {	/* ie6 */
	position: absolute;
	/*
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (dlgMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	*/
}

	div#dlg span#close {
		display: block;
		width: 21px;
		height: 19px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(../../img/validate/dialog_close.gif) no-repeat left top;
		cursor: pointer;
	}

	div#dlg span#close.hover {
		background: url(../../img/validate/dialog_close.gif) no-repeat left -19px;
	}

	div#dlg div#dlgtop {
		height: 5px;
		background: url(../../img/validate/dialog_top.gif) no-repeat right top;
		overflow: hidden;
	}

	div#dlg div#dlgcont {
		padding: 1.5em 0;
		background: #282828 url(../../img/validate/dialog_right.gif) no-repeat right top;
	}

		div#dlg div#dlgcont div {
			padding: 0 3.5em;
			color: #FFF;
			font-weight: bold;
		}

			div#dlg div#dlgcont div span {
				line-height: 1.7;
			}

				div#dlg div#dlgcont div span strong {
					border-bottom: dotted #F60 1px;
					padding: 0 .1em;
					color: #F60;
				}

	div#dlg div#dlgbtm {
		height: 5px;
		background: url(../../img/validate/dialog_bottom.gif) no-repeat right top;
		overflow: hidden;
	}

/* tooltip */
.validationTip table.hukidasi {
	border-collapse: "collapse";
}
.validationTip .lt {
	background:url(../../img/validate/round.gif) no-repeat top left;
	width:10px;
	height:10px;
}
.validationTip .rt {
	background:url(../../img/validate/round.gif) no-repeat top right;
	width:10px;
	height:10px;
}
.validationTip .lb {
	background:url(../../img/validate/round.gif) no-repeat bottom left;
	width:10px;
	height:10px;
}
.validationTip .rb {
	background:url(../../img/validate/round.gif) no-repeat bottom right;
	width:10px;
	height:10px;
}
.validationTip .sonota {
	background:#c8ebf9;
}
.validationTip .naiyou {
	/*width:400px;*/
	font-size:9pt;
}
.poti {
	display:block;
	top:0px;
	left:0px;
	position:absolute;
	z-index:200;
}
.validationTip div.sankaku {
	position:relative;
	top:-3px;
	left:-2px;
	margin-left:auto;
	margin-right:auto;
	background:url(../../img/validate/huki_test1.gif) no-repeat;
	width:13px;
	height:13px;
	display:block;
}
