@charset "Shift_JIS";
/*<group=layout>*/
div#container {
  width: 802px;
  margin: 30px auto;
  text-align: left;
  font-size: 75%;
  background: #948500 url("../img_common/contentwrap_bg.gif") repeat-y;
  }
div#wrap {
  width: 802px;
  position: relative;
  }
div#header {
  height: 71px;
  }
div#content{
  position: relative;
  background: #999900 url("../img_common/bg_content.gif") repeat-y;
  width: 614px;
  float: right;
  height: 100%;
  }
/* End hide */
div#side {
  position: absolute; left: 0px; top: 71px;
  width: 188px; height: 100%;
  background: #948500;
  
  }
div#footer {
  clear: both; float: none;
  }
/*</group>*/
/*<group=side>*/
div#side ul#menu {
  background: url("../img/common/bg_menu.jpg") no-repeat; padding: 31px 0 0 0;
  }
div#side ul#menu li {
  list-style-type: none;
  font-size: 5px;
  }
/*</group>*/
/*<group=content>*/
div#content p#lead {
 margin-top: 15px;
 font-weight: bold;
 text-align: center;
  }
/*</group>*/
