@charset "utf-8";

@import url(head.css);
@import url(main.css);
@import url(foot.css);

* {
  margin:0;
  padding:0;
}

img {
  border:0;
	vertical-align:top;
}

body {
  background:url(../img/bg_body.jpg) top center;
  text-align:center;
	color:#333333;
	font-size:16px;
}

#outer {
	background:url(../img/bg_outer_top.jpg) top center no-repeat;
	width:100%;
}

#wrapper {
	background:url(../img/bg_wrapper.jpg) repeat-y;
  margin:0 auto;
  width:840px;
  text-align:center;
}

#inner-wrapper {
  margin:0 auto;
  width:780px;
  text-align:left;
}

.clearfix:after,#gnavi ul:after,#container:after,#top-contents-top:after,ul#rec-personal:after,#original:after,
dl.manufacturing-process dd ul:after,dl.manufacturing-process-last dd ul:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

/*.clearfix,#gnavi ul,#container,#top-contents-top,ul#rec-personal,#original,
dl.manufacturing-process dd ul,dl.manufacturing-process-last dd ul {
  display:inline-block;
}*/

