body {
	background-color: #000;
}
#container {
	background-attachment: fixed;
	background-image: url(../../licence/image_licence/main.jpg);
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-repeat: no-repeat;
	height: auto;
}
#header {
	width: 1200px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#header_main {
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-top: 10px;
}
#header_main_left {
	height: 120px;
	width: 300px;
	float: left;
}
#header_main_right {
	float: left;
	height: 120px;
	width: 600px;
}
#header_navi {
	height: 45px;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header_navi p {
	font-family: "小塚ゴシック Pro M", "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: auto;
	font-size: 12px;
	letter-spacing: 0.5em;
	margin-right: 1px;
	margin-left: 1px;
}
#header_navi p a {
	color: #FFF;
	text-decoration: none;
}
#content {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#footer {
	color: #FFF;
	clear: both;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-bottom: 5px;
}

#footer p {
	color: #FFF;
	width: auto;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
}
#footer p a {
	text-decoration: none;
}
a {
	color: #FFF;
}
