	body {
	background-image		: url(../img/bg.jpg);
	background-repeat		: repeat-x;
	background-color		: #C63F7C;
	margin				: 0px 0px 0px 0px;
	scrollbar-base-color		: #0D0D0D5;
	scrollbar-arrow-color		: #4C4C4C;
	scrollbar-darkshadow-color	: #0D0D0D;
	scrollbar-face-color		: #0D0D0D;
	scrollbar-highlight-color	: #4C4C4C;
	scrollbar-shadow-color		: #4C4C4C;
	scrollbar-track-color		: #0D0D0D;
	}

/* リンク */

	a:link {
		font-size		: 12px;
		color			: #EFA037;
		text-decoration		: none;
		}

	a:visited {
		font-size		: 12px;
		color			: #EFA037;
		text-decoration		: none;
		}

	a:link:hover, a:visited:hover {
		font-size		: 12px;
		color			: #EFA037;
		text-decoration		: underline;
		}


/* 文字 */

	table {
		font-family		:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 12px;
		color			: #333333;
		text-decoration		: none;
		line-height		: 16px;
		}
		
	td {
		font-family		:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 12px;
		color			: #333333;
		text-decoration		: none;
		line-height		: 16px;
		}

	.mini {
	    font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 10px;
		color			: #333333;
		text-decoration		: none;
		line-height		: 12px;
		}

/* infoフォント */

	.info_date {
		font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 10px;
		color			: #A16E3C;
		text-decoration		: none;
		line-height		: 12px;
		}

/* 白フォント */

	.w_font {
		font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 12px;
		color			: #ffffff;
		text-decoration		: none;
		line-height		: 16px;
		}

/* 黒フォント(span用) */

	.f_g {
		font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 12px;
		color			: #333333;
		text-decoration		: none;
		line-height		: 16px;
		}


/* フッタフォント */

	.foot_mini {
		font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 10px;
		color			: #999999;
		text-decoration		: none;
		line-height		: 14px;
		padding-left		: 5px;
		}

	.foot_mini a:link {
		font-size		: 10px;
		color			: #999999;
		text-decoration		: none;
		}

	.foot_mini a:visited {
		font-size		: 10px;
		color			: #999999;
		text-decoration		: none;
		}

	.foot_mini a:hover {
		font-size		: 10px;
		color			: #CCCCCC;
		text-decoration		: underline;
		}

/* リンク用文字 */

	.link_mini {
		font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 10px;
		color			: #333333;
		text-decoration		: none;
		}

	.link_mini a:link {
		font-size		: 10px;
		color			: #330000;
		text-decoration		: none;
		}

	.link_mini a:visited {
		font-size		: 10px;
		color			: #330000;
		text-decoration		: none;
		}

	.link_mini a:hover {
		font-size		: 10px;
		color			: #330000;
		text-decoration		: underline;
		}

/* フッタ背景 */

	.bg_foot{
		background-image	: url("../img/common/bg_foot.gif");
		background-repeat	: repeat-xy;
		}

/* オープン前背景 */

	.bg_before_open{
		background-image	: url("../img/common/bg_before_open.jpg");
		background-repeat	: no_repeat;
		}

/* エンターページ背景 */

	.bg_enter{
		background-image	: url("../img/common/bg_enter.jpg");
		background-repeat	: no_repeat;
		}

/* テーブルのライン(グレー) */

	.line_01 {
		border			: 1px solid #F06EAA;
		background-color	: #000000;
		}

/* テーブルのライン(グレー＋背景グレー) */

	.line_02 {
		border			: 1px solid #B9B9B9;
		background-color	: #F8F8F8;
		}

