/*-------------------------------------------------------------------------
基本設定  base.cssで設定済み
-------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
	}

body {
  background-color: #000; 
}

#wrapper {

	width: 960px;
	padding-left: 50px;
}

h1{
	font-size: 12px;
	color: #FFFFFF;
}

h2,h3{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 18px;
}

p {
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 7px;
}
#dot{
	background-image: url(../img/dot.png);
}
#wrapper #enter_box {
	background-image: url(../img/enter_back.png);
	background-repeat: no-repeat;
	height: 500px;
}







/*-------------------------------------------------------------------------
index
-------------------------------------------------------------------------*/

#wrapper #enter_box {
	background-image: url(../img/enter_back.png);
	background-repeat: no-repeat;
	width: 890px;
	padding-top: 150px;
	padding-left:20px;
	margin-top: 20px;
	height: 400px;
}


#logo_box {

}
#attention {
	font-size: 12px;
	margin-bottom: -22px;	
}

#wrapper li {
	display: inline;
	float: right;
	margin-right: 50px;
}



#enter a {
	background-image: url(../img/enter.png);
	display: block;
	height: 40px;
	width: 129px;
	margin-right: 20px;
}

#enter a:hover {
	background-image: url(../img/enter_on.png);
}

#exit a{
	background-image: url(../img/exit.png);
	margin-top: 19px;
	display: block;
	height: 28px;
	width: 64px;
}

#exit a:hover{
	background-image: url(../img/exit_on.png);
}
#info {
	clear: right;
	width:890px;
}




/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/






/*-------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------*/

#footer {
	padding-top: 20px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/75black.png);
}

#footer_nav {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer li {
	float: left;
	margin-right: 5px;
}

#footer_nav p {
	font-style: italic;
	clear: left;
}


/*-------------------------------------------------------------------------
スクロールトップ
-------------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	background-color: #5D0007;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #FF626D;
}

/*-------------------------------------------------------------------------
背景スライドショー
-------------------------------------------------------------------------*/

.bgmaximage{
  position:fixed !important;
  display:none;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.loader { 
  position:absolute;
  z-index:9999;
  width:39px;
  height:39px;
  top:49%;
  left:49%
}
#top-link {
	margin-top: 40px;
	width: 960px;
}
.link88{
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 88px;
	height: 31px;
}

.link200{
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 200px;
	height: 40px;
}

.big-bnr{
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 468px;
	height:80px;
}

.cho-big-bnr{
	margin-top: 15px;
	margin-left: 5px;
}

.bnr-box{
	clear: left;
}
