@charset "shift_jis";

#floatWindow{
	display:none;
	position:absolute;
	width:650px;
	height:535px;
	top:50px;
	left:50px;
	z-index:10000;
}

#floatWindow a.close{
	position:absolute;
	right:10px;
	top:5px;
}

#floatWindow a.close img{
	border:none;
}

#floatWindow dl{
	width:100%;
	height:100%;
/* 20120525 NTTDATA-R START */
/* 20120724 del
	background:url("http://im.testdm2.jp/images/jp/pc/img/minil4/floatWindow.png");
*/
/* 20120525 NTTDATA-R END */
	margin:0;
/* 20120725 add start */
	background-image:none;
/* 20120725 add end */ 



}

#floatWindow dl dt{
	background-color:#000;
	height:25px;
	line-height:25px;
	text-indent:1em;
	color:white;
	font-weight:bold;
	cursor:move;
}

#floatWindow dl dd{
	margin:0;
	padding:0;
}
