@charset "utf-8";
html{
  text-align:center;
  height:100%;
}
body{
  text-align:center;
}
#all_container{
  width:900px;
  margin: 2px auto 0px auto;
  padding: 0px;
  text-align:left;
  color:#323232;
  font-size:14px;
  line-height:1.5;
  letter-spacing:0px;
  _height:100%; 
  min-height:100%; 
  position: relative;
  border: solid 1px #afa9a4;
}
_ html body {
  font-family: "小塚ゴシック Std R","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
* html body {
  font-family: "小塚ゴシック Std R","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a{
  color:#323232;
  text-decoration:underline;
}
a:hover{
  color:#6a6a6a;
  text-decoration:none; 
}

.cl{
  clear:both;
}

