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

ul{
	padding-top: 20px;
}

li{
	border: none;
	padding-bottom: 15px;
}

.banner_box02 ul{
	padding-top: 0px;
}

.banner_box02 ul li{
	border: none;
	padding-bottom: 0px;
}

.img {
	background-image: url(../img/img.jpg);
	background-position: center top;
	width: 860px;
	padding-top: 51px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
}

#left_list {
	float: left;
	width: 170px;
}
#center_list {
	float: left;
	width: 170px;
	padding-left: 10px;
}
#right_list {
	float: left;
	width: 170px;
	padding-left: 10px;
}
