﻿@charset "utf-8";
#bodyall {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
body {
	background-image: url(nightsky.jpg);
	background-repeat: repeat;
}
#title {
	text-align: center;
	padding-top: 5px;
}
h2 {
	text-align: center;
}
#point {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #F00;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
