#bottomBoxHeader1	{
	width: 247px;
	height: 42px;
	background-image: url(../img/box_header_red.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomBoxHeader2	{
	width: 247px;
	height: 42px;
	background-image: url(../img/box_header_orange.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomBoxHeader3	{
	width: 247px;
	height: 42px;
	background-image: url(../img/box_header_blue.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomBoxContent1, #bottomBoxContent2, #bottomBoxContent3	{
	background-image: url(../img/bottom_box_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 128px;
	background-color:#fff;
	padding-left: 20px;
}
#bottomBoxContent1 ul, #bottomBoxContent2 ul, #bottomBoxContent3 ul	{
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.8em;
}
#bottomBoxContent1 ul li	{	
	padding-left: 30px;
	color: #CE261C;
	background-image: url(../img/button_red.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#bottomBoxContent2 ul li	{	
	padding-left: 30px;
	color: #F07910;
	background-image: url(../img/button_orange.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#bottomBoxContent3 ul li	{	
	padding-left: 30px;
	color: #7394A5;
	background-image: url(../img/button_blue.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#bottomBoxContent1 p, #bottomBoxContent2 p, #bottomBoxContent3 p	{
	padding-left: 30px;	 
	padding-bottom: 3px;
	font-size: 1.1em;
}
