@charset "shift_jis";
/* CSS Document */

#productsArea{
	width:710px;
	height:201px;
	position:relative;
    margin-bottom: 30px;
}
	#productsAreaTab{
		width:710px;
		height:27px;
		background:url(image/products_tab_bg.jpg);	
		margin-bottom:9px;
	}
		#productsAreaTab li{
			display:inline-block;
			*display:inline;
			*zoom:1;				
			height:27px;
		}
		#productsAreaTab li a{
			overflow:hidden;
			text-indent:-10000px;
			background-image:url(image/products_tab.jpg);			
			height:27px;
			display:block;
			width:118px;
		}
				#productsAreaTab li#categoryAll a{background-position:0px 0px;}
				/*#productsAreaTab li#categoryAll a:hover,*/
				#productsAreaTab li#categoryAll a.on{background-position:0px -27px;}

				#productsAreaTab li#categoruColor a{background-position:-118px 0px;}
				/*#productsAreaTab li#categoruColor a:hover,*/
				#productsAreaTab li#categoruColor a.on{background-position:-118px -27px;}

				#productsAreaTab li#categoruPerm a{background-position:-236px 0px;}
				/*#productsAreaTab li#categoruPerm a:hover,*/
				#productsAreaTab li#categoruPerm a.on{background-position:-236px -27px;}

				#productsAreaTab li#categoruCare a{background-position:-354px 0px;}
				/*#productsAreaTab li#categoruCare a:hover,*/
				#productsAreaTab li#categoruCare a.on{background-position:-354px -27px;}

				#productsAreaTab li#categoruStyling a{width:118px; background-position:-472px 0px;}
				/*#productsAreaTab li#categoruStyling a:hover,*/
				#productsAreaTab li#categoruStyling a.on{width:118px; background-position:-472px -27px;}
				
				#productsAreaTab li#categoruMens a{width:118px; background-position:-590px 0px;}
				/*#productsAreaTab li#categoruStyling a:hover,*/
				#productsAreaTab li#categoruMens a.on{width:118px; background-position:-590px -27px;}

	#productsAreaShow{
		width:680px;
		height:165px;
		overflow:hidden;
		margin-left:10px;
        position: relative;
	}
		#productsAreaList{
			height:165px;		
			white-space:nowrap;	
			text-align:left;		
		}
			#productsAreaList li{
				display:inline-block;
				*display:inline;
				*zoom:1;
				width:150px;
				height:165px;
				margin:0px 10px;
			}
				#productsAreaList li a{
					width:150px;
					height:165px;
					position:relative;
					display:block;
					text-decoration:none;			
				}
					#productsAreaList li a img{
						width:150px;
						height:130px;
						position:absolute;
						top:0px;						
					}

					#productsAreaList li a span.pName{
						display:inline-block;
						*display:inline;
						*zoom:1;
						width:150px;
						position:absolute;
						bottom:0px;
						left:0px;
						text-align:center;
						color:#665501;
						font-size:80%;
						line-height:1.1em;
                        white-space: normal;
					}
					#productsAreaList li a span.newIcon{
						position:absolute;
						top:0px;
						right:0px;
						width:30px; height:30px;
						background:url(image/products_icon_new.png);						
					}

			
			
	#productsAreaBtnL,
	#productsAreaBtnR{
		width:25px;
		height:165px;
		position:absolute;
		top:36px;
	}
	#productsAreaBtnL{left:0px;}
	#productsAreaBtnR{right:0px;}	
		#productsAreaBtnL a,
		#productsAreaBtnR a{
			width:25px;
			height:165px;
			display:block;
		}
			#productsAreaBtnL a{background:url(image/products_btn_l.png) center no-repeat;}
			#productsAreaBtnR a{background:url(image/products_btn_r.png) center no-repeat;}
