@charset "utf-8";

#FUKIDASHI {
	position: absolute;
	left: 0;
	top: 0;
	width: 324px;
	text-align: left;
	z-index: 100;
	display: none;
}

* html #FUKIDASHI dl {
	background: none;
	zoom: 1;
}

.fukidashiR dl {
	background: url(../img/popup/bg_fukidashi_r.png) no-repeat left top;
	padding: 16px 20px 13px 34px;
}

* html .fukidashiR dl {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/popup/bg_fukidashi_r.png', sizingMethod='crop');
}

.fukidashiL dl {
	background: url(../img/popup/bg_fukidashi_l.png) no-repeat left top;
	padding: 16px 34px 13px 20px;
}

* html .fukidashiL dl {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/popup/bg_fukidashi_l.png', sizingMethod='crop');
}

#FUKIDASHI dt {
	border-left: 3px solid #597aa0;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	color: #597aa0;
	font-weight: bold;
}

#FUKIDASHI dd {
	background: url(../img/popup/bg_dotted_line.gif) repeat-x left top;
	padding-top: 12px;
}

#FUKIDASHI .foot {
	height: 9px;
	font-size: 0;
	line-height: 0;
}

* html #FUKIDASHI .foot {
	background: none;
	zoom: 1;
}

.fukidashiR .foot {
	background: url(../img/popup/bg_fukidashi_btm_r.png) no-repeat left bottom;
}

* html .fukidashiR .foot {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/popup/bg_fukidashi_btm_r.png', sizingMethod='crop');
}

.fukidashiL .foot {
	background: url(../img/popup/bg_fukidashi_btm_l.png) no-repeat left bottom;
}

* html .fukidashiL .foot {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/popup/bg_fukidashi_btm_l.png', sizingMethod='crop');
}

/* for png bug of IE6 */
* html .grayArrowList {
	background: url(../img/popup/ic_arrow.gif) no-repeat left center;
	filter: none;
	position: static;
}
* html ul.grayArrowList li {
	background: url(../img/popup/ic_arrow.gif) no-repeat left center;
	filter: none;
	position: static;
}

