
body { background: white url(../img/bgimg.png) no-repeat fixed bottom right;
	margin:0px;
	padding:0px;

 }


div.contents {
	text-align: center;
}
div.centerbox{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* テキストの左揃え */
}
div.centerbox h1, div.centerbox h2, address{
	text-align: center;
}

h3.bandname{
	text-align: center;
}

p.back{
	text-align: right;
}