/*---------------リセットCSS--------------*/
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
ul {
    list-style: none outside none;
}


/*---------------------クリアフィックス-------------*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
html {
    overflow-y: scroll;
}


body{
	text-align:center;
}

/*-----------------------メイン-------------------------*/
#bg{
	width:780px;
	height:280px;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}
#featured{ 
	width:780px;
	height:280px;
	padding-right:250px; 
	position:relative; 
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:505px; 
	padding:0; margin:0;
	width:266px;
	height:62px;
	background:#FFFFFF; 
}
#featured ul.ui-tabs-nav li{ 
	margin:0 0 10px 0;
	width:266px;
	height:62px;
	overflow: hidden;
	padding:0 0 0 8px
}
html*#featured ul.ui-tabs-nav li{ 
	margin:0 0 10px 0;
	width:274px;
	height:62px;
	overflow: hidden;
	padding:0 0 0 8px
}

#featured ul.ui-tabs-nav li img{
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	width:266px;
	height:62px; 
		overflow: hidden;
			filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;

}
#featured li.ui-tabs-nav-item a:hover{ 
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}
#featured li.ui-tabs-selected{
	background:url('http://www.rakuten.ne.jp/gold/ee-shopping/images/2ya.png') no-repeat 0 25px;
	padding:0 0 0 8px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	border: 3px solid #F33396;
	width:260px;
	height:56px;
filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
html*#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	width:266px;
	height:62px;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a img{ 
	margin:-3px;
}

#featured .ui-tabs-panel{ 
	width:504px;
	height:280px;
	position:relative;
}
#featured .ui-tabs-panel a:hover img{
		filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;

}
#featured .ui-tabs-hide{ 
	display:none; 
}
