/***********************************************/
/* leftArea                                */
/***********************************************/

/* ===== idxArea ===== */
#idxArea{
	clear: both;
	margin-bottom: 20px;
}

#idxArea ul{
	clear: both;
}

#idxArea ul li{
	float: left;
	margin-right: 0.7em;
	margin-bottom: 0.5em;
	padding-left: 18px;
	background-image: url(../img/ic02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}






/***********************************************/
/* clear fix                                */
/***********************************************/

#idxArea:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#idxArea{/* ===== IE hack ===== */
	display: inline-block;
}

#idxArea{/* ===== Opera ===== */
	display: block;
}
