@charset "Shift_JIS";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background: #fff;
	height:100%;
	width: 100%;
	color: #615885;
}

/*----------------------------
 
-----------------------------*/
a{
	color:#615885;
}
a:hover{
	color: #CC3399;
}
img{
	border: 0;
}

/*----------------------------
 \
-----------------------------*/
#flashcontent{
	background: #377FA8 url(../img/bg.gif) repeat-x;
	height:100%;
	width: 100%;
	position: absolute;
	_text-align: center;
}
#alert{
	width: 800px;
	height: 600px;
	background:url(../img/bg_cloud.jpg) no-repeat 0 0;
	position: relative;
	margin: 0 auto;
}
#logo{
	position: absolute;
	top: 262px;
	left: 184px;
}
a#btnInstall{
	width: 398px;
	height: 22px;
	display: block;
	background:url(../img/btn_install.gif) no-repeat 0 0;
	position: absolute;
	top: 283px;
	left: 183px;
}
a#btnInstall:hover{
	background-position: 0 -22px;
}
#txtInstall{
	position: absolute;
	top: 309px;
	left: 183px;
}