*{
  margin:0;
  padding:0;
}

html,body{
     height:100%;
}

div {
  width:600px;
}

#container {
  width: 100%;
  position: relative;
  height: auto;
  height: 100%;
  min-height: 100%;
}

#header{
  top: 0;
  right:0;
  left: 0;
  margin-bottom: 0;
  font-size:10pt;
}

#main{
  width: 600px;
  margin:30px 0 0 20px;
  padding-bottom:80px; /*フッターの高さと同じ*/
}

#wrap {
     width: 100%;
     position: relative;
     height:auto ; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
 
#push{
  height: 80px;
  font-size:12pt;
}

#footer {
  height: 80px;
  font-size:12pt;
  position:absolute;
  bottom:0;
}

body {
  height: 100%;
}

#line {
  width: 600px;
  text-align:center;
}

#copyright{
  text-align:center;
}




.topicpath {
   text-align: left;
}
.topicpath ol li {
  display: inline;
  list-style-type: none;
}

.topicpath ol li a {
  padding-right: 10px;
}

