/*  */
@charset "Shift-JIS";
/* 
------------------------------------------------------------
Luna Casino common style
file name: common.css
Author: K.Takahashi
create: 2009.03.03

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

   1: Browser-style reset
   2: for non-CSS
   3: clearfix
   4: fontfix
   5: general item style
   6: column setting
   7: menu
   8: user infomation(footer)
;
============================================================
*/

/* Browser-style reset
------------------------------------------------------------ */
html{
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
body,th,td {
	font-family: "Arial","lr oSVbN","Osaka";
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6em;
	}
body {
	text-align: center;/* for ie6 bug */
	background-color: #000;
	}
table {
	border-collapse: collapse;
	}
form {
	margin: 0;
	padding: 0;
	}
a,label{
	cursor: pointer;
	}
img {
	border:none;
	}
p {
	margin: 0;
	padding: 15px 0;
	}
a:link {
	color: #06f;
	text-decoration: none;
	}
a:visited {
	color: #06f;
	text-decoration: none;
	}
a:hover {
	color: #3399CC;
	text-decoration: underline;
	}
a:active {
	color: #f00;
	text-decoration: underline;
	}

/* for non-CSS
------------------------------------------------------------ */
.aid {
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

/* clearfix
(.clearfix class wraps enclosing block element around inner floated elements)
------------------------------------------------------------ */
html {
	height: 100%;
	}
body {
	height: 100%;
	}
#all{
	min-height: 100%;
	}
* html #all {
	height: 100%;
	}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
	}
.clearfix {
	min-height: 1px;
	display: inline-block;
	}
/* exlude MacIE5 \*/
* html .clearfix { 
	height: 1%;
	}
.clearfix {
	display:block;
	}
/* end MacIE5 */

/* fontfix
(FF & IE7 font fix. "~" and more...)
------------------------------------------------------------ */
.fontfix {
	font-family: "lr oSVbN";
	}
/* general item style
------------------------------------------------------------ */
.img_css {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	}

/* column setting
------------------------------------------------------------ */
#all {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	}
#header {
	width: 980px;
	height: 36px;
	position: relative;
	z-index: 3;
	}
#main {
	width: 980px;
	height: 620px;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	}
#footer {
	width: 980px;
	height: 28px;
	position: absolute;
	top: 656px;
	left: 0;
	z-index: 2;
	}

/* menu
------------------------------------------------------------ */
#header a.btn_menu01,
#header a.btn_menu02,
#header a.btn_menu03 {
	height: 36px;
	position: absolute;
	top: 0px;
	}
#header a.btn_menu01 {
	width: 205px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/common/btn_menu_01w.jpg) no-repeat;
	left: 59px;
	}
#header a.btn_menu02 {
	width: 71px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/common/btn_menu_02.jpg) no-repeat;
	left: 726px;
	}
#header a.btn_menu03 {
	width: 114px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunacasino/common/btn_menu_03.jpg) no-repeat;
	left: 811px;
	}
#header a.act,
#header a.btn_menu01:hover,
#header a.btn_menu02:hover,
#header a.btn_menu03:hover {
	background-position: 0 -36px;
	}

/* user infomation(footer)
------------------------------------------------------------ */
#footer div.usr_server_d,
#footer div.usr_char_d {
	width: 136px;
	height: 21px;
	border: 1px solid #b28850;
	position: absolute;
	top: 5px;
	}
#footer div.usr_server_d {
	left: 55px;
	}
#footer div.usr_char_d {
	left: 197px;
	}

