@charset "utf-8";
/**
 * index.css 
 * (c) FOURDIGIT Inc.
 *
 */

/* 100% */
	html, body, .page, #mr_container { width: 100%; height: 100%; }

/* body */
	body {
		background-image: url(../imgs/bg.gif);
		background-repeat: repeat;
		background-position: center top;
		padding-bottom: 0;
	}
	
/* .page */	
	.page {
    font-size: 12px;
    line-height: 1.5;
		color: #333;
	}

  #InnerContent {
    padding-top: 120px;
    padding-bottom: 200px;
    text-align: center;
  }
  .description {
    margin-top: 10px;
    font-size: 10px;
  }
  .footer {
    clear: both;
  }

  .btns {
    margin: 0 auto;
    width: 720px;
    zoom: 1;
  }
  .btns:after { content : ''; display : block; clear : both; }
  .btns a {
    float: left;
    display: block;
    width: 237px;
    height: 25px;
    text-indent: -9999px;
    background-color: transaprent;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .btns a:hover {
    background-position: left -25px;
  }
  #btn01 { width: 236px; background-image: url(../imgs/bt-01.gif); }
  #btn02 { background-image: url(../imgs/bt-02.gif); }
  #btn03 { background-image: url(../imgs/bt-03.gif); }

  #FooterCopyright {
    font-size: 10px;
  }
  
