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

body {
	margin: 0px auto;
	padding: 0px;
	background: #000 url("../img/back_body.jpg") repeat-x 0px 0px;
	width: 1000px;
	text-align: center;
	color: #CCC;
	font-size: 12px;
	line-height: 150%;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
#back_text {
	background: url("../img/back_header.jpg") no-repeat left top;
}
#top {
	text-align:left;
	background: url("../img/back_graphic.jpg") repeat-y right top;
	padding-right: 350px;
	/*height: 500px;*/
	position: relative;
}

/*共通パーツ*/
.caption {
	font-size: 10px;
	font-weight: normal;
}
.alt { position:absolute; top:-5000px; left:-1999px; }
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 14px;
}
a:link, a:visited {
	color: #FFFFCC;
}
a:hover, a:active {
	color:#FF99FF;
}

/*ヘッダー要素*/

#iphone {
	position: absolute;
	top: 50px;
	left: 700px;
	width: 400px;
	height: 740px;
	background: url("../img/g_iphone.png") no-repeat left top;
}
.fla_iphone {
	margin: 135px 0px 0px 35px;
}

#header {
	position:relative;
	height: 405px;
}
#h_title {
	width: 380px;
	height: 150px;
	background: url("../img/h1_eden.gif") no-repeat left top;
}
#h_title_caption {
	position:absolute;
	top:80px;
	left:385px;
	width: 265px;
	font-weight: normal;
	font-size: 12px;
}
.h_main {
	margin: 25px 0px 15px 0px;
}

.btn_buy {
	margin: 5px 0px 15px 0px;
}
.btn_buy a {
	background: url("../img/btn_buy.gif") repeat-y left top;
	width: 400px;
	height: 65px;
	display: block;
}

/*メイン要素*/
#main p {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
#main .w_how {
	font-size: 14px;
	font-weight: bold;
}
.text_box {
	margin: 20px 0px;
	padding: 20px;
	border: 1px solid #666px;
	background-color: #333;
}

/*フッター要素*/
#hooter {
	background: url("../img/back_hooter.gif") no-repeat left top;
	margin-top: 40px;
	padding: 25px 0px 60px 15px;
}
#hooter p {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 10px;
}
