/****　共通　****/
body,div,img{
	margin:0;
	padding:0;
}
body {
	background:#BAE3F9;
	text-align: center;
	min-width:1080px;
}
#wrap {
	width:100%;
}
#contents_01 {
	padding:40px 0;
	background:url(../image/back_top.jpg) no-repeat top center;
}
#contents_02 {
	padding:0;
	background:url(../image/back_bottom.jpg) no-repeat bottom center;
}
.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
	height:61px;
}




