@charset "UTF-8";



/* 画像に関するスタイル */

.photo{
	width:100%;
	height:450px;
	background-image:url("../images/image09.jpg");
}

/* タイトルに関するスタイル */

h1{
	position:relative;
	top:70px;
}
h3{
	position:relative;
	top:80px;
}


/* ナビに関するスタイル */

nav ul{
	position:relative;
	bottom:150px;
}

/* コンテンツに関するスタイル */

.box2{
	width:600px;
	text-align:left;
	margin:0 auto;
	position:relative;
	bottom:50px;
}