/* CSS Document */

/*----------
 共通
----------*/
body{
 margin:0;
 padding:0;
}


.base *{
 margin:0;
 padding:0;
 list-style:none;
 font-style:normal;
 font-weight:normal;
}



.base img{
 border:none;
 vertical-align:bottom;
}



.base a{
 color:#666;
 text-decoration:none;
}



/*----------
 GOLD
----------*/
body.include{
 margin:0;
 padding:0;
}

#legerRecom {
	width: 955px;
	height: 100px; 
	margin-top:-30px;
	overflow: hidden;
	clear:both;
	position:relative;
	padding: 4px;
	
}



#legerRecom #arrow1{
	background: #666 url(../img/header_jq_btn_arrow1.gif) no-repeat;
	position: absolute;
	height: 76px;
	top: 12px;
	left: 0px;
	z-index: 20;
}



#legerRecom #arrow2{
 background: #666 url(../img/header_jq_btn_arrow2.gif) no-repeat;
 position: absolute;
 height: 76px;
 top: 12px;
 right: 0px;
 z-index: 30;
}



/* 左スライダーカーソル */
#legerRecom #arrow1 a{
 width: 10px;
 height: 100px;
 display: block;
 overflow: hidden;
 text-indent: -9999px;
}


/* 右スライダーカーソル */
#legerRecom #arrow2 a{
 width: 10px;
 height: 100px;
 display: block;
 overflow: hidden;
 text-indent: -9999px;
}



/* スライド表示画像並びの基準ボックス */
#legerRecom .carousel{
	width: 955px;
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 10;
}


#legerRecom .carousel ul li{
	margin: 0px 0px 0px 4px;
	width: 100px;
	float: left;
	display: inline;
}



#legerRecom .carousel ul li a img{
 margin: 12px 12px 12px 12px;
 height: 76px;
 width: 76px;
}



#legerRecom .carousel ul li a{
 width: 100px;
 height: 100px;
 display:block;
 overflow:hidden;
 font-size:11px;
 line-height:16px;
 text-align:left;
}




/*----------
 クリア
----------*/
/*clear*/





.cl{
 clear:both;
}
.clear:after{
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clear{
 display: inline-table;
 min-height: 1%;
}



/*Hides from MacIE \*/
* html .clear{height: 1%;}
.clear{display: block;}
/*Hides from MacIE */
