@charset "utf-8";
/* CSS Document */

/*カテゴリタブ*/
#category_tab{
	height: 28px;
	background: transparent;
	margin: 0;
	padding: 0;
	position: relative;
}
	#category_tab a{
		background: transparent;
		margin: 0;
		padding: 4px 2px 2px 2px;
		text-align: center;
		border: 1px solid #a19191;
		border-bottom: none;
		background: url(../images/bg/category_bg.gif) repeat-x top;
		overflow: hidden;
		position: absolute;
		display: block;
		color: #554;
		font-size: 0.8em;
		letter-spacing: 0.5em;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bolder;
	}
		#category_tab a:hover{
			background: url(../images/bg/category_bg_hover.gif) repeat-x top;
			border-color: #211111;
		}
	#category_tab a.selected{
		color: #fff;
		background: #211111 url(../images/bg/tab_header_bg.gif) repeat-x top;
	}
	#category_tab a#normal_tab{
		bottom: 0;
		width: 120px;
		left: 8px;
	}
		#category_tab a#normal_tab.selected{
			border: 1px solid #f36;	
			border-bottom: none;
			background: url(images/normal.gif) repeat-x bottom;
		}
	#category_tab a#large_tab{
		bottom: 0;
		width: 175px;
		left: 143px;
	}
		#category_tab a#large_tab.selected{
			border: 1px solid #069;
			border-bottom: none;
			background: url(images/large.gif) repeat-x bottom;
		}
	#category_tab a#new_tab{
		bottom: 0;
		width: 120px;
		left: 333px;
	}
		#category_tab a#new_tab.selected{
			border: 1px solid #211111;
			border-bottom: none;
			background: url(../images/bg/tab_header_bg.gif) repeat-x bottom;
		}
	
	/*ロールオーバー*/
	#category_tab a#large_category_tab:hover,#category_tab a#normal_category_tab:hover,div#category_tab a#new_item_tab:hover{
		border-color: #211111;
	}
	

/*カテゴリ一覧*/
div#categories{
	margin: 0 0 25px 0;
	padding: 0;
}
div#categories div{
	padding: 0 0 5px 0;
	margin: 0;
	position: relative;
	z-index: 20;
}
	*html div#categories div {
		display: inline-block;
	}
	*:first-child+html div#categories div {
		display: inline-block;
	}
	div#categories div:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
div#categories div#normal{
	margin: 0 0 10px 0;
	border: 1px solid #f36;
	background: #fff url(images/normal_bg.gif) repeat-x top;
}
div#categories div#large{
	margin: 0 0 10px 0;
	border: 1px solid #069;
	background: #fff url(images/large_bg.gif) repeat-x top;
}
div#categories div#new{
	border: 1px solid #090;
}


div#categories div h2{
	margin: 0;
	padding: 0;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding: 0 0 0 35px;
	margin: 10px 10px 5px 10px;
}

div#categories div a{
	width: 230px;
	height: 30px;
	float: left;
	border: 1px solid #716161;
	background: #fff url(images/link.gif) repeat-x bottom;
	margin: 5px 0 0 5px;
	padding: 4px 0 4px 0;
}
	*html div#categories div a{
		display: inline;
	}

div#categories div a img.icon{
	margin: 0 6px 0 3px;
}
div#categories div a h3{
	color: #313141;
	font-size: 0.9em;
	font-weight: bolder;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
	div#categories div a h3 span{
		font-size: 0.8em;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 5px 0 5px;
		color: #666;
	}
	div#categories div a h3 strong{
		font-size: 1.2em;
		color: #f60;
	}
div#categories div a:hover{
	text-decoration: none;
	background: #fff url(images/link_hover.gif) repeat-x bottom;
	border: 1px solid #fc0;
}
	div#categories div a:hover h3{
		border: none;
		color: #211111;
	}
