#floatWindow{
	position:absolute;
	width:415px;
	height:165px;
	top:-200px;
	left:50%;
}
#floatWindow .close_btn {
	position:absolute;
	right:5px;
	top:0px;
	width:16px;
	height:16px;
	z-index:100;
}

#floatWindow .close_btn a {
	width:100%;
	height:100%;
}



#floatWindow .close_btn a.close span {
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	font-size:16px;
}


#floatWindow a.close img {
	border:none;
}

#floatWindow dl{
	width:100%;
	height:100%;
	margin:0;
	position:static;
	background-image: url(/img/float_div/Window.png);
}


#floatWindow dl dt{
	height:25px;
	color:white;
	font-weight:bold;
	cursor:move;
	width: 410px;
}
#floatWindow dl dd{
	margin-top:5px;
	margin-left:10px;
	line-height:140%;
}


#floatWindow .tsuhan a {
	width:405px;
	height:120px;
	z-index:101;
	display:block;
	color:#39398c;
/*
	background-image:url(/img/float_div/float_image.gif);
*/
	line-height:120%;
}
#floatWindow .tsuhan a:link {
	color:#39398c;
}

#floatWindow .tsuhan a:visited {
	color:#39398c;
}

#floatWindow .tsuhan a:hover {
	color:#FF8330;
	text-decoration:underline;
}


#floatWindow dl dd.tsuhan span {
	padding-left:320px;
	padding-right:5px;
	padding-top:72px;
	font-size:10pt;
	display:block;
}
