@charset "Shift_JIS";
 

/*
 人気カテゴリ
-----------------------------------------------------------------*/
#left_contents{
width: 708px;
border: #CCCCCC solid 1px; 
padding: 10px 0px 10px 20px;
}

#Waku {
width: 708px;
overflow: hidden;
position: relative;
}

#Waku_r {
width: 287px;
float: left;
}

#Waku_l {
width: 418px;
float: right;
}

#CateList {
width: 287px;
overflow: hidden;
position: relative;
}

#CateList ul {
width: 287px;
margin-right: -5px;
margin-top:5px;
}

#CateList li {
float: left;
margin-right: 5px;
}

#CateList2 {
width: 418px;
overflow: hidden;
position: relative;
}

#CateList2 ul {
	width: 418px;
margin-right: -10px;
margin-top: 5px;
}

#CateList2 li {
width: 125px;
float: left;
margin-right: 10px;
}

.Cate_img {
display: block;
margin-bottom: 5px;
}

/*
 float
-------------------------------------------------------------------------*/
.floLeft {
	float: left;
}
.floRight {
	float: right;
}
.clear {
	clear: both;
}


/*
 float clear
-------------------------------------------------------------------------*/
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}
.clearfix{
	display: inline-table;
	min-height: 1%;
	display: block;
}

