@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 120%;
	background: #CCC;
	margin: 0px;
	padding: 0px;
}
#territory {
	background: #FFC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background: #FFF;
	float: right;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-right: 10px;
}
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
}
#subtitle {
	text-align: center;
	clear: both;
}
