@charset "utf-8";
/* CSS Document */

#slide {
	margin:0; padding:0;
	position: fixed;
	width: 240px;
	height: 30px;
	bottom: 0;
	right: 0;
	color: #666;
	background: #fff;
	font-family: 'メイリオ', Meiryo ,'ＭＳ Ｐゴシック', 'MS PGothic', verdana, Sans-Serif; 
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}
#slide-in {
	margin:0;
	padding: 5px 10px;
}
#slide p {
	margin:0;
	font-size:16px;
	padding-bottom:5px;
}

#slide #open-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(http://mmaaxx.com/test/uda/scroll_js/img/close-btn.gif);
}