/*----------------------------------------------------------
 - DEFAULT STYLE
----------------------------------------------------------*/
body {
  background-image: url(../images/base.gif);
  color:#555;
  font-size:0.8em;
  line-height:1.6em;
  font-weight:normal;
  text-align:left;
  margin:0;
  padding:0;
}

h2 {
  font-size:1.8em;
  line-height:2.0em;
  font-weight: normal;
  border:none;
}
h3 {
  font-size:1.0em;
  line-height:1.6em;
  color: #333;
  font-weight: bold;
  border:none;
}
h4 {
  font-size:1.0em;
  line-height:1.6em;
  color: #339;
  font-weight: bold;
  border:none;
}

/*‘‘‘‘‘layout‘‘‘‘‘*/
/*layout contents*/
div#contents {
  background-color: #fff;
  width:960px;
  margin:auto;
  padding:0;
  border:0;
}

div#licence {
  background-color: #fff;
  width:700px;
  text-align: center;
  margin:auto;
  padding:0;
  border:0;
}