/* メニュー */


	a.m01{
		display			: block;
		width			: 82px;
		height			: 48px;
		background-image	: url(../img/common/01_01.gif);
		padding-top		: 0px;
		}

	a:hover.m01{
		background-image	: url(../img/common/01_02.gif);
		}

	a.m02{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/02_01.gif);
		padding-top		: 0px;
		}

	a:hover.m02{
		background-image	: url(../img/common/02_02.gif);
		}

	a.m03{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/03_01.gif);
		padding-top		: 0px;
		}

	a:hover.m03{
		background-image	: url(../img/common/03_02.gif);
		}


	a.m04{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/04_01.gif);
		padding-top		: 0px;
		}

	a:hover.m04{
		background-image	: url(../img/common/04_02.gif);
		}


	a.m05{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/05_01.gif);
		padding-top		: 0px;
		}

	a:hover.m05{
		background-image	: url(../img/common/05_02.gif);
		}

	a.m06{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/06_01.gif);
		padding-top		: 0px;
		}

	a:hover.m06{
		background-image	: url(../img/common/06_02.gif);
		}

	a.m07{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/07_01.gif);
		padding-top		: 0px;
		}

	a:hover.m07{
		background-image	: url(../img/common/07_02.gif);
		}

	a.m08{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/08_01.gif);
		padding-top		: 0px;
		}

	a:hover.m08{
		background-image	: url(../img/common/08_02.gif);
		}


	a.m09{
		display			: block;
		width			: 84px;
		height			: 48px;
		background-image	: url(../img/common/09_01.gif);
		padding-top		: 0px;
		}

	a:hover.m09{
		background-image	: url(../img/common/09_02.gif);
		}

	a.m10{
		display			: block;
		width			: 82px;
		height			: 48px;
		background-image	: url(../img/common/10_01.gif);
		padding-top		: 0px;
		}

	a:hover.m10{
		background-image	: url(../img/common/10_02.gif);
		}

/* にしやん */

	a.nishi{
		display			: block;
		width			: 34px;
		height			: 33px;
		background-image	: url(../img/common/n_01.gif);
		padding-top		: 0px;
		}

	a:hover.nishi{
		background-image	: url(../img/common/n_02.gif);
		}


	.nishi_mini {
		font-family:"ＭＳ Ｐゴシック", "Osaka";
		font-size		: 10px;
		color			: #666666;
		text-decoration		: none;
		line-height		: 14px;
		padding-top		: 9px;
		}

/* 割チケボタン */

	a.ticket{
		display			: block;
		width			: 124px;
		height			: 38px;
		background-image	: url(../img/common/spacer.gif);
		padding-top		: 0px;
		}

	a:hover.ticket{
		background-image	: url(../img/common/b1.gif);
		}

/* メルマガボタン */

	a.mag{
		display			: block;
		width			: 76px;
		height			: 36px;
		background-image	: url(../img/common/spacer.gif);
		padding-top		: 0px;
		}

	a:hover.mag{
		background-image	: url(../img/common/b2.gif);
		}

/* 求人ボタン */

	a.rec{
		display			: block;
		width			: 124px;
		height			: 38px;
		background-image	: url(../img/common/spacer.gif);
		padding-top		: 0px;
		}

	a:hover.rec{
		background-image	: url(../img/common/b3.gif);
		}

/* エンター */

	a.enter{
		display			: block;
		width			: 124px;
		height			: 37px;
		background-image	: url(../img/common/spacer.gif);
		padding-top		: 0px;
		}

	a:hover.enter{
		background-image	: url(../img/common/enter.gif);
		}

/* リーブ */

	a.leave{
		display			: block;
		width			: 124px;
		height			: 37px;
		background-image	: url(../img/common/spacer.gif);
		padding-top		: 0px;
		}

	a:hover.leave{
		background-image	: url(../img/common/leave.gif);
		}

/*----インフォメーション--------------*/



/*インフォメーション*/
#info {
    width:280px;
	height:auto;
	padding-right:0px;
   _padding-right:0px;
	margin-bottom:0px;
	margin-top:0px;
}


/*タイトル*/
#info  h2.title{
    width:280px;
	height:26px;
	display:block;
}


#info .wrapper { 

	margin-top:0px;
	margin-bottom:0px;
    padding: 5px;
    width: 295px;
	height:205px;
	overflow:scroll;
	color:#333;
    overflow-x: hidden; 
 	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#534D41;
	scrollbar-base-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#534D41;
	scrollbar-shadow-color:#534D41;
	scrollbar-track-color:#333333;
}



/*----新人情報--------------*/



/*新人フレーム*/
#newface {
    width:400px;
	height:auto;
	padding-right:0px;
   _padding-right:0px;
	margin-bottom:0px;
	margin-top:0px;
}


/*タイトル*/
#newface  h2.title{
    width:280px;
	height:26px;
	display:block;
}


#newface .wrapper { 

	margin-top:0px;
	margin-bottom:0px;
    padding: 5px;
    width: 380px;
	height:681px;
	overflow:scroll;
	color:#333;
    overflow-x: hidden; 
 	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#534D41;
	scrollbar-base-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#F534D41;
	scrollbar-shadow-color:#534D41;
	scrollbar-track-color:#333333;
}

	.orn {
		font-size		: 12px;
		color			: #EFA037;
		text-decoration		: none;
		}
h1,h2,p,dt,dd,li
{
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	line-height: 14px;
	margin-top:0px;
	margin-bottom:0px;
}
