div.fadenav {
	position: absolute;
	bottom: 35px;
	right: 60px;
	background-image: url(../images/cloud_02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 207px;
	height: 31px;
}
div.fadenav a {
	display: block;
	background-image: url(../images/button01.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	float: left;
	overflow: hidden;
	text-decoration: none;
	/*padding: 3px 4px;*/
	padding: 13px 4px;
}

.ie6 div.fadenav a {
	background-image: url(../images/button01.png);
}

.ie7 div.fadenav a {
	padding: 1px 5px;
}

div.fadenav a:hover {
	background-image: url(../images/button02.png);
	background-position: center center;
	background-repeat: no-repeat;
}
div.fadenav a.current {
	background-image: url(../images/button02.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ie6 div.fadenav a:hover {
	background-image: url(../images/button02.png);
}
.ie6 div.fadenav a.current {
	background-image: url(../images/button02.png);
}

div.fadenav a.nav0 {
	position: absolute;
	bottom: 31px;
	right: 85px;
}
div.fadenav a.nav1 {
	position: absolute;
	bottom: 36px;
	right: 70px;
}
div.fadenav a.nav2 {
	position: absolute;
	bottom: 42px;
	right: 55px;
}
div.fadenav a.nav3 {
	position: absolute;
	bottom: 49px;
	right: 40px;
}
div.fadenav a.nav4 {
	position: absolute;
	bottom: 57px;
	right: 25px;
}
div.fadenav a.nav5 {
	position: absolute;
	bottom: 66px;
	right: 11px;
}
div.fadenav a.nav6 {
	position: absolute;
	bottom: 77px;
	right: -1px;
}
div.fadenav a.nav7 {
	position: absolute;
	bottom: 89px;
	right: -13px;
}
div.fadenav a.nav8 {
	position: absolute;
	bottom: 101px;
	right: -23px;
}

#mainImage .effectContainer {
	width: 900px;
	height: 353px;
	overflow: hidden;
}
#mainCaption {
	position: absolute;
	top: 66px;
	left: 18px;
}
#caution {
	font-size: 12px;
	line-height: 1.7em;
	text-align: center;
	width: 900px;
	margin-top: 70px;
}
/*読み込み処理*/  
#mainImage {
	display: none;
	margin-top: 6px;
	position: relative;
	width: 900px;
	height: 353px;
}
#complete {
	width: 900px;
	height: 353px;
	overflow: hidden;
	margin: 0;
}

#complete img {
	margin: 210px 0 0 420px;
}