@charset "utf-8";
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(image/top_logo.jpg);
	background-position: left center;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#container {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#tokyo a {
	background-image: url(image/sancha.jpg);
	background-repeat: no-repeat;
	background-position: -400px 0px;
	float: left;
	height: 540px;
	width: 400px;
	text-indent: -9999px;
	display: block;
}
#tokyo a:hover {
	background-position:0px 0px;
}
#miyazaki a {
	background-image: url(image/miyazaki.jpg);
	background-repeat: no-repeat;
	background-position: -400px 0px;
	float: left;
	height: 540px;
	width: 400px;
	text-indent: -9999px;
	display: block;
}
#miyazaki a:hover {
	background-position:0px 0px;
}

