@charset "shift_jis";
/* CSS Document */
/* スライドショーはじめ */
:focus {
            outline:none;
        }
            #featured{ 
                width:920px;
				height:375px;
                position:relative;
                line-height:1;
				float:left;
            }
            #featured ul.ui-tabs-nav{
				float:left;
                position:absolute;
                top:0;
				left:450px;
                list-style:none;
                margin:0;
				padding:0;
            }
            #featured ul.ui-tabs-nav li{
				float:left;
                padding:1px 0 1px 13px;
                font-size:12px;
                color:#666;
            }
            #featured ul.ui-tabs-nav li img{
				float:left;
                width:206px;
				height:109px;
                margin:5px 5px;
				padding:2px;
                background:#fff;
                border:none;
            }
            #featured li.ui-tabs-nav-item a{
				float:left;
				width:220px;
                height:123px;
                color:#222;
                line-height:20px;
				text-decoration:none;
            }
			
            #featured li.ui-tabs-nav-item a:hover{ 
                background:#fff;
			}

            #featured li.ui-tabs-selected{
				float:left;
            }
			
            #featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
                background:#fff;
				
            }
            #featured .ui-tabs-panel{ 
                width:450px; 
				height:375px;
                background:#fff;
                position:relative;
            }
            #featured .ui-tabs-panel img{
                width:450px;
				height:375px;
            }
            #featured .ui-tabs-panel .info{ 
                position:absolute;
                bottom:0;
				left:0;
                height:80px;
            }
            #featured .info h2{ 
                font-size:13px;
                margin:10px;
                color:#f00;
                overflow:hidden;
            }
            #featured .info p{
                margin:10px;
                font-size:11px;
                line-height:15px;
                color:#fff;
            }
            #featured .info a{
                text-decoration:none;
                color:#fff;
            }
            #featured .info a:hover{
                text-decoration:underline;
            }
            #featured .ui-tabs-hide{
                display:none;
            }

/* スライドショーおわり */
