/* initialize and formatting */
* {
	margin: 0;
	padding: 0 0 0 10;
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: no-repeat;
}

a, a:link, a:visited {
	color: #000066;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
a:hover, a:active {
	color: #FFFFFF;
	width: auto;
	display: block;
}

ul {
	margin-bottom: 1em;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 10px;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
	font-size: 10pt;
}

/* common styles */
body {
	color: #000000;
	text-align: center;
	background-image: url(../img2/5a06.jpg);
}

p.skipLink, p.hPhrase {
  display: none;
}

p.fClear {
	clear: both;
	height: 0;
	color: #000000;
}
