@charset "Shift-JIS";
/*  */
/* 
------------------------------------------------------------
common style
file name: common.css
Author: author name
create: 2007.00.00

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

   1: Browser-style reset
   2: for non-CSS
   3: clearfix
   4: fontfix
   5: column setting (layout only)
     : common
     : main 2-colimn
     : main 3-colimn
;
============================================================
*/
/* Browser-style reset
------------------------------------------------------------ */
html{
	margin: 0;
	padding: 0;
	/* No More IE6 Background Flicker */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}
body,th,td {
	font-family: "Arial","lr oSVbN","Osaka";
	font-size: 12px;
	margin: 0;
	padding: 0;
	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;
	}

/* 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";
	}

/* column setting (layout only)
------------------------------------------------------------ */
/* common */
div#all{
	text-align: left;
	width:952px;
	margin: 0 auto 0 auto;
	}

div#all div#main {
	width: 952px;
	height: 600px;
	background-image:url(http://image.mgame.jp/portal/lp/lost/201004/bg.jpg);
	margin-top: 10px;
	}
div#all div#main_out {
	width: 952px;
	height: 600px;
	background-image:url(http://image.mgame.jp/portal/lp/lost/201004/bg.jpg);
	}
div#all div#header_out {
	width: 122px;
	height: 50px;
	padding-left: 830px;
	}
div#all div#header {
	width: 932px;
	height: 105px;
	padding-top: 15px;
	padding-left: 20px;
	}
div#all div#download {
	width: 297px;
	height: 81px;
	padding-top: 182px;
	padding-left: 655px;
	}	
div#all div#start {
	width: 525px;
	height: 73px;
	padding-top: 85px;
	padding-left: 427px;
	}
div#all div#start div#mail {
	width: 297px;
	height: 20px;
	float:left;
	padding: 6px;
	}
div#all div#start div#mail .login_box{
	font-size:14px;
	width:285px;
	/*background:transparent;*/
	}
div#all div#start div#btn {
	width: 132px;
	height: 20px;
	padding-left: 7px;
	float:left;
	}
div#all div#btn-area {
	height: 39px;
	padding-left: 55px;
	}
div#all div#btn-area .btn {
	width: 244px;
	height: 39px;
	padding-right: 55px;
	float:left;
	}
div#all div#footer {
	clear: both;
	width: 281px;
	height: 11px;
	margin: 10px 335px 30px 336px;
	background-image:url(http://image.mgame.jp/portal/lp/lost/201004/copy.gif);
	}

#mail_form {
	background: url(http://image.mgame.jp/portal/lp/_common/txt_mail.gif) top center no-repeat;
}