/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size:100%;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
}

a, a:link, a:visited {
  color:#3333FF;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
}

ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
	font-size:78%;
	text-indent:0;
	color: #666666;
}

/* common styles */
body {
	color: #666666;
	text-align: center;
}

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;
}
.moji1 {
	font-size: 13px;
	color: #333333;
	letter-spacing:1px;
	line-height:15px;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
