/* Base CSS (base.css) */

html, body {
  margin:0px;
  padding:0px;
  }


body{
  color:#333;
  font-size:12px;
  font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
  text-align:center;
  background-color:#fff;
  }

h1, #space{
  float:left;
  background: transparent;
  width: 100%;
  height: 50%;                                                                   
  }

/* Hide from IE5mac \*//*/
h1, #space{
  display: none;
  }
html, body {
  height: auto;
  }
/* end hack */

a {color: #333;text-decoration:none;}
a:hover{color: #F2B103;text-decoration: underline;}
  
  
img{border:0px;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;width:0px;height:0px;overflow:hidden;}
