@charset "utf-8";
/* -------------------------------------
     All CSS
 (c) Copyright 2006 Sketches of Design
     version 2006-09-01
------------------------------------- */
/* Defalut Settings
--------------------------------------*/
body{
  background-color: #fff;
  color: #333;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

address, em{
  font-style: normal;
}

img{
  border: 0;
  vertical-align: bottom;
}

br{
  letter-spacing: 0;
}

/* Defalut Link Design */
a:link{
  color: #FF6246;
  text-decoration: underline;
}
a:hover{
  color: #FF6246;
  text-decoration: none;
}

a:visited{
  color: #FF6246;
  text-decoration: none;
}
a:active{
  color: #FF6246;
  text-decoration: underline;
}

a img{
}

/* breadcrumbs */
ol.bc{
  list-style: none;
}
ol.bc li{
  display: inline;
}