/********************************************************************************************/
/*  INITIALIZE FORMATING                                                                    */
/********************************************************************************************/

* {
  margin: 0;
  padding: 0;
  font-size: 95%;
  font-family: 'Hiragino Maru Gothic Pro','メイリオ','ヒラギノ丸ゴ Pro W4', Meiryo, Osaka , 'ＭＳ Ｐゴシック', 'MS UI Gothic', Verdana, Helvetica, 'MS Trebuchet', Arial, sans-serif;
}
/***************/
/* LINK STYLE  */
/***************/

a, a:link, a:visited {
  font-size: 100%;
  color: #222222;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  font-size: 100%;
  color: #C30D23;
  text-decoration: underline;
}

input:link {
  border: none;
}

ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
  margin-bottom: 1em;
  font-size: 95%;
}

/****************/
/* COMMON STYLE */
/****************/

body {
  color: #000000;
  background-color: transparent;
  text-align: center;
  height: 100%;
  border-color: #C2C2C2;
}

p.skipLink, p.hPhrase {
  display: none;
}

p.fClear {
  clear: both;
  height: 0;
}

img {
  border-color: #C2C2C2;
}
p#siteFooter {
  clear: both;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
}
