@charset "utf-8";
/* CSS Document */
#index-wrap{
	visibility:hidden;
	/* cssが読み込まれた時点ではDOM操作できないです。
	expression(hidewrap.hide());*/
}

/*test*/
#bgwrap{
	background-color:transparent;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: center top;
	/*background-image:url(../../images/bg3.jpg);*/
	height:1522px;
	position:absolute;
	width:100%;
	z-index:40;
}