@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {background-color:#000;
      font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  text-align:center;
}

h1 {
  color:#b28f13;
	margin: 40px 0 40px;
	font-size: 450%;
}

h2 {
  color:#f0a197;
	margin: 40px 0 15px;
}

h3 {margin:10px 0;
  color:#fcc800;

}

p {
	margin: 0 0 20px;
	font-family: "Lucida Console", Monaco, monospace;
}


address {
	font-size: 80%;
	font-style: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
  color:#b28f13;

}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#F00;
}
