@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bk.jpg);
	font-size: 16px;
	color: #000;
	text-align: left;
}
h1 {
	font-size: 16px;
	color: #000;
}
h2 {
	font-size: 14px;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #000;
}
span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #F00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

