@charset "Shift-JIS";






/*-------------------------------------------------------
					フロート解除
-------------------------------------------------------*/
#hoge
{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

#hoge
{
	zoom:1;
}






/*-------------------------------------------------------
					テキスト画像代替
-------------------------------------------------------*/
p#btnClose a
{
	display:block;
	text-indent:-10000px;
	text-decoration:none;
	margin:0;
	padding:0;
/*\*/
	overflow:hidden;
/* */

}






/*-------------------------------------------------------
					非表示部
-------------------------------------------------------*/
#hoge
{
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:-9999;
}



/*-------------------------------------------------------
						flv
-------------------------------------------------------*/
#flv p{
	margin: 20px;
	font-size: 80%;
	text-align:left;
}
#flv p a{
	float:right;
	width: 160px;
	height: 41px;
	display:block;
	padding-left:10px;
}
#flv p#btnClose{
	background:url(../../flv/images/btn_close_ov.gif) no-repeat scroll left top;
	width:242px; height:33px;
	margin: 0 auto;
	margin-top: 40px; padding-bottom: 20px;
}
#flv p#btnClose a{
	background:url(../../flv/images/btn_close.gif) no-repeat scroll left top;
	width:242px; height:33px;
	padding:0;
}
#flv p#btnClose a:hover{
	background:none;
}













