body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}	
#header {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
}
ul.globalnavi {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.globalnavi li {
	float: left;
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0;
}
ul.globalnavi li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: blue;
	color: white;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: none;
}
ul.globalnavi li a:hover {
	background-color: navy;
}
p.lastupdate {
	float: right;
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: black;
	color: yellow;
	font-size: 80%;
	font-weight: bold;
	line-height: 2.5em;
	letter-spacing: 0em;
	text-align: center;
}
#contents {
	float: right;
	width: 800px;
	margin: 0;
	padding: 60px 0 0 0;
}
a {
	color: white;
	text-decoration: none;
}
h1 {
	margin: 20px 0 20px 0;
	padding: 0 0 0 10px;
	background-color: navy;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	margin: 20px 0 20px 0;
	padding: 0 0 0 10px;
	background-color: darkslategray;
	font-size: 100%;
	font-weight: bold;
}
p.backtotop a {
	display: block;
	margin: 20px 0 20px 0;
	padding: 0 10px 0 0;
	background-color: blue;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}
p.backtotop a:hover {
	background-color: navy;
}
dl.globalmenu {
	width: 780px;
	margin: 40px 10px 40px 10px;
	padding: 0;
	border-bottom: 1px solid darkslategray;
	border-right: 1px solid darkslategray;
	border-left: 1px solid darkslategray;
}
dl.globalmenu dt {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-top: 1px solid darkslategray;
	border-right: 1px solid darkslategray;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
	text-align: center;
}
dl.globalmenu dt a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: blue;
	color: white;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: none;
}
dl.globalmenu dt a:hover {
	background-color: navy;
}
dl.globalmenu dd {
	display: block;
	width: 670px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 110px;
	border-top: 1px solid darkslategray;
	line-height: 2em;
	letter-spacing: 0em;
	text-align: left;
}
ul.alert li {
	font-size: 90%;
}
p.contact {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
p.contact img {
	height: 30px;
}
div.imagebox {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 0 10px 0;
}
p.image {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
p.image a img {
	width: 150px;
	height: 110px;
}
p.caption {
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-align: center;
}
ul.characteristic {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.movie {
	text-align: center;
}
p.exp {
	clear: left;
}
p.banner {
	text-align: center;
}
p.banner img {
	height: 60px;
}
#sidebar {
	float: left;
	width: 0;
	margin: 0;
	padding: 60px 0 0 0;
}
#footer {
	clear: both;
	height: 60px;
	margin: 0;
	padding: 10px 0 40px 0;
}