@charset "Shift_JIS";

#fixedNavi {
	display: none;
	height: 3em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#fixedNavi ul {
	padding: 0;
	margin: 0;
	position: relative;
	top: -2.3em;
	font-size: 90%;
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 3ex;
	vertical-align: bottom;
}

#fixedNavi div {
	margin: 0;
	padding: 0;
	height: 3em;
	background-color: #000;
}

#fixedNavi a {
	color: #FFFFFF;
}

#fixedNavi li {
	display: inline;
	margin: 1em 0 0 1em;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 17px;
	background-image: url('images/m-link.gif');
	background-repeat: no-repeat;
}


li#fixedNaviInquery {
	padding-left: 24px;
	background-image: url('images/mail-a1-1812si.gif');
	background-repeat: no-repeat;
}

li#fixedNaviPrint {
	padding-left: 22px;
	background-image: url('images/print.gif');
	background-repeat: no-repeat;
}

#fixedNaviCtl {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 15px;
	width: 15px;
	z-index: 1025;
	cursor: pointer;
	background-image: url('images/m-close.gif');
}

#fixedNaviCtl.open {
	background-image: url('images/m-open.gif');
}

#fixedNaviCtl.none {
	background-image: none;
}