div#categories div a p{
	color: #666;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 5px 0 10px;
	padding: 4px;
}
	div#categories div a p.sub{
		display: none;
	}
	div#categories div a p.updated{
		position: absolute;
		margin: -42px 0 0 -4px;
		width: 20px;
		height: 20px;
		background: url(images/up.png) no-repeat left center;
		z-index: 21;
	}
		div#categories div a:hover p.icons{
			color: #f60;
		}

/*ピックアップリスト*/
div#categories div#pickup_category{
	padding: 0 0 5px 0;
	margin: 0;
	position: relative;
	z-index: 19;
	background: #fff url(../images/bg/tab_bg.gif) repeat-x top;
	border: 1px solid #211111;
}
div#categories div#pickup_category h2{
	margin: 10px 5px 5px 5px;
	padding: 0;
}
div#pickup_category ul{
	margin: 0;
	padding: 0;
	line-height: 0;	
}
	*html div#pickup_category ul{
		display: inline-block;
	}
	*:first-child+html div#pickup_category ul{
		display: inline-block;
	}
	div#pickup_category ul:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
div#pickup_category ul li{
	margin: 0;
	padding: 0;
	display: block;
}
	div#pickup_category ul li a{
		margin: 5px 0 0 5px;
		padding: 0;
		width: 348px;
		height: 74px;
		float: left;
		border: 1px solid #716161;
		background: #fff url(images/link.gif) repeat-x bottom;
		position: relative;
		display: block;
	}
	*html div#pickup_category ul li a{
		display: inline;
	}
	
	div#pickup_category ul li a:hover{
		border: 1px solid #f90;
		background: #fff url(images/link_hover.gif) repeat-x bottom;
		text-decoration: none;
	}
		div#pickup_category ul li a img{
			border: 2px solid #fff;
			position: absolute;
			top: 5px;
			left: 5px;
			overflow:hidden;
		}
		
		div#pickup_category ul li a h3{
			padding: 0;
			background: none;
			border: none;
			margin: 6px 6px 6px 94px;
			line-height: 1.4em;
			color: #312121;
			font-size: 0.8em;
			letter-spacing: 0;
		}
			div#pickup_category ul li a:hover h3{
				color: #211111;
				text-decoration: underline;
			}
		div#pickup_category ul li a p.price{
			margin: 0;
			padding: 0;
			line-height: 1em;
			position: absolute;
			bottom: 5px;
			right: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			text-decoration: none;
			color: #f33;
			font-weight: bold;
		}
		div#pickup_category ul li a:hover p.price{
			text-decoration: none;
		}
		div#pickup_category ul li a p.price del{
			text-decoration: line-through;
			margin: 0 5px 0 0;
			font-size: 0.8em;
			font-weight: normal;
			color: #312121;
		}
		div#pickup_category ul li a p.price ins{
			text-decoration: none;
			color: #f33;
		}
			div#pickup_category ul li a p.price ins span{
				font-size: 0.6em;
				margin: 0 5px 0 0;
				vertical-align: top;
			}
			div#pickup_category ul li a p.price strong{
				text-decoration: none;
				font-weight: bold;
				margin: 0 5px 0 0;
			}
		div#pickup_category ul li a img.newIcon{
			border: none;
			position: absolute;
			top: 0;
			left: 0;
		}

/*新商品リスト*/
div#pickup_category div#new_category_pickup h2{
	margin: 10px 5px 0 5px;
	padding: 2px 2px 0 2px;
	background: none;
	color: #fff;
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	div#pickup_category div#new_category_pickup h2#normal_new_item_title{
		color: #f36;
		border-bottom: 2px solid #f36;
	}
	div#pickup_category div#new_category_pickup h2#large_new_item_title{
		color: #069;
		border-bottom: 2px solid #069;
	}


div#toolTip{
	text-align: left;
	font-size: 0.8em;
	width: 240px;
	color: #fff;
	padding: 5px;
	z-index: 22;
	border: 1px solid #fc0;
	background: url(images/sub_bg.png);
}
	*html div#toolTip{
		background: #211111;
	}
