@charset "EUC-JP";


/* 基本文字スタイル
-------------------------------- */
h1,h2,p,td,dt,dd,li,th
{
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 0.05em;
}

.min { font-size: 11px; }
.big { font-size: 14px; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.red  { color: #F00; }
.red1 { color: #fb7d7d; }
.black { color: #111; }
.blue { color: #8893ff; }
.white { color: #FFF; }
.orange { color: #F90; }
.gray { color: #555; }
.pink { color: #dc8b8b; }
.clear{ clear: both; }
.center { text-align: center; }
.right { text-align: right; }

/* 透過ping ie6対策 */
.pngfix_link {
	cursor: pointer;
}


.bar1 {
	width: 626px;
	height: 25px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 17px;
	background: url(../img/common_bar1.png) no-repeat left top;
}

.line1 {
	 height: 1px;
	margin: 0 auto;
	background: url(../img/link_underline.png) repeat-x;
}

/* リンク
-------------------------------- */
/* 通常 */
a:link, a:visited {
	color: #c50543;
	text-decoration: none;
}

a:hover {
	color: #f31e63;
	text-decoration: underline;
}

/* 白リンク */
a.white:link, a.white:visited {
	color: #ffc6e8;
	text-decoration: underline;
}

a.white:hover {
	color: #FFF;
	text-decoration: none;
}

/* ピンクリンク */
a.pink:link, a.pink:visited {
	color: #ff0098;
	text-decoration: none;
}

a.pink:hover {
	color: #ffc6e8;
	text-decoration: underline;
}




/* 2=全体レイアウト
--------------------------------------------*/
body {
	background: url(../img/enter_bg.png) repeat-x top #000;
	margin: 0;
/*	scrollbar-base-color		: #232323;
	scrollbar-arrow-color		: #999;
	scrollbar-3dlight-color     : #000;
	scrollbar-darkshadow-color	: #000;
	scrollbar-face-color		: #232323;
	scrollbar-highlight-color	: #3a3a3a;
	scrollbar-shadow-color		: #3a3a3a;
	scrollbar-track-color		: #000; */
	text-align: center;
	overflow-y: scroll;
}

#enter_main {
	position: relative;
	width: 777px;
	height: 523px;
	background: url(../img/enter_main_bg.png) no-repeat;
	margin: 100px auto;
}

#enter_main2 {
	position: relative;
	width: 777px;
	height: 523px;
	background: url(../img/enter_main_bg2.png) no-repeat;
	margin: 100px auto;
}

h1#enter_btn {
	position: absolute;
	top: 358px;
	left: 222px;
}

h1#enter_btn a {
	display: block;
	width: 157px;
	height: 26px;
	background: url(../img/enter_btn.png) no-repeat top left;
	text-indent: -9999em;
}

h1#enter_btn a:hover {
	background: url(../img/enter_btn.png) no-repeat bottom left;
}

div#leave_btn {
	position: absolute;
	top: 358px;
	left: 400px;
}

div#leave_btn a {
	display: block;
	width: 159px;
	height: 26px;
	background: url(../img/enter_btn.png) no-repeat top right;
	text-indent: -9999em;
}

div#leave_btn a:hover {
	background: url(../img/enter_btn.png) no-repeat bottom right;
}

