div#allWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* ------------------------------------- 
 *  header css
 * ------------------------------------- */

header {
	position: relative;
  display: block;
	width: 100%;
	height: 491px;
  background: url(../images/bg_main.jpg) center 0 no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#lead {
	width: 960px;
	height: 491px;
	margin: 0 auto;
	background: url(../images/text.png) 450px 90px no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/* ------------------------------------- 
 *  contents css
 * ------------------------------------- */
#contents {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 172px;
}

#contents p {
	letter-spacing: 0;
}

#images {
	position: absolute;
	top: -465px;
	left: 0;
	width: 279px;
	height: 655px;
	background: url(../images/iphone.png) 0 0 no-repeat;
	overflow:hidden;
}

#images .fade_img {
	position: relative;
	margin: 85px 0 0 25px;
	width: 230px;
	height: 408px;
	overflow:hidden;
}

#app_info {
	position: absolute;
	top: 28px;
	right: 0;
	width: 641px;
	height: 60px;
}

#app_info span {
	text-align: center;
	font-size: 62%;
}

#link_appstore {
	position: absolute;
	top: 0;
	right: 194px;
}

#link_googleplay {
	position: absolute;
	top: 0;
	right: 0;
}

#app_desc {
	width: 960px;
}

.col {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.last {
	margin-right: 0;
}

/* ------------------------------------- 
 *  footer css
 * ------------------------------------- */

footer {
	font-size: 73%;
	text-align: center;
	color: #999999;
	clear: both;
	margin: 80px 0 0;
	font-family: "メイリオ";
}