* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	margin: 0px;
	background-color: #000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	padding: 0px;
}
img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#territory {
	margin: 0px;
	padding: 0px;
}
#territory h1 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #000;
}
#main_space {
	width: 800px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
}
#main_space h2 {
	margin: 0px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	padding: 0px;
	width: 800px;
	height: 228px;
}
#main_space h3 {
	background-image: url(/images/footer_logo.png);
	text-indent: -9999px;
	padding: 0px;
	height: 20px;
	width: 65px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#company {
	font-size: 9pt;
	color: #FFF;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 10px;
}
#company dl {
	margin: 0px;
	padding: 0px;
}
#company dl dt {
	float: left;
	line-height: 14pt;
}
#company dl dd {
	margin-left: 100px;
	line-height: 14pt;
	padding-bottom: 2px;
}
#company dl dd a {
	text-decoration: none;
	color: #FFF;
}
#company dl dd a:hover {
	text-decoration: underline;
	color: #FFF;
}
#copyright {
	margin: 0px;
	color: #666;
	font-size: 9pt;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.clear_r {
	margin: 0px;
	padding: 0px;
	clear: right;
}
