@charset "UTF-8";

body{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho";
	
}

header#topnavi{
	width: 100%;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-color: #00A0FF;
	color: #FFFFFF;
	text-align: 10px;
	position: fixed;/* 位置を固定する */
	top: 0; /* 位置を画面の一番上にする */
	z-index: 10;/* 重なり順の設定 */
}

div#header{
	display: block;
	margin: 5px;
}

div#top{
	background-image: url("images/tophaikei.jpg");
}



div#title{
	
	display: block;
	margin-top: 55px;
	margin-left: 51px;
	padding-bottom: 49px;
}

div#bun1{
	display: block;
	margin-top: 75px;
	margin-left: 17px;
	font-size: 18px;
	color: black;
}	

div#syasinn1{
	display: block;
	margin-top: 60px;
}

div#bun2{
	display: block;
	margin-top: 60px;
	margin-left: 73px;
	font-size: 18px;
	color: black;
}

div#syasinn2{
	display: block;
	margin-top: 60px;
}

div#bun3{
	display: block;
	margin-top: 60px;
	margin-left: 17px;
	font-size: 18px;
	color: black;
}

div#syokugyo{
	position: relative;
}

syokugyo img{
	width: 100%;
}

div#midasi{
	position: absolute;
	top: 7%;
	left: 55%;
}

h1{
	font-size: 35px;
	color: white;
}

div#dairiten{
	position: absolute;
	top: 25%;
	left: 7%;
	color: white;
	font-size: 18px;
}

h2{
	font-size: 25px;
	color: white;
}



div#director{
	position: absolute;
	top: 50%;
	left: 35%;
	color: white;
	font-size: 18px;
}

h3{
	font-size: 25px;
	color: white;
}

div#back{
	position: absolute;
	top: 85%;
	left: 30%;
}

