@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    letter-spacing: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

body {
    line-height: 1;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color:#000000;
	
	width: 640px;
	min-height: 100%;
	margin: 0 auto;
}



/* 	wrapper
------------------------------------------------------------ */
#wrapper {
	width: 640px;
	margin: 0 auto;
	min-height: 100%;
	font-size:20px;
	
	overflow: hidden;
	
	position: relative;

	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

#wrapper_inner {
}


/* 	float_bg
------------------------------------------------------------ */
#float_bg {
	width: 640px;
	margin: 0 auto;
	
	background: #1b1310;

	display: none;

	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);

	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -320px;
}
#float_buy {
	width: 640px;
	margin: 0 auto;

	display: none;

	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);

	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -320px;
}
	#float_buy ul {
		width: 612px;
		margin: 0 auto;
		padding-left: 10px;
	}
		#float_buy ul li {
			width: 194px;
			height: 80px;
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}
	#float_buy_close {
		width: 376px;
		height: 100px;
		margin: 0 auto;
		margin-top: 45px;
	}
	#float_buy_text {
		color: #ffffff;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 50px;
		font-size: 20px;
	}


