@charset "utf-8";/*box.css*/#wrap {  position:relative;  height:100%;}#contents {  width: 960px;  height:auto;  margin:0 auto auto auto;/*重要！！*/  padding-bottom: 10px;}#header {  width: 960px;  height:154px;}#footer {  background:#e5e5e5 url(../images/bg_footer.gif) left top repeat-x;  clear:both;  display:block;  color:#000;  height:auto;  width:100%;  padding:15px 0;  position:static;  margin-bottom: 0px;}#footer #footer-contents {  margin:0 auto;  text-align:left;  width:960px;  font-size:0.8em;  line-height:1em;}/*トップページ*/#contents #top-contents {  width:960px;  height:auto;  text-align:left;}#contents #top-contents #contents-left {  display:block;  float:left;  width: 475px;  height:auto;}#contents #top-contents #contents-right {  z-index:0;  display:block;  float:right;  width: 475px;  height:auto;}/*一般ページ*/#contents #page-body {  margin-top:10px;  width:960px;  height:auto;  text-align:left;}#contents #page-body #contents-left {  float:left;  width: 170px;  height:auto;  text-align:left;}#contents #page-body #contents-right {  z-index:0;  float:right;  width: 780px;  height:auto;  text-align:left;}/*box.css*/