@charset "Shift_JIS";

/*
	1 : Initialize
	2 : Common
 */



/* ***********************************************************************
	1 : Initialize
*********************************************************************** */
html {
	overflow-y: scroll;
}

*{
	margin: 0;
	padding: 0;
}


/* ***********************************************************************
	2 : Common
*********************************************************************** */
body{
	line-height:0%;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
	background-color:#000000;
    overflow-y:hidden;
    overflow-x:hidden;


}



body#spec{
	background-color:#000000;
}


div#main{
	width:100%;
}

div#spec7200{
	width:648px;
	height:676px;
	position:relative;
	margin:0 auto 0;
	text-align:center;
	background:url(../../spec/image/7200big.jpg) no-repeat 0;
}

div#spec6400{
	width:648px;
	height:676px;
	position:relative;
	margin:0 auto 0;
	text-align:center;
	background:url(../../spec/image/6400big.jpg) no-repeat 0;
}

div#spec2900{
	width:648px;
	height:676px;
	position:relative;
	margin:0 auto 0;
	text-align:center;
	background:url(../../spec/image/2900big.jpg) no-repeat 0;
}

div#flow{
	margin:0 auto 0;
}


div#close{
	width:61px;
	height:31px;
	text-align:center;
	position:absolute;
	top:628px;
	left:562px;
	background:url(../../spec/image/close.jpg) no-repeat;
}

div#close a{
	display:block;
	width:61px;
	height:31px;
	text-indent:-9999px;
}

div#close a:hover{
	background:url(../../spec/image/close.jpg) no-repeat;
}

/* ***********************************************************************
	3 : flow
*********************************************************************** */
div#flow{
	width:1200px;
	height:635px;
	position:relative;
	text-align:center;
	background:url(../../flow/image/flow.jpg) no-repeat 0;
	background-image: url(../../flow/image/flow.jpg);
}

div#close-flow{
	width:61px;
	height:32px;
	text-align:center;
	position:absolute;
	top:580px;
	left:573px;
	;
	background:url(../../flow/image/close2.jpg) no-repeat;
}

div#close-flow a{
	display:block;
	width:61px;
	height:32px;
	text-indent:-9999px;
}

div#close-flow a:hover{
	background:url(../../flow/image/close2.jpg) no-repeat;
}

