@charset "utf-8";
body {
	background-color: #DEF0DD;
	margin: 0px;
	text-align: center;
}

/* CSS Document */

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #030;
}
a:visited {
	text-decoration: none;
	color: #030;
}
a:hover {
	text-decoration: none;
	color: #F0F;
}
a:active {
	text-decoration: none;
	color: #F00;
}
h1 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	color: #030;
	text-align: center;
	letter-spacing: 2px;
}

h2 {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #030;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
	letter-spacing: 1px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 18px;
}
#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	height: auto;
	width: 700px;
	padding-right: 22px;
	padding-left: 22px;
	border: 3px double #060;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
#home {
	text-align: center;
	height: 30px;
	width: 100%;
	padding: 0px;
	float: left;
	clear: both;
}
.notice {
	color: #F00;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 25px;
}
.copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 25px;
	height: 15px;
	width: 100%;
	float: left;
}
.pink {
	color: #F0F;
}
