/* CSS Document */

/*contents--------------*/
/* hakata */
#kanban_hakata {
	float: left;
	width: 510px;
	height: 260px;
	background-image: url(images/kanban_hakata.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#h2_1 {
	float: left;
	width: 510px;
	height: 37px;
	background-image: url(images/h2_1.jpg);
	background-repeat: no-repeat;
	margin-top:25px;
}
#h2_2 {
	float: left;
	width: 510px;
	height: 37px;
	background-image: url(images/h2_2.jpg);
	background-repeat: no-repeat;
	margin-top:25px;
}
#h2_3 {
	float: left;
	width: 510px;
	height: 37px;
	background-image: url(images/h2_3.jpg);
	background-repeat: no-repeat;
	margin-top:25px;
}
.dotline{
	float:left;
	width:510px;
	height:6px;
	background-image:url(images/c_dotline.jpg);
	background-repeat:no-repeat;
}
.img_left{
	float:left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_right{
	float:right;
	padding-left: 5px;
	padding-bottom: 5px;
}
