


/**********　　ヘッダーロゴ　　****************/

#headerheader {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 35px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height:200px;
	background-image: url(image/top1.jpg);
	background-repeat: no-repeat:
	background-position: center;
}

#headerheader a:link {
	color: #006633;
	text-decoration: none;
}

#headerheader a:visited {
	color: #006633;
	text-decoration: none;
}

#headerheader a:hover {
	color: #0000FF;
	text-decoration: none;
}

#headerheader a:active {
	color: #006633;
	text-decoration: none;
}

