﻿#header {
	height: 5000px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(images/hanamaru01.jpg);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
h1{
font-size:20px;
}