@charset "utf-8";
/*----------------------------------------------------------
	shared
-----------------------------------------------------------*/
html {
	overflow-y: scroll;
	background: #000;
}
body {
	position: relative;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	text-align: center;
	color: #3c3c3c;
}

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}

#noscript {
	padding: 300px 0 0 0;
	width: 100%;
	font-weight: bold;
	color: #ff0;
}
#noneFlashplayer {
	padding: 300px 0 0 0;
	width: 100%;
	font-weight: bold;
	color: #ff0;
}
#noneFlashplayer a {
	color: #fff;
}

/*----------------------------------------------------------
	container
-----------------------------------------------------------*/
/*
#container {
	width: 100%;
	min-width: 1020px;
}

*/
/*----------------------------------------------------------
	content
-----------------------------------------------------------*/
#content {
	position: relative;
	width: 100%;
}
#content #headerBar {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 10px;
	background: transparent url(header_bar.png) no-repeat 50% 0;
	line-height: 0;
	font-size: 1px;
}
#content #footerBar {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 10px;
	background: transparent url(footer_bar.png) no-repeat 50% 0;
	line-height: 0;
	font-size: 1px;
}
/*
#content #contentIn {
	margin: 0 auto;
	width: 1020px;
	text-align: left;
}
*/
#content .content .floatImg:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content .content .floatImg {
	width: 100%;
	zoom: 1;
}
#content .content .floatImg img {
	float: left;
}

#content .content #contentNav {
	position: absolute;
	top: 30px; left: 30px;
}
#content .content #contentNav li img {
	vertical-align: bottom;
}

/*----------------------------------------------------------
	foot
-----------------------------------------------------------*/
#foot {
	position: relative;
	width: 100%; height: 60px;
}
#foot div {
	position: absolute;
	top: 0; right: 20px;
}
#foot div a {
	display: block;
	overflow: hidden;
	width: 220px; height: 50px;
	background: transparent url(btn_pagetop.png) no-repeat 0 0;
	text-indent: -9999em;
}
#foot div a:hover {
	background-position: 0 -50px;
}
#foot .amazonBtn {
	position: absolute;
	top: 0; right: 246px;
}
#foot .amazonBtn a {
	display: block;
	overflow: hidden;
	width: 230px; height: 50px;
	background: transparent url(btn_amazon.png) no-repeat 0 0;
	text-indent: -9999em;
}
#foot .amazonBtn a:hover {
	background-position: 0 -50px;
}

/*----------------------------------------------------------
	heading
-----------------------------------------------------------*/
#heading {
	position: relative;
	width: 100%;
}
#heading ul {
	position: absolute;
	top: 28px; right: 10px;
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;
}
#heading ul li {
	display: inline;
}
#heading ul li a {
	color: #facc00;
}

/*----------------------------------------------------------
	header
-----------------------------------------------------------*/
#header {
	width: 100%;
	background: #000;
}
#header .in {
	position: relative;
	margin: 0 auto;
	width: 1020px; height: 46px;
}
#header .logo {
	position: absolute;
	top: 8px; left: 5px;
}
#header .sns {
	position: absolute;
	top: 10px; right: 120px;
}
#header .sns li {
	display: inline;
	float: left;
	padding: 0 5px 0 0;
}
#header .nav {
	position: absolute;
	top: 12px; right: 5px;
}
#header .nav li {
	display: inline;
	float: left;
}

/*----------------------------------------------------------
	footer
-----------------------------------------------------------*/
#footer {
	width: 100%;
	background: #fff;
}
#footer .in {
	position: relative;
	margin: 0 auto;
	width: 1020px; height: 82px;
}
#footer div {
}
#footer .cero {
	top: 6px; right: 5px;
}
#footer .copyright {
	top: 18px; left: 5px;
}