html {
	height: 100%;
}

body {
	width:800px;
	background-color: black;
	color: white;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
h2 {
	padding-top: 50px;
}
h3 {
	padding: 1px;
	margin-left: 10px;
}
#header {
	width: 800px;
	height: 213px;
	background-image: url("./images/bg.jpg");
	background-repeat: no-repeat;
	font-size: 50px;
	color: #ffffff;
	font-family: "Times New Roman", Georgia, Serif;
}

#globalnavi ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
}

#globalnavi li {
	float: left;
	width: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	font-family: "Times New Roman", Georgia, Serif;
}

#globalnavi a {
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
	width: 100%;
	background-color: black;
	color: white;
	font-weight: bold;
	border-top: 5px solid;
	border-top-color: black;
	border-bottom: 5px solid;
	border-bottom-color: black;
}

#globalnavi a:hover {
	text-decoration: underline;
	background-color: #ffff00;
	font-weight: bold;
	color: black;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

#contents {
	line-height: 1.5em;
	padding-top: 50px;
	background-color: #373c0e;
	width: 800px;
	min-height: 100px;
	height: auto !impotant;
}
#contents a {
	color: #ffff00;
	text-decoration: none;
}
#contents a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#update dt{
	float:left;
	clear: left;
	margin-left: 15px;
}
#update dd {
	float: left;
	margin-left: 10px;
}
#programs dt{
	margin-left: 30px;
}
#programs dd{
	margin-left: 60px;
}
#footer {
	text-align: center;
	font-size: 80%;
	color: #FF9933;
	border-top: solid 1px #CFCCB7; 
	clear: both; ←コレ重要
	background-color: #FFFFFF;
}
.clearLeft {
	clear: left;
}
