/*  */
@charset "Shift-JIS";
/* 
------------------------------------------------------------
for Flash Lnading page
file name: lunatia_landing_swf.css
Author: K.Takahashi
create: 2009.04.30

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

   1: Browser-style reset
   2: for non-CSS
   3: column setting (layout only)
     : common
   4: footer button
;
============================================================
*/
/* Browser-style reset
------------------------------------------------------------ */
html{
	margin: 0;
	padding: 0;
	}
body,th,td {
	font-family: "Arial","‚l‚r ‚oƒSƒVƒbƒN","Osaka";
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #000 url(http://image.mgame.jp/new_rpg/lunatia/landing_090430/bg_all.gif) no-repeat center top;/*  http://image.mgame.jp/new_rpg/lunatia/ */
	color: #000;
	line-height: 1.3em;
	}
body {
	text-align: center;/* for ie6 bug */
	}
table {
	border-collapse: collapse;
	}
form {
	margin: 0;
	padding: 0;
	}
a,label{
	cursor: pointer;
	}
img {
	border:none;
	}
a:link {
	color: #06f;
	text-decoration: none;
	}
a:visited {
	color: #606;
	text-decoration: none;
	}
a:hover {
	color: #06f;
	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;
	}

/* column setting (layout only)
------------------------------------------------------------ */
/* common */
div#all{
	text-align: left;
	width:950px;
	margin: 0 auto 0 auto;
	}
div#all div#footer {
	clear: both;
	width: 655px;
	height: 32px;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
	}

/* general item style
------------------------------------------------------------ */
.img_css {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	}

/* footer button
------------------------------------------------------------ */
#footer a {
	position: absolute;
	top:20px;

	}
#footer a.btn_corp {
	width: 273px;
	height: 32px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/landing_090430/img_copyright.gif) no-repeat;
	left:0px;
	}
#footer a.btn_flash {
	width: 154px;
	height: 32px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/landing_090430/btn_flash_player.gif) no-repeat;
	left:283px;
	}
#footer a.btn_official {
	width: 208px;
	height: 32px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/landing_090430/btn_official.gif) no-repeat;
	left:447px;
	}

#footer a.btn_flash:hover,
#footer a.btn_official:hover {
	background-position: 0 -32px;
	}
