body
{
  background-color:#ccc;
  padding:0;
}
h1
{
  font-size:40px;
  background-color:#666;
  color:#fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  font-family: monospace;
  line-height:1.5em;
  text-shadow: 0px 0px 5px #333;
}
h1 img
{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  vertical-align: middle;
  margin:5px 30px 5px 5px;
  -webkit-box-shadow: 0px 0px 5px 0px #333;
  -moz-box-shadow: 0px 0px 5px 0px #333;
  box-shadow: 0px 0px 5px 0px #333;
  position:relative;
  left: 0;
}
div#stage
{
  background-color:#fff;
  width:900px;
  margin-left:auto;
  margin-right:auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-color:#666;
  -webkit-box-shadow: 0px 0px 5px 0px #777;
  -moz-box-shadow: 0px 0px 5px 0px #777;
  box-shadow: 0px 0px 5px 0px #777;
}
div.contents img
{
  width:250px;
  margin:10px 10px 10px 60px;
  vertical-align: middle;
}

div.contents div#help01,
div.contents div#help02,
div.contents div#help03
{
  height:260px;
  padding:120px 0 0 0;
  background-size:contain;
  -moz-background-size:contain;
  -webkit-background-size:contain;
  background-repeat:no-repeat;
  background-position:60px 50% ;
}
div.contents div#help01
{
  background-image:url(Help01.png);
}
div.contents div#help02
{
  background-image:url(Help02.png);
}
div.contents div#help03
{
  background-image:url(Help03.png);
}
div.contents div.text
{
  text-indent:320px;
}
div#footer
{
  background-color:#666;
  color:#fff;
  text-align:center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  line-height:1.5em;
}
a.AppStoreLink
{
  display:block;
  width:160px;
  height:61px;
  margin:10px auto 10px auto;
  background-image:url(appstore.png);
  overflow:hidden;
  text-indent:-300px;
}