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

body {
	margin: 0 auto;
	background-color: #E3F9FF;
	}

.wrapper {
	background-repeat: repeat-y;
	width: 750px;
	background-position: center center;
	background-color: #FFF;
	height: 500px;
	margin: 0 auto;
}

.photo {
	width: 750px;
	height: 500px;
	background-position: center center;
	background-color: #FFF;
	margin: 0 auto;
}

.text {
	width: 750px;
	height: 112px;
	background-position: center center;
	background-color: #FFF;
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF;
}

.footer {
	width: 750px;
	height: 50px;
	background-position: center center;
	background-color: #FFF;
	margin: 0 auto;
}

.btn {
}