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

#scrollbar{
display: none;
position: fixed;
bottom: 0px;
right: 0px;　
margin: 0;
padding: 0;
width: 100%;
height: 200px;
background:rgba(180, 180, 180, 0.8);/* Modern browsers */
/* IE 9以下 */
/*   GradientType : グラデーション方向  =  0:縦 1:横 */
/*   StartColorStr, EndColorStr : グラデーション色(開始&終了) aRGB形式 */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
                     StartColorStr=#88AAAAAA,
                     EndColorStr  =#88AAAAAA);
}

#slidemenu{
position: relative;
width: 930px;
height: 120px;
margin: 0 auto;
clear: both;
}

.text1,
.btn1,
.btn2,
.text2,
.btn3{
float: left;
}


.text1{
padding:5px 125px 0px 125px;
}

.close{
cursor: pointer;
position: absolute;
top: -12px;
left: 905px;
}

.btn1{
padding:5px 0px 0px 126px;
}

.btn2{
padding:5px 126px 0px 0px;
}

.text2{
padding:5px 0px 0px 136px;
}

.btn3{
padding:5px 136px 0px 0px;
}