@charset "UTF-8";
/* dock - top */
.dock {
	position: relative;
	height: 70px;
	text-align: left;
	z-index: 10;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	clear: both;
	bottom: 0px;
	left: 0px;
	top: 0px;
	margin: 0px;
}
.dock-container {
	position: absolute;
	height: 70px;
	padding-left: 0px;
	text-align: left;
	z-index: 80;
	margin-top: 0px;
}
.dock-item1 {
	display: block;
	width: 80px;
	color: #000;
	bottom: 0px;
	text-decoration: none;
	right: 0px;
	margin-left: -20px;
	margin-right: 10px;
	padding-bottom: 20px;
	z-index: 100;
}
a.dock-item2 {
	display: block;
	width: 40px;
	bottom: 0px;
	position: absolute;
	text-decoration: none;
	right: 0px;
	z-index: 100;
	text-align: center;
}
.dock-item2 img {
	border: none;
	width: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#dockback {
	height: 70px;
	margin-right: 0px;
	z-index: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 20px;
	clear: both;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(../images/navitaitoru3.gif);
	background-position: 80px 20px;
}
#dockback2 {
	height: 70px;
	margin-right: 0px;
	z-index: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	clear: both;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(../images/navitaitoru3.gif);
	background-position: 80px 20px;
}
.dock-item span {
	display: none;
	padding-left: 20px;
	margin-bottom: -50px;
	position: relative;
}
