﻿#header {
	padding-top: 20px;
}
#header_navi a {
	font-size: 140%;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#header_navi a:hover {
	text-decoration: underline;
	color: #709A0C;
}
#header_box_left {
	float: left;
	padding-left: 40px;
	padding-top: 7px;
}
#header_box_right {
	float: right;
	width: 220px;
	text-align: right;
	padding-right: 40px;
}
#header_box_right a:hover {
	text-decoration: none;
}
#header_box_head {
	border-color: #7FAD0D;
	background-color: #DDE1DB;
	height: 100px;
	background-image: url('../images/head.jpg');
	background-repeat: no-repeat;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
#searchbox input {
	color: #999999;
	font-size: 110%;
	margin-top: 10px;
}


