/*
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/
html{
  background-color: transparent;
  background-image: none;
}
body {font:13px/1.231 "ＭＳ Ｐゴシック",sans-serif; *font-size:small;*font:x-small;}
/*body {font:13px/1.231 "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Lucida Grande",verdana,arial,sans-serif; *font-size:small;*font:x-small;}*/
/*body {font:13px Osaka,"ＭＳ Ｐゴシック","Lucida Grande",verdana,arial,sans-serif; *font-size:small;*font:x-small;}*/
/*body {font:middle Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Lucida Grande",verdana,arial,sans-serif;}*/
/*body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}*/

table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}
li {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after {
  content:'';
}
abbr, acronym {
  border:0;
  font-variant:normal;
}
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input, textarea, select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input, textarea, select {
  *font-size:100%;
}
legend {
  color:#000;
}
