@charset "utf-8";
/* Ideyy Toppage-test CSS */
/* =================== Reset =================== */
* {
	margin: 0px;
	padding: 0px;
	/zoom: 1;
}
body {
	margin: 0px auto;
}
img {
	border: none;
}
li {
	list-style-type: none;
}
li a,
li a:hover {
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: normal;
}
/* =================== Fonts =================== */
body {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-family: Arial, Osaka, "ＭＳ Ｐゴシック", Meiryo, Verdana, Tahoma, sans-serif;
}
h1 {
	font-size: 2em;
}
h1 {
	font-size: 1.2em;
}
/* =================== Whole Block Width =================== */
.whole {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.header,
.middle,
.footer {
	width: 920px;
}

.header,
.middle,
.footer,
#bottom {
	margin: 0px auto;
}
#bottom {
	width: 100%;
	height: 100px;
	margin: 0px auto;
	position: fixed;
	bottom: 0px;
	color: #668291;
}


