/*  */
@charset "Shift-JIS";
/* 
------------------------------------------------------------
Luna Casino index style
file name: index.css
Author: M.Choi
create: 2009.03.03

======================= contents ===========================

   1: 

;
============================================================
*/
/* 
------------------------------------------------------------ */
/* header background
------------------------------------------------------------ */ 
#header {
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/common/bg_menu_casino02.jpg) no-repeat;
	}
#main {
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/top/bg_web.jpg) no-repeat;
	}
/* 登録フォーム */
#main div.choice_box01,
#main div.choice_box02 {
	position: absolute;
	top:280px;
	text-align: left;
	}
#main div.choice_box01 {
	left:130px;
	}
	#main div.choice_box01 select.show_category {
	font-family: "ＭＳ Ｐゴシック";
	}
#main div.choice_box02 {
	left:375px;
	}	
	#main div.choice_box02 select.show_category {
	font-family: "ＭＳ Ｐゴシック";
	}
/* btn area */
#main div.btn_area {	
	height:56px;
	width:500px;
	position: absolute;
	top:341px;
	left:130px;
	}
	#main div.btn_area a.btn_cancel {
		width: 158px;
		height: 56px;
		float:left;
		background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/top/btn_cancel_w.jpg) no-repeat;
		}
	#main div.btn_area a.btn_casino_go {
		width: 298px;
		height: 56px;
		float:right;
		background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/top/btn_casinogo_w.jpg) no-repeat;
		}	
	#main div.btn_area a.btn_cancel:hover, 
	#main div.btn_area a.btn_casino_go:hover {
		background-position: 0 -56px;
		}
/*  */
#main div.box {
	top:500px;
	left:100px;
	width:780px;
	height:80px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	text-align: left;
	}	
