/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,Myriad,Helvetica,"MS Trebuchet",Arial,sans-serif;
}


a, a:link, a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-align: center;
}


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 styles */
body {

	text-align: center;
	background-image: url(../image/diary_bg_Y0.jpg);
	background-repeat: repeat;
	background-position: 0 0;

}

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

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

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