@charset "UTF-8";
/* CSS Document */


#clickLayer	{
	position:absolute;
	right:0;
	top:0;	
	width:100%;
	height:100%;
	right:0px;
	top:0px;
 	cursor:pointer;
	z-index: 2147483647;
}
#contenttop{
	position:absolute;
	background-image: url('top.png');
	background-repeat:no-repeat;
	background-position: center top;
	/*background-size: contain;*/
	right:0;
	top:0;
	width:100%;
	height:100%;
 	cursor:pointer;
}