@charset "utf-8";
@import url("reset.css");
@import url("common.css");

/**********************************************************
　トップページ
***********************************************************/
#top_center{
	float: left;
	width: 610px;
	_margin-top: -5px;
}
#top_right{
	float: right;
	width: 180px;
	_margin-top: -5px;
}


/**********************************************************
　中央カラム
***********************************************************/
/*共通*/
.centerbox{
	background-image: url(../img/bg_centerbox.gif);
	border-bottom: 1px solid #CCC;
}


/*///[ピックアップ]////////////////////////////////////////*/
#pickup{
	height: 240px;
	margin-bottom: 20px;
	padding: 5px;
	background: url(../img/bg_pickup.png) no-repeat;
}

#pickup ul.ui-tabs-nav{
	float: right;
	width: 185px;
}
#pickup ul.ui-tabs-nav li{   
	color:#666;
	height: 52px;
	margin-bottom: 2px;
	background:#FFF url(../img/bg_tabsnav.png); 
}
#pickup ul.ui-tabs-nav li img{
	float: left;
	margin: 4px;
	margin-left: 14px;
}
#pickup ul.ui-tabs-nav li span{
	display: block;
	float: left;
	width: 110px;
	height: 40px;
	padding: 5px;
	font-size: 90%;
	line-height: 130%;
}
#pickup li.ui-tabs-nav-item a{ 
	display:block;
	height: 52px;
	background:#FFF url(../img/bg_tabsnav.png);
	color:#666;
	text-decoration: none;
}
#pickup li.ui-tabs-nav-item a{ 
	display:block;
	height: 52px;
	background:#FFF url(../img/bg_tabsnav.png);
	color:#666;
	text-decoration: none;
}
#pickup li.ui-tabs-nav-item a:hover{ 
	background:#EEE url(../img/bg_tabsnav_hov.png); 
	color:#333;
}
#pickup li.ui-tabs-selected{
	background:#EEE url(../img/bg_tabsnav_sel.png);
	color:#333;
}
#pickup ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#EEE url(../img/bg_tabsnav_sel.png);
	color:#C00;
}

/*ピックアップ パネル*/
#pickup .ui-tabs-panel{ 
	float: left;
	position:relative;
	width:600px;
}
#pickup .ui-tabs-hide{ 
	display: none; 
}


/*///[新着情報]//////////////////////////////////////*/
#news{
	clear: both;
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 10px;
}
#news .centerbox{
	overflow: hidden;
	_zoom: 1;
	line-height: 130%;
}
#news table{
	float: left;
	width: 400px;
	margin: 5px 10px;
	_margin: 5px;
}
#news th{
	width: 5em;
	padding-right: 8px;
	color: #C00;
	font-weight: normal;
	text-align: left;
}
#news td{
	padding-bottom: 3px;
}
#news a{
	color: #333;
	text-decoration: none;
}
#news a:hover{
	color: #666;
	text-decoration: underline;
}
/* オンエア紹介 */
#news .onair{
	float: right;
	width: 174px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 3px;
	background-color: #F7F4E9;
	color: #333;
	text-align: center;
}
/* お知らせ */
#news .info a{
	color: #C00;
	text-decoration: underline;
}
#news .info a:hover{
	color: #CC8F8F;
}


/*///[新商品・おすすめ商品]////////////////////////////////////////*/
#newitem,
#recommend{
	clear: both;
	margin-bottom: 10px;
}
#newitem a,
#recommend a{
	color: #454545;
	text-decoration: none;
}
#newitem ul,
#recommend ul{
	padding-top: 15px;
	padding-left: 1px;
	_margin-left: -18px;
	
}
#newitem li,
#recommend li{
	float: left;
	overflow: hidden;
	width: 100px;
	height: 130px;
	margin-left: 18px;
	font-size: 11px;
	line-height: 14px;
}
#newitem li img,
#recommend li img{
	margin-bottom: 1px;
}
#newitem .centerbox,
#recommend .centerbox{
	overflow: hidden;
	_zoom: 1;
	padding-bottom: 15px;
}


/*///[3列バナー]////////////////////////////////////////*/
#three img{
	margin-bottom: 10px;
}

/*///[京都逸品店舗]//////////////////////////////////*/
#shop{
	clear: both;
	border-bottom: 10px;
}

#shop .centerbox{
	overflow: hidden;
	_zoom: 1;
	padding-bottom: 10px;
}
#tabhead{
	padding: 10px 10px 5px;
	_padding-right: 0;
}

#tabhead li{
	float: left;
	width: 58px;
	margin-right: 1px;
	background: #333 url(../img/bg_tabNav.gif);
	color: #FFF;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
}

#tabhead .on{
	background: #C00 url(../img/bg_tabNav_ac.gif);
}
#tabhead:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
#tabhead li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#tabhead li a:hover{
	color: #FFF;
	text-decoration: none;
	background: #666 url(../img/bg_tabNav_hov.gif);
}

#tabbody{
	clear: both;
	margin-left: 10px;
	_margin-right: 0;
}
#tabbody div{
	display:none;
}
#tabbody .current{
	display:block;
}

#tabbody dl{
	float: left;
	width: 285px;
	_width: 280px;
	margin: 3px;
	border: 1px solid #CCC;
}
#tabbody dt{
	float: left;
	width: 50px;
	padding: 5px;
}
#tabbody dd{
	float: left;
	width: 205px;
	margin: 5px;
	font-size: 95%;
	line-height: 130%;
}
.genre{
	color: #333;
	font-size: 80%;
}
#tabbody dd a{
	color: #C00;
}
#tabbody dd a:hover{
	color: #CC8F8F;
}



/**********************************************************
　右カラム
***********************************************************/
/*共通*/
.rightbox{
	background-image: url(../img/bg_rightbox.gif);
	border-bottom: 1px solid #CCC;
}

/*バナーエリア*/
.rightbanner{
	margin-bottom: 5px;
}
.rightbanner img{
	margin-bottom: 5px;
}


/*///[売れ筋]////////////////////////////////////////*/
#top_selling{
	clear: both;
	margin-bottom: 10px;
	font-size: 85%;
}
#top_selling table{
	margin: 0 5px 2px;
	border-collapse: collapse;
}
#top_selling td{
	padding: 5px;
	line-height: 130%;
	vertical-align: middle;
	border-bottom: 1px solid #EEE;
}
#top_selling td a{
	color: #454545;
	text-decoration: none;
}
#top_selling a:hover{
	color: #C00;
}



/*ブログ*/
.blog_arc{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #FFF url(../img/bg_blog.gif) bottom no-repeat;
	border: none;
}
.blog_arc h2{
	padding: 0;
}
.blog_arc ul{
	margin: 0 10px;
}
.blog_arc li{
	list-style: none;
	padding: 3px;
	font-size: 85%;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}
.blog_arc a{
	display: block;
	color: #333;
	text-decoration: none;
}
.blog_arc a:hover{
	color: #787878;
	text-decoration: underline;
}

