@charset "UTF-8";

#accordion {
	margin-top: -10px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	width:220px;
	}

.sideNavi_story01to10,
.sideNavi_story11to20,
.sideNavi_story21to30,
.sideNavi_story31to40,
.sideNavi_story41to50,
.sideNavi_story51to60 {
	margin-top: 10px;
	height: 35px;
	text-indent: -9999px;
	cursor:pointer;
	}

.sideNavi_story01to10 {	background:url(/rescue-fire/images/sidenavi_story01to10.gif);}
.sideNavi_story11to20 {	background:url(/rescue-fire/images/sidenavi_story11to20.gif);}
.sideNavi_story21to30 {	background:url(/rescue-fire/images/sidenavi_story21to30.gif);}
.sideNavi_story31to40 {	background:url(/rescue-fire/images/sidenavi_story31to40.gif);}
.sideNavi_story41to50 {	background:url(/rescue-fire/images/sidenavi_story41to50.gif);}
.sideNavi_story51to60 {	background:url(/rescue-fire/images/sidenavi_story51to60.gif);}

.sideNavi_story01to10:hover,
.sideNavi_story11to20:hover,
.sideNavi_story21to30:hover,
.sideNavi_story31to40:hover,
.sideNavi_story41to50:hover,
.sideNavi_story51to60:hover {
	background-position: 0px -35px;
	}

.accordion dd {
	overflow:hidden;
	background:#fff;
	}

.sideNaviBase {
	display: block;
	height: 35px;
	color: #e94709;
	text-decoration :none;
	white-space: nowrap;
	overflow: hidden;
	background: url(/rescue-fire/images/sidenavi_bg.gif);
	}

.sideNaviBase:hover {
	background-position: 0px -35px;
	}

#accordion dd a{
	display: block;
	padding-left: 32px;
	color: #e94709;
	font-size: 0.9em;
	text-decoration :none;
	}

dl.accordion p {
	padding-top: 7px;
	height: 35px;
	}

/* IE6p */
/**html .sideNavi_story01to10 {
	behavior: expression(
		(function(el) {
			if(typeof(behavior_onMouseEnter) == 'undefined10') {
				behavior_onMouseEnter = function() {
					this.className += ' story01to10-hover';
				};
				behavior_onMouseLeave = function() {
					this.className = this.className.replace(/story01to10-hover/, '');
				};
			}
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
		})(this));
}

.story01to10-hover {
	background-position: 0px -35px;
	}

.story01to10-hover a {
	cursor:pointer;
	}*/


*html .sideNaviBase {
	behavior: expression(
		(function(el) {
			if(typeof(behavior_onMouseEnter) == 'undefined') {
				behavior_onMouseEnter = function() {
					this.className += ' target-hover';
				};
				behavior_onMouseLeave = function() {
					this.className = this.className.replace(/target-hover/, '');
				};
			}
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
		})(this));
}

.target-hover {
	background-position: 0px -35px;
	}

.target-hover a {
	cursor:pointer;
	}
/* ܂IE6p */
