@charset "Shift_JIS";

/* --------------------------------------------
 *          for bajl.pseudoDialog.js
 * -------------------------------------------- */


/* =========== pseudo dialog =========== */

#BAJLPseudoDialog {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;

	position: absolute;
	z-index: 1000000;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: white;
	text-decoration: none;
}

/* ----- content body area in pseudo dialog ----- */

#BAJLPseudoDialogBody {
	margin: 0;
	padding: 0;
}

/* ----- iframe to load other page ----- */

#BAJLPseudoDialogFrame {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1;
}

#BAJLPseudoDialogFrame iframe {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

/* ----- vs IE6 ----- */

body.BAJLPseudoDialogIsActive select {
	_visibility: hidden; 
}

body.BAJLPseudoDialogIsActive #BAJLPseudoDialog select {
	_visibility: visible;
}


/* =========== click shield =========== */

#BAJLClickShield {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999998;
	display: block;
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1;
	text-decoration: none;
	background: black;
}
