@charset "utf-8";

/* About this file ===============================
 * Style    : a default style
 * Since    : 2009-01-13
 * Modified : 2009-01-13
 * Editor   : Daisuke Ogido
================================================== */

/* Css Initialization
-------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
pre, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 105%;
  font-weight: normal;
}
p, li, dt, dl {
  line-height: 1.6;
}
p {
  margin: 0 0 1em 0;
}
li {
  list-style: none outside;
}
img {
  border: 0;
  vertical-align: bottom;
}
address {
  font-style: normal;
}
.lift {
  clear: both;
}


/* Body
-------------------------------------------- */
body {
  line-height: 150%;
  font-size: 80%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ ゴシック","MS Gothic","Monospace";
  color: #333;
} * html body { /* for ie6 fix */
    font-family: "ＭＳ ゴシック","MS Gothic","Monospace";
    font-size: 10pt;
    text-align: center;
  }


/* Table ( for ie6 bug fix )
-------------------------------------------- */
* html table {
  font-size: 10pt;
}


/* A color
-------------------------------------------- */
/*a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: green; }*/

a {
 color:#0044cc;
}

a:hover {
 color:#dd0000;
 text-decoration:none;
}

