@charset "utf-8";

/* ==================================================================
	Site Name: sharp swivel
	Version: 1.0
	Author: fujioka(WebBlending)
	
	■ TOP
	
=================================================================== */

/* =================================
   ■ index (グループ要素)
================================== */
body{
	color:#FFFFFF;
	background-color:#040000;
	height:100%;
	/*overflow: hidden;*/
}


#flasharea {
position:relative;
    height: 100%;
    width:  100%;
	text-align:center;
}


#flasharea .noflash{
	background:url(../imgaes/rogo.jpg) no-repeat;
	width:1000px;
	height:700px;
	margin:auto;
}
#flasharea .noflash p{
	color:#FFFFFF;
	font-size:76%;
	text-align:center;
	padding-top:320px;
}
#flasharea .noflash p a{
	color:#FFFFFF;
	text-decoration:underline;
}
#flasharea .noflash p a:hover{
	color:#FFFFFF;
	text-decoration:none;
}