/* CSS Document */

/*================================================
リセット・基本設定
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
}

img {
	border: 0;
}


/*============================
テキスト設定
----------------------------*/
/*
body {
	font: 12px/1.22 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
*/
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif,;
	color: #ffffff;
}

table {
	font-size: inherit;
	font:100%;
}

a {
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1,
h2,
h3 {
	text-indent:-9999px;
	font-size: 0px;
	line-height: 0px;
}

::-moz-selection {
	background: #41c7f4;
	color: #ffffff;
}

::selection {
	background: #41c7f4;
	color: #ffffff;
}



/*================================================
レイアウト
------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background:url(../img/main_bg.gif);
}

body {
	width: 100%;
	height: 100%;
	margin: 0.1px;
	padding: 0;
}
#wrap {
	width: 100%;
	height: 100%;
	z-index: 1;
}

#flash {
	width: 100%;
	height: 100%;
	z-index: 2;
}

#footer_wrap {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	position: relative;
}

#footer {
	width: 880px;
	height: 230px;
	margin: 0;
	padding: 0;
	z-index: 0;
	position: absolute;
	top: 640px;
	left: 0px;
}

#amazon a {
	width: 167px;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../img/btn_amazon.jpg) no-repeat;
	font-size: 0px;
	line-height: 0px;
	z-index: 3;
	display: block;
	position: absolute;
	top: 40px;
	left: 25px;
}
#amazon a:hover {
	background: url(../img/btn_amazon.jpg) 0px -40px no-repeat;
}

#kokuban {
	width: 422px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	z-index: 3;
	position: absolute;
	top: -20px;
	left: 398px;
}
#kokuban ul {
	margin: 0 0 0 35px;
	padding: 0;
	color: #ffffff;
	font-size: 10px;
	line-height: 130%;
	list-style: none;
}
#kokuban ul li {
	margin: 0;
	padding: 0;
}
#kokuban ul li a {
	color: #ffffff;
	text-decoration: none;
}
#kokuban ul li a:hover {
	text-decoration: underline;
}

#company {
	width: 880px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 127px;
	left: 0px;
}
#company ul {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	list-style: none;
	position: relative;
}
#company ul li {
	margin: 0;
	padding: 0;
	position: absolute;
}
#company ul li.adobe {
	top: 0px;
	left: 408px;
}
#company ul li.nintendo {
	top: 53px;
	left: 170px;
}
#company ul li.hunex {
	top: 41px;
	left: 409px;
}
#company ul li.d3 {
	top: 41px;
	left: 453px;
}




/*　10.01.15 VISAカードバナー追加
-----------------------------------------*/
#visa {
	width: 167px;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0px;
	line-height: 0px;
	z-index: 3;
	display: block;
	position: absolute;
	top: 116px;
	left: 170px;
}
