@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------
 基本設定
------------------------------------------------------------ */

body{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background:url(../img/bg.gif) repeat;
	}
header{
	width:900px;
	margin:60px auto 0;
}	
.main_txt{
	font-size:30px;
	color:#FFF;
	line-height:1.6em;
	text-align:center;
	margin-bottom:20px;
	}
.icon{
	position:relative;
	text-align:center;
	width:900px;
	margin:0 auto -180px;
	z-index:1;
}	
.map{
	width:900px;
	text-align:center;
	margin:0 auto;
}	
.main{
	width:900px;
	text-align:center;
	margin:0 auto 180px;
}	
	
	
/* ------------------------------------------------------------
 今すぐ登録する
------------------------------------------------------------ */
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	background-color:#903fcc;
	z-index: 2;
}
.footer_area .footer_area_inner {
    padding: 20px 0;
	text-align:center;
}
