/* CSS Document */

/*メインイメージ*/
#main_image {
	width: 900px;
	background-image: url(image/title.jpg);
	height: 180px;
}

/*センター*/
#center{
	width:850px;
	margin-right: auto;
	margin-left: auto;
}

#center #copy{
	width:850px;
	margin-bottom: 20px;
}

#center p{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 7px;
}
