@charset "Shift_JIS";

/*
	1 : Initialize
	2 : Common
 */



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

*{
	margin: 0;
	padding: 0;
}


/* ***********************************************************************
	2 : Common
*********************************************************************** */
body{
	font-family:"‚l‚r‚o ƒSƒVƒbƒN", "Osaka|“™•", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height:150%;
	font-size:12px;
	color:#221816;
	margin:0;
	padding:0;
	background-color:#180205;
}

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


div#main{
	width:100%;
}

div#spec{
	width:700px;
	margin:10px auto 0;
	text-align:center;
}
div#flow{
	width:1040px;
	margin:10px auto 0;
}


div#close{
	width:117px;
	height:31px;
	margin:15px auto;
	text-align:center;
	background:url(../../images/close.jpg) no-repeat center 0;
}

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

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