@charset "utf-8";

/*
-------------------------------
nude-photo css
version:11th july 2009
author:teamExtreme
-------------------------------*/

/* -- basics
-------------------------------------------------- */
html,body{
  height:100%;
	}

body{
	margin:0;
	padding:0;
	background:#af144d url(../renewImages/common/bg.jpg) repeat-x;
	text-align:center;
	font-size:12px;
	line-height:1.6;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}
	
div#wrapper{
	position:relative;
  min-height:100%;
  _height:100%;
	}
	
div#wrapper img{
	vertical-align:bottom;
	}

div#contentsWrap{
	min-height:580px;
	padding-bottom:210px;
	}
	
div#bnContainer{
	margin:auto;
	width:830px;
	padding:11px;
	height:526px;
	background:url(../renewImages/index/bn_shadow.png) top left no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-403px;
	margin-top:-356px;
	}
	
*html div#bnContainer{
	background:none;
	}
	
*+html div#bnContainer{
	width:808px;
	}
	
ul#bn {
	margin:0;
	padding:0;
	width:808px;
	list-style:none;
}

ul#bn li{
	margin:0;
	padding:1px;
	float:left
	}
	
ul#bn li img{
	vertical-align:bottom;
	border:none;
	}
	
div#wrapper a:focus{
	outline:none;
	}

/* -- footer
-------------------------------------------------- */
div#footerWrap{
	border-top:8px solid #800c0f;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#000 url(../renewImages/index/footerBg.jpg) top center no-repeat;
	text-align:center;
	clear:both;
	}
	
div#footer{
	padding:0 12px;
	height:210px;
	text-align:left;
	color:#FFF;
	font-size:80%;
	}

div#footer h1{
	margin:0;
	padding:18px 0 0 0;
	}
	
ul#butEnter{
	margin:14px 0 0 0;
	padding:0;
	list-style:none;
	}
	
ul#butEnter li{
	margin:0;
	padding:0;
	float:left;
	}

ul#butEnter li a:link,ul#butEnter li a:visited{
	display:block;
	background-image:url(../renewImages/index/but_enter.gif);
	background-repeat:no-repeat;
	height:56px;
	text-indent:-10000px;
	text-decoration:none;
	}
	
ul#butEnter li a:hover,ul#butEnter li a:active{
	text-decoration:none;
	}
	
ul#butEnter li#enter a:link,ul#butEnter li#enter a:visited{
	width:184px;
	background-position:0 0;
	}

ul#butEnter li#enter a:hover,ul#butEnter li#enter a:active{
	background-position:0 -56px;
	}
	
ul#butEnter li#leave a:link,ul#butEnter li#leave a:visited{
	width:209px;
	background-position:-184px 0;
	}

ul#butEnter li#leave a:hover,ul#butEnter li#leave a:active{
	background-position:-184px -56px;
	}


/* -- clearFix --*/
.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearFix{ display:inline-block;}

/* Hides from IE-mac \*/
*html.clearFix{ height:1%;}
.clearFix{display:block;}
/* End hide from IE-mac */

.clearb{
	clear:both;
	}

	
	
	
	
