#footer {
	background: url(/c/res/pc/bg_footer01.png) top left repeat-x;
	background-color:  #f4f3e8;
	font-family:"Hiragino Kaku Gothic Pro W3","ƒqƒ‰ƒMƒmŠpƒS ProW3","MS P Gothic","‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	color: #313131;
	line-height: 1.5em;
	min-width: 1050px;
}

#footer h1, #footer h2, #footer h3, #footer h4,
#footer p, #footer ul, #footer ol, #footer li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#footerContainer {
  margin: 0 auto;
  width: 1000px;
  height: 120px;
  padding-top: 12px;
  font-size: 80%;
}
#footerContainer h2 {
  font-size: 140%;
  margin-right: 36px;
  margin-left: 12px;
}
#footerContainer ul {
  border-top: 1px solid #cccccc;
  margin-top: 8px;
  padding-top: 8px;
}
#footerContainer li {
  float: left;
}
#footerContainer li.ver {
  background: none;
  padding-left: 0;
}
#footerContainer li.ver:before {
  content: "|";
  padding-right: 8px;
}
