/* kyotsu_Link-color
------------------------------------------------ */
a:link{
  color: #cd134c;
  text-decoration: none;
}
a:visited{
  color: #cd134c;
  cursor: crosshair;
}
a:active{
  color: #3366cc;
  cursor: crosshair;
}
a:hover{
  color: #ff99cc;
  cursor: crosshair;
}


/* koukoku
------------------------------------------------ */
.ad_text {
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
}
.ad_text a:link {
  font-size: 8pt;
}

/* Kyotsu_BODY
------------------------------------------------ */
*{
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  width: auto;
  height: 100%;

  margin: 0 auto;
  padding: 0;
  
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #000099;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #000099;
  
  cursor:crosshair;

  font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Arial, Verdana, Osaka, sans-serif;
  font-size: 9pt;
  color: #000099;
  line-height: 1.5;
  letter-spacing: 1px;
  
  text-align: center;
}
a{
  text-decoration: none;
  outline:none;
}
h1, h2, h3 {
  font-size: 16pt;
}
ul, li {
  list-style-type: none;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, checkbox {
  margin: 0;
  padding: 0;
  text-align: left;
}