@charset "utf-8";
/*-------------------------------------------------------------------------------
 ANCHORS
 -------------------------------------------------------------------------------*/
a:link,
a:visited { color: #333333; text-decoration: none; }

a:hover,
a:active { color: #333333; text-decoration: underline; }

/*-------------------------------------------------------------------------------
 FONTS
 -------------------------------------------------------------------------------*/
body, input, select, textarea, table, th, td, li, a {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

body {
  line-height: 1.8;
  font-size: 12px;
  *font-size: 75%;
}

body, input, select, textarea {
  color: #333333;
}

input, select, textarea,
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong, em {
  font-style: normal;
  font-weight: bold;
}
