@charset "utf-8";



body, div, p	{
	margin: 0;	padding: 0;
}
img	{
	border: 0;
}

body {	
	background-color: #000000;
}


/******************************************************************/
/*wrapper*/
/******************************************************************/
div.wrapper {
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}



div#wrapper-top {
	width: 962px;
}


/******************************************************************/
/*center*/
/******************************************************************/




div.main_contents {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 600px;
	margin: -300px 0 0 0;
	padding: 0px;
}


.rights {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
.navi-top {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	text-align: right;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}
.navi-top a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.navi-top a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.navi-top a:hover{
	text-decoration: underline;
}

.flashback {
	background-image: url(/rs/category/tokushu/110516/img/110516_top_flash_box.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.intro	{
	padding: 0;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 160%;
}



/******************************************************************/
/*container*/
/******************************************************************/
div.container {
	margin: 0px;
	padding: 0px;
	height: auto;
}




/******************************************************************/
/*header*/
/******************************************************************/

div.header {
	padding: 0px;
	height: auto;
	width: 100%;
}

div.header .logo {
	position:absolute;
	top:10px;
	left:10px;
}


/******************************************************************/
/*footer*/
/******************************************************************/

div.footer {
	position: absolute;
	width:100%;
	height:42px;
	bottom: 0px;
	left:0;
}

div.footer-bottom {
	font-size:0.8em;
}

div.footer-bottom ul{
	list-style:none;
}

div.footer-bottom ul li.bottom-left{
	position:absolute;
	float:left;
	margin-top:10px;
	left:13px;
}

div.footer-bottom ul li.bottom-right{
	position:absolute;
	right:13px;
}


