@charset "utf-8";
/* CSS Document */

#graphic{
	float: left;
	width: 210px;
	margin-right: 19px;
}
#graphic .block{
	background-color: #FFECE7;
}
#graphic .name{
	color: #EE7700;
}

#illustration{
	float: left;
	width: 210px;
	margin-right: 20px;
}
#illustration .name{
	color: #E60012;
}
#illustration .block{
	background-color: #FBF1E7;
}
#digital{
	float: left;
	width: 210px;
	margin-right: 20px;
}
#digital .name{
	color: #E8537D;
}
#digital .block{
	background-color: #FBF0F5;
}


#areaBox .block{
	width: 194px;
}
#areaBoxOuterA{
	background: url(../img/index/bg02.png) repeat-y;
	margin-left: 20px;
}
#areaBoxOuterB{
	background:url(../img/index/bg01.png) no-repeat top left;
}
#areaBox{
	background: url(../img/index/bg03.png) no-repeat bottom left;
}





.btnSet .edge{
	margin-right: 25px;
}




