/* 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: #000;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
	color: #09C;
}

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

.px{font-size: 80%;
	line-height:22px;
}

/* common styles */
body {
  color: #000000;
  background-color: #f0f0f0;
  text-align: center;
}

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

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