@charset "utf-8";

/* start header */
#header {
	height: 90px;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#topnavi {
	float: right;
}
#topnavi li {
	background: url(../img/topnavi_bg.gif) no-repeat;
	height: 13px;
	width: 100px;
	list-style-type: none;
	float: left;
	text-align: center;
}
#topnavi a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
}
#topnavi a:hover {
	text-decoration: none;
	color: #ABD7B2;
}
#header h1 {
	font-size: 0.7em;
	color: #000000;
	margin: 0px 0px 10px 10px;
	text-align: left;
	padding-top: 10px;
}
#header h2 {
	text-align: left;
	margin-left: 10px;
	float: left;
	clear: both;
}
#tel_contact {
	float: right;
	width: 400px;
}
#tel_contact p {
	text-align: left;
}
#tel_contact img {
	float: left;
	padding-right: 10px;
	width: 210px;
}
#tel_contact .businesshour {
	font-size: 0.6em;
}

/* start footer */
#footer {
	background-color: #004714;
	height: 70px;
	width: auto;
	margin: 80px auto 0px;
	padding:5px 50px 0px 50px;
	clear: both;
}
#footer .copyright {
	color: #FFFFFF;
	text-align: left;
	float: left;
	font-size: 0.6em;
}
#bottomnavi {
	float: right;
}
#bottomnavi li {
	display: inline;
	padding-left: 10px;
}

#bottomnavi a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
#bottomnavi a:hover {
	text-decoration: none;
	color: #ABD7B2;
}
