@charset "utf-8";
/* CSS Document */


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



body,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p{margin:0;padding:0;}
ul,li,ol{list-style-type:none;}

img{border:none;}

.fllt{float:left;}
.flrt{float:right;}
.clear{clear:both;}


#wrap{margin:0 auto;width:762px;margin-top:40px;}

#footer{width:762px;position:relative;margin:10px auto 0 auto;}
#footer dt{position:absolute;top:5px;left:0;}
#footer dd{position:absolute;top:0;left:180px;font-size:x-small;color:#444444;}





.pl9{padding-left:9px;}
.pl42{padding-left:42px;}

.toTop{position:absolute;bottom:11px;left:11px;}