@charset "utf-8";
/* CSS Document */

/* CSS Information =========================================
 File name: startstopslider.css
 Last Editor: 
 Date: 2009.08.12
 *トップJ-QuerifyコンテンツStartStopSlider用
========================================================= */

#slider {
background: white url(../image/top_imgbg.jpg); float: right;
height: 188px; width: 718px; overflow: hidden; position: relative;
margin: 0 0 10px 0; background-image: url(../image/top_imgbg.jpg);
border: #CCCCCC 1px solid;
}
#mover {
width: 2880px; position: relative;
}
.slide {
padding: 10px 0; width: 718px; float: left; position: relative;
}
.slide h2 {
font-size: 120%; padding-left: 10px; color: #006600;
}
.slide p { 
color: #333333; font-size: 100%; line-height:140%; 
width: 280px; padding-left: 10px;
}
.slide img {
position: absolute; top: 10px; left: 380px;
}
#slider-stopper {
position: absolute; top: 0; right: 20px; background: #CCCCCC; color: white;
padding: 2px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000;
}

