@charset "utf-8";

/*-----デフォルトセッティング-----*/
body {
	margin:0;
	padding:0;
	background:url(../img02/background.jpg);
	font: normal 10px "ＭＳ Ｐゴシック", Osaka;
	line-height:1.3em;
	color:#D2D2D2;
	text-align:center;
}
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,tr,th,td,address,form,
pre, code {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}
h1, h2, h3, h4, h5, h6{ font-size:100%;}
h1{ font-weight:normal;}
img {
	border: none;
	vertical-align: middle;
}
hr{
	position:absolute;
	left:-9999em;
	width:10px;
	height:0;
}

/*-----リンク-----*/
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover,
a:active{ text-decoration:underline;}

/*-----strong/em-----*/
strong{ font-weight:bold;}
em{ font-style:normal;}

/*-----dl-----*/
dl dt{ margin-bottom:10px;}
dl dd{ margin-bottom:15px;}

/*-----table-----*/
table{ border-collapse:collapse;}
table th,
table td{
	vertical-align:middle;
	text-align:left;
	padding:5px;
}
table td{ font-weight:normal;}

/*-----form���-----*/
input,
textarea{
	font-size:100%;
	line-height:1.25;
}

/*-----その他-----*/
.clear{
	clear:both;
}

/*--IEスクロールバー--*/
html,body {
	scrollbar-face-color: #000000;/* スクロールバー&矢印の四角*/
	scrollbar-track-color: #332F2F;/* スクロールバー背景 */
	scrollbar-arrow-color: #000000;/* 矢印 */
	scrollbar-highlight-color: #000000;/* 左・上のボーダー */
	scrollbar-shadow-color: #000000;/* 右・下のボーダー */
	scrollbar-3dlight-color: #C5AC95;/* 一番外枠の左・上ボーダー */
	scrollbar-darkshadow-color: #C5AC95;/* 一番外枠の右・下ボーダー */
}

/*--クラブパラダイスエンターページ--*/
#EnterArea01{
	width:850px;
	height:100px;
	margin:0px auto;
}
#EnterArea01 li{
	height:45px;
}
.Enter01{
	text-align:right;
	padding-top:10px;
}
.Enter02{
	text-align:left;
}
.Enter02 img{
	margin-right:5px;
}
#EnterArea02{
	width:850px;
	height:423px;
	margin:0px auto 30px auto;
	background:url(../img02/enter-main.png);
}
#EnterArea02 ul{
	width:535px;
	height:60px;
	margin:0px auto;
	padding-top:310px;
}
#EnterArea02 li{
	float:left;
	text-indent:-9999px;
}
.Enter{
	margin-right:15px;
}
.Enter a, .Enter a:link, .Enter a:visited{
	width:260px;
	height:60px;
	background:url(../img02/enter01.jpg);
	display:block;
}
.Enter a:hover{
	background:url(../img02/enter02.jpg);
}
.Exit a, .Exit a:link, .Exit a:visited{
	width:260px;
	height:60px;
	background:url(../img02/exit01.jpg);
	display:block;
}
.Exit a:hover{
	background:url(../img02/exit02.jpg);
}
#EnterArea03{
	width:560px;
	margin:0px auto 20px auto;
	background:url(../img02/enter-textback.png);
	padding:10px;
	border:1px solid #666666;
}
#EnterArea03 dt{
	margin-bottom:10px;
}
#EnterArea03 dd{
	margin-bottom:20px;
}