@charset "utf-8";
/* CSS Document */
body {
	width: 760px;
	font-size: 12px;
}
#header .menu {
	margin: 0px;
	width: 765px;
}

#header .menu a {
	display: block;
	float: left;
}
#header .menu img {
	margin: 0px;
}

.floatclear {
	clear: left;
}
h1 {
	margin: 0px;
	background-image:url(../images/h1logo.gif);
	height: 75px;
}
h1 img {
	position: relative;
	top: 7px;
	left: 15px;
}
table {
	margin-left: 5px;
}

#about {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 563px;
}

#about #gaiyou {
	width: 543px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
#about #gaiyou td {
	border: 1px solid #CCCCCC;
}

#about #gaiyou .title {
	background-color: #E8F3FF;
}
#about #map {
	margin-left: 20px;
}
#footer {
	background-image: url(../images/footerCopy.gif);
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 5px;
	vertical-align: middle;
}
#footer ul {
	text-align: right;
	padding-top: 4px;
	margin-right: 10px;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
}
#footer ul li a {
	color: #FFFFFF;
}

