*{
	font-family: "MS PGothic","MS Gothic","MS Mincho";
}

body{
  background-image:url(../images/bg.png);
  color:#eeeeee;
  font-size:12px;
}
a{
  color:#63cfd2;
  text-decoration:none;
}
h1 b{
  color:#ff0000;
}
h1 a{
  display:block;
  width:100%;
  text-indent:20px;
  height:60px;
  font-size:54px;
  color:#63cfd2;
}
html,
body{
  height:100%;
  scrollbar-base-color:#000000;
}

#all{
  background-color:#000000;
  width:800px;
  margin:0px auto;
}
#header{
  height:80px;
}
#header h1{
  background-image:url(../images/title.png);
  background-repeat:no-repeat;
  background-position:20px 0px;
  font-size:32px;
	height:80px;
  line-height:80px;
}

#header h1 a{
  display:block;
  width:100%;
  height:100%;
	text-indent:-9999px;
}

#header ul{
  height:30px;
}
#header ul li{
  float:left;
  width:160px;
}
#header ul li a{
  display:block;
  width:100%;
}
#main{
}
#main_in{
  margin:20px;
}
#main .text{
  margin:10px auto;
}

#main .text h2{
	font-size:16px;
}

#main .text h2,
#main .text p{
  margin:10px 10px;
	line-height:18px;
}
#main .pv{
  margin:10px auto;
}
#footer{
  background-repeat:no-repeat;
  background-position:bottom center;
  text-align:center;
}
#footer address{
  font-style:normal;
  text-align:center;
  line-height:40px;
}


.text .inner{
  background-color:#444444;
  margin:0px 10px;
  padding:10px;
}
.text p{
  line-height:15px;
	margin-bottom:8px;
}

.rel{
  position:relative;
  left:0px;
  right:0px;
}
.abs{
  position:absolute;
  left:0px;
  right:0px;
}


.hori{
  zoom:1;
}
.hori:after{
  display:block;
  content:"";
  clear:both;
}
.hori .li{
  float:left;
  display:block;
}
.hori .pv{
  width:520px;
	margin-right:15px;
}
.hori .text{
  width:220px;
}
.hori .text .inner{
  height:320px;
}


.button{
  display:block;
  width:200px;
  height:60px;
  line-height:60px;
	text-align:center;
  font-size:32px;
  font-weight:bold;
  color:#ffffff;
  margin:0px auto;
  background-image:url(../images/avail_on_app_store.png);
  background-repeat:no-repeat;
}

.button:hover{
  color:#63cfd2;
}

.app_store{
  display:block;
  width:140px;
  height:45px;
  line-height:45px;
	text-align:center;
  background-image:url(../images/button_app_store.png);
  background-repeat:no-repeat;
  margin:40px auto;
  margin-bottom:10px;
  font-size:14px;
	text-indent:-9999px;
}
.app_store:hover{
  background-position:0px -45px;
}

.hide{
	display:none;
}
