@charset "utf-8";

/*============================================================*/



/*============================================================*/


#pieChartArea{}

#chart_div_01,
#chart_div_02,
#chart_div_03,
#chart_div_04,
#chart_div_05{
	width:220px;
	height:210px;
	overflow:hidden;
	margin-left:20px;
}


#pieChartArea li.chartList{
	clear:both;
}


#pieChartArea li.chartList ul{
	margin-top:20px;
	margin-right:12px;
	margin-left:40px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:40px;
	float:left;
	width:390px;
}


#pieChartArea li.chartList ul li{
}


#pieChartArea li.chartList ul li h5{
	text-align:left;
}


.color_01{
	color:#3366CC;
	padding-right:4px;
}


.color_02{
	color:#DC3912;
	padding-right:4px;
}


.color_03{
	color:#FF9900;
	padding-right:4px;
}


