@charset "Shift-JIS";
/*  */
/* 
------------------------------------------------------------
file name: sys_window.css
Author: M.Choi
create: 2008.10.09

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

   0: background
   1: control button area
   2: box_bg
   3: login_box
;
============================================================
*/

/* background mask 
------------------------------------------------------------ */

div.LayerPopupBackground {
	/*background-color: #000000;*/
	background-color: #7B5100;
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
div.LayerPopupLoadingMask {
	background-color: #FFFFFF;
	overflow: hidden;
}
div.LayerPopupLoadingMask table {
	width: 100%;
	height: 100%;
}
div.LayerPopupLoadingMask table td {
	text-align : center;
	vertical-align: middle;
}

/* control button area 
------------------------------------------------------------ */
div.box_bg div.ctrl_button {
	position: absolute;
	width: 380px;
	bottom:20px;
	left:60px;
	}
div.box_bg div.ctrl_button01 {
	position: absolute;
	width: 380px;
	bottom:20px;
	left:159px;
	}
	div.box_bg div.ctrl_button a.btn_ok,
	div.box_bg div.ctrl_button01 a.btn_ok {
		width: 182px;
		height: 44px;
		float: left;
		background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_ok.gif) no-repeat;
		}
	div.box_bg div.ctrl_button a.btn_cancel,
	div.box_bg div.ctrl_button01 a.btn_cancel {
		width: 182px;
		height: 44px;
		float: right;
		background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_cancel.gif) no-repeat;
		}	
	div.box_bg div.ctrl_button a.btn_ok:hover,
	div.box_bg div.ctrl_button a.btn_cancel:hover {
		background-position: 0px -44px;
		}		
	div.box_bg div.ctrl_button01 a.btn_next {
		width: 182px;
		height: 44px;
		background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_next.gif) no-repeat;
		}	
	div.box_bg div.ctrl_button01 a.btn_next:hover,
	div.box_bg div.ctrl_button01 a.btn_ok:hover,
	div.box_bg div.ctrl_button01 a.btn_cancel:hover {
		background-position: 0px -44px;
		}	

/* box bg
------------------------------------------------------------ */
div.box_bg {
	position: relative;
	width: 500px;
	height: 210px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/bg.jpg) no-repeat;
	}
div.box_bg div.text {
	position: absolute;
	color: #000;
	line-height: 1.5em;
	top: 50px;
	left: 110px;
	text-align: left; 
	}

.plus {
	font-weight:bold;
	color: #f00;
	}
	
.minus {
	font-weight:bold;
	color: #06f;
	}
	
/* login area
------------------------------------------------------------ */							
div.login_bg {
	position: relative;
	width: 554px;
	height: 291px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/login_bg.jpg) no-repeat;
	}	 	
div.login_bg div.page_close {
	height: 32px;
	margin: 0 auto;
	padding: 10px 10px 0 0;
	}
	div.login_bg div.page_close a.btn_close {
	width: 71px;
	height: 24px;
	float: right;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_close.gif) no-repeat;
	}	
	div.login_bg div.page_close a.btn_close:hover {
		background-position: 0px -24px;
		}
div.login_bg div.page_body {
	height:173px;
	width:305px;
	margin: 0 10px 0 235px;
	}
div.login_bg div.page_body div.text {
	height:40px;
	padding:15px 15px 0 15px;
	color: #000;
	}
div.login_bg div.page_body div.form {
	position: relative;
	height:90px;
	width:180px;
	color: #000;
	float:left;
	}				
div.login_bg div.page_body div.form input.fixform01,
div.login_bg div.page_body div.form input.fixform02 {
	width: 94px;
	height: 16px;
	padding: 0;
	font-family: MS PGothic, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
	font-size: 12px;
	text-indent: 5px;
	color: #000;
	line-height: 1.3em;
	background: transparent;
	border: none;
	float:right;
	}
	
div.login_bg div.page_body div.form input.fixform01 {
	position: absolute;
	top: 22px;
	left: 70px;
	}

div.login_bg div.page_body div.form input.fixform02 {
	position: absolute;
	top: 50px;
	left: 70px;
	}

div.login_bg div.page_body div.form input.fixform_checkbox {
	position: absolute;
	top: 72px;
	left: 62px;
	}
div.login_bg div.page_login {
	height: 80px;
	width:120px;
	margin: 0 auto;
	padding-top:10px;
	float:right;
	}
	div.login_bg div.page_login a.btn_login {
	width: 116px;
	height: 69px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_login.jpg) no-repeat;
	}	
	div.login_bg div.page_login a.btn_login:hover {
		background-position: 0px -69px;
		}
div.login_bg div.page_body a.btn_link01 {
	margin: 7px 0 0 23px;
	float:left;
	}		
div.login_bg div.page_body a.btn_link02 {
	margin: 7px 0 0 38px;
	float:left;
	}										
div.login_bg div.page_login_etc {
	width:305px;
	margin: 10px 10px 0 235px;
	}
	div.login_bg div.page_login_etc a.btn_login_yahoo {
	width: 306px;
	height: 24px;
	padding-bottom:5px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_yahoo.gif) no-repeat;
	}
	div.login_bg div.page_login_etc a.btn_login_fuji {
	width: 306px;
	height: 24px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_fuji.gif) no-repeat;
	}	
	
/* mini window [add 2008-10-23 K.Takahashi]
------------------------------------------------------------ */
div.sys_mini_window {
	width: 250px;
	height: 140px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/bg_sys_window_mini.gif) no-repeat;
	position: relative; /* or absolute */
	}
div.sys_mini_window div.txt_mini_win {
	width: 180px;
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: left;
	}
div.sys_mini_window a.btn_close_mini {
	width: 24px;
	height: 24px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/sys_window/btn_close_mini.gif) no-repeat;
	position: absolute;
	top: 6px;
	right: 6px;
	}
div.sys_mini_window a.btn_close_mini:hover {
	background-position: 0 -24px;
	}
	
