/* initialize and formatting */
* {
	margin: 0;
	font-size: medium;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 0;
}

a, a:link, a:visited {
  color: #996600;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
}

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 {
  color: #000000;
  background-color: #ffddee;
  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;
}
#container #address {
	line-height: 140%;
	color: #720715;
	margin: 0px;
	padding: 0px;
	background-color: #ffeeff;

}
