@charset"UTF-8";

/* 
***********************************************************
* Copyright(C)2007 Frontier of Business Intelligence Inc.
* since:2010.02.22
* Editor:Hiroyuki Yoshino
***********************************************************
*/



/* floatwindow
========================================================================================================
*/

#floatWindow{
    display:block;
    position:absolute;
	z-index:5;
    right:5px;
    top:173px;
    width:240px;
    height:135px;
	background:url(../../common/images/fWinElm01.gif) no-repeat left top;
}

#floatWindow a.close{
    position:absolute;
    right:15px;
    top:12px;
	_top:15px;
}

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

#floatWindow p.news{
	display:block;
	width:240px;
	height:92px;
	cursor:move;
}

#floatWindow p.news span{
	visibility:hidden;
}

#floatWindow a.ancorLink{
    position:absolute;
	widows:160px;
	height:23px;
    left:40px;
    top:100px;
}
