@charset "shift_jis";

/*-----------------------------*/
/*  float 
/*-----------------------------*/
.cb {
  overflow: hidden;
  }

.cb:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

/*\*/
* html .cb {
  height: 1em;
  overflow: visible;
  }

/**/


/*-----------------------------*/
/*  encyclopedia
/*-----------------------------*/
body {
  margin: 0;
  font-size: 80%;
  line-height: 180%;
  color: #333333;
  font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r‚oƒSƒVƒbƒN',meiryo, sans-serif;
  background: #1248a3;
  }

#box {
  width: 960px;
  margin: 30px auto 0 auto;
  }

/*--- hd ---*/
#hd {
  height: 64px;
  }

h1 {
  width: 137px;
  float: left;
  }

#logo {
  width: 63px;
  float: right;
  margin-bottom: 50px;
  }

/*--- content ---*/
#content {
  clear: both;
  }

#page_left {
  float: left;
  width: 375px;
  }
  
#list {
  width: 552px;
  float: right;
  }

#list ul {
  clear: both;
  display: block;
  margin-bottom: 5px;
  }

#list li {
  float: left;
  margin: 0 16px 0 0;
  }

#list .last {
  margin: 0;
  }

#copy {
  clear: both;
  margin: 20px 0;
  text-align: center;
  }






















