/* CSS Document */

       body {
	padding: 0;
	font-size: 100%;
	background-color: #FFF;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	color: #FFFFFF;
        }


        #container {
            background-color: #FFF;
            width: 580px;
            margin: 15px auto;
            padding: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	height: 190px;
	width: 710px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	visibility: visible;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
		
		#slider .image { 
            float:left; 
            width:265px; 
            height:172px; 
            position:relative; 
            top:0;
}

        
        .slider {
	width: 692px;
	height: 19px;
	margin-left: 12px;
	position: absolute;
	background: url(../img/qslide_scrollbar.png) no-repeat;
	margin-top: 175px;
	padding: 1px;
        }
        
        .handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0px;
	background: url(../img/scroller_handle-trans.png) no-repeat;
	z-index: 100;
	left: -2px;
        }
        
        .slider span {
            color: #FFFFFF;
            font-size: 70%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 2px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        
        .slider .slider-lbl2 {
	left: 159px;
        }

        .slider .slider-lbl3 {
            left: 366px;
        }

        .slider .slider-lbl4 {
            left: 473px;
        }
		
		.slider .slider-lbl5 {
            left: 557px;
        }
        
