@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color: #1B1B1B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #FFFFFF;
	display: none;
}
p {
	font-size: 0.9em;
}
#conteiner {
	width: 970px;
	height: 625px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: #999999;
	height: 110px;
	width: 970px;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
}
#contents {
	background-color: #212121;
	height: 470px;
	width: 970px;
}
#navigation {
	background-color: #666666;
	height: 18px;
	width: 970px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#navigation  h4 {
	margin-top: 2px;
	margin-left: 200px;
	font-size: 0.9em;
	font-weight: 500;
}
#navigation a, #navigation a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#footer {
	background-color: #666666;
	height: 45px;
	clear: both;
	width: 970px;
}
#footer ul {
	margin-left: 80px;
	margin-top: 3px;
}
#footer li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	list-style-type: none;
}
#footer a, #footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6633;
	text-decoration: underline;
}
#footer .home {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footer p {
	text-align: center;
	color: #CCCCCC;
	width: 950px;
	margin-top: 25px;
}
#program a {
	text-decoration: none;
}
