@charset "utf-8";
/* CSS Document */

.fukidashi_box {
	position:relative;
	z-index:100;
	top:-7px;
	background:#ffffff;
	border:1px solid #cccccc;
	padding:5px 4px 5px 6px;
	width:185px;
         height:auto;
	left: -42px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=3, Direction=135);
	box-shadow:2px 2px 2px #999999;
	-moz-box-shadow:2px 2px 2px #999999;  
	-webkit-box-shadow:2px 2px 2px #999999;
}

.fukidashi_login {
	text-align:center;
	margin:0;
	padding:0 1px;
}

.fukidashi_box a.fukidashilink {
	margin:4px 0;
	height:23px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	background:url(/pages/images/bg_fujidashi_off.png) no-repeat;
	color:#ffffff;
	display:block;
	text-align:center;
}

.fukidashi_box a:hover.fukidashilink {
	text-decoration:none;
	background:url(/pages/images/bg_fujidashi_on.png) no-repeat;
}

.fukidashi_close {
	cursor:pointer;
	background:url(/pages/images/bg_fujidashi_close.png) no-repeat;
	color:#000000;
	text-align:center;
	height:23px;
	line-height:22px;
}