@charset "UTF-8";
/* ---------------------------------------------------------
    All.css
(c) Copyright 2007 Sketches of Design
    Last Update 2007-02-27
--------------------------------------------------------- */
/* Defalut Settings
--------------------------------------*/
body{
  background-color: #fff;
  color: #000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

address, em{
  font-style: normal;
}

img{
  border: 0;
  vertical-align: bottom;
}

br{
  letter-spacing: 0;
}

a:link{
  color: #00c;
  text-decoration: underline;
}
a:visited{
  color: #800080;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
a img{
  color: #fff;
}
