/* ===== ＴＯＰページ用 ===== */

* {
	margin: 0px;
	padding: 0px;
}

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {
	border-style: none;
}


body {
	background-color: #ffffff;
}

#top-page {
	margin: auto;
	width: 800px;
	height: 700px;
	display: table;
	z-index: 1;
}

#top-page img {
	position: absolute;
	margin: 0;
	top: 0px;
	z-index: 2;
}

#frame {
	position: relative;
	z-index: 3;
}

#logo {
	margin: 0px;
	padding-top: 10px;
	position: absolute;
	left: 120px;
	z-index: 5;
}

#logo-line {
	margin: 0px;
	padding: 0px;
	border-top: solid #fff 1px;
	width: 680px;
	position: absolute;
	top: 55px;
	left: 120px;
	z-index: 3;
}

#navi-top {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 33px;
	right: 10px;
	z-index: 5;
}

address {
	position: absolute;
	font-size: 0.8em;
	font-style: normal;
	text-align: left;
	top: 665px;
	z-index: 5;	
}

address span {
	font-size: 1em;
}


