@charset "UTF-8";

div#searchBox {
	position: absolute;
		top: 15px;
		right: 15px;
	width: 440px;
}

/* サイトマップへのリンク */
p#sitemapLink {
	width: 220px;
	padding: 5px 0;
	text-align: right;
}

/* 検索フォーム */
form#searchForm {
	position: absolute;
		top: 0;
		right: 0;
	width: 200px;
	padding: 5px;
	background: #F0F0F0;
}
	input#keyword {
		width: 140px;
	}
	input#searchBtn {
		position: absolute;
			top: 5px;
			right: 5px;
	}


/* 検索語句ハイライト */
.highlight0 {
	background:yellow;
}

.highlight1 {
	background:aqua;
}

.highlight2 {
	background:lime;
}

.highlight3 {
	background:Tomato;
}