/* CSS Document */

/*メインイメージ*/
#main_image {
	width: 900px;
	background-image: url(image/title.jpg);
	height: 180px;
}

/*センター*/
#center{
	width:850px;
	margin-right: auto;
	margin-left: auto;
}

/*パノラマ*/
#center #panorama{
	width:850px;
	margin-bottom: 15px;
}
