@charset "Shift_JIS";
/*
--------------------------------------
     Defalut CSS
 (c) Copyright 2006 Sketches of Design
     version 2006-01-07
--------------------------------------*/
/* Defalut
--------------------------------------*/
body{
  background-color:#fff;
  color:#000;
  font-size:x-small;
  font-family:"MS UI Gothic", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3" ,sans-serif;
  voice-family: "\"}\""; 
  voice-family:inherit;
  font-size:small;

}

address, em{
  font-style:normal;
}

img{
  border:0;
  vertical-align: bottom;
}

br{
  letter-spacing:0;
}

/* Defalut Link Design */
a:link{
  color:#00c;
  text-decoration:underline;
}
a:visited{
  color:#800080;
  text-decoration:underline;
}

/* breadcrumbs */
ol.bc{
  list-style:none;
}
ol.bc li{
  display:inline;
}