body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 120%;
	color: #666;
	background-color: #FFC;
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 75%;
}
#territory {
	background-color: #FFF;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: right;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 20px;
}
#nav {
	float: left;
	width: 200px;
	margin-top: 5px;
	padding-left: 10px;
}
#footer {
	clear: both;
}
.red {
	color: #F00;
}
.pink {
	color: #F3F;
}
.blue {
	color: #00F;
}


#territory #content h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 110%;
	color: #FFF;
	background-color: #FF6666;
}
#territory #content h3 {
	background-color: #390;
	color: #FFF;
	font-size: 100%;
}
#territory #nav h2 {
	margin-top: 0px;
}
