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

#rightCon{position:relative;}


/* ↓これが被ってることで見た目はOKだが、マウスオンが効かなくなる*/
.slidH20,.slidH19,.slidH18,.slidH17,.slidH16,
.slidH15,.slidH14,.slidH13,.slidH12,.slidH11,
.slidH10,.slidH9,.slidH8,.slidH7,.slidH6,.slidH5{
	position:absolute;
	top:3px;
	left:-1px;
	display:block;
	width:720px;
	height:11px;
	z-index:300;
}
.slidH20{background-image:url(img/topbg_head20.png);}
.slidH19{background-image:url(img/topbg_head19.png);}
.slidH18{background-image:url(img/topbg_head18.png);}
.slidH17{background-image:url(img/topbg_head17.png);}
.slidH16{background-image:url(img/topbg_head16.png);}
.slidH15{background-image:url(img/topbg_head15.png);}
.slidH14{background-image:url(img/topbg_head14.png);}
.slidH13{background-image:url(img/topbg_head13.png);}
.slidH12{background-image:url(img/topbg_head12.png);}
.slidH11{background-image:url(img/topbg_head11.png);}
.slidH10{background-image:url(img/topbg_head10.png);}
.slidH9{background-image:url(img/topbg_head9.png);}
.slidH8{background-image:url(img/topbg_head8.png);}
.slidH7{background-image:url(img/topbg_head7.png);}
.slidH6{background-image:url(img/topbg_head6.png);}
.slidH5{background-image:url(img/topbg_head5.png);}



#top_slider{
	list-style: none;
    margin: 0 0 0 19px;
	padding: 0;
	width:11.5em;
	height:5em;
}
#top_slider li{
	width:4em;
	height:4em;
    text-align: center;
    cursor: pointer;
}

#top_slider li a{
	overflow:hidden;
	outline:none;
}

#top_slider li img{
	width:590px;
	height:320px;

    background-image:-moz-linear-gradient(top, #F3F4F5, #C8C9CA);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F4F5), to(#C8C9CA), color-stop(1,#C8C9CA));
  
    border:1px solid #999;
  
    box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}


/*マウスが乗ったら*/

#top_slider a{
}
#top_slider li span{ /*吹き出し本体*/
        position: absolute;
        top:325px; left:10px;
        display: none; /*何も表示しない*/
        padding:5px; /*内側の余白*/
        width: 560px; /*ブロックの幅
        font-weight: bold; /*文字の太さ*/
        text-decoration: none; /*文字飾り*/
        color: #333; /*文字色*/
        background-color:#D2EF9B; /*背景色*/
		font-size:13px;

        border:1px solid #395139;
		z-index:700;

filter: alpha(opacity=85); /* IE */
-moz-opacity:0.85; / *Firefox・Netscape */
opacity:0.85; /* Opera・Safari */
}

#top_slider li span img{
	position:absolute;
	width:13px;
	height:10px;
	top:-10px;
	background:none !important;
	border:none !important;
    box-shadow:none !important;
}
/*吹き出し本体*/
#top_slider li a:hover span{
        display: block; /*ブロック要素で表示*/
}
