/* ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #e9f8f1;
}
a:link {
	color: #3366CC;
	font-style: normal;
}
a:visited {
	color: #3366CC;
}
a:hover, a:active {
	color: #FF0000;
	font-style: normal;
}

/* ページ全体(終了)
------------------*/
#page {
	position: relative;
	top: 0;
	left: 0;
	width: 780px;
	}
#header {
	height: 70px;
	width: 780px;
	margin: 0 0 0;
	padding: 0 0 0;
	border: 0;
	background: url(/gobo/images/header.gif);
	}
#navi {
	position: absolute;
	top: 52px;
	left: 280px;
	float: left;
	width: 500px;
	}
#navi ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navi li,#navi a{
	float: left;
	display: block;
	width: 95px;
	height: 17px;
	background: url(/gobo/images/nav.gif);
	text-indent: -9999px;
	}
	
/* #navi li#smap {
	display: none;
	}
#navi li#busyo {
	display: none;
	}
*/

#font a {background-position: -0 0 }
#busyo a {background-position: -95px 0 }
#sisetu a {background-position: -190px 0 }
#map a {background-position: -285px 0 }
#smap a {background-position: -380px 0}
#font a:hover {background-position:-0 -17px }
#busyo a:hover {background-position: -95px -17px }
#sisetu a:hover {background-position: -190px -17px }
#map a:hover {background-position: -285px -17px }
#smap a:hover {background-position: -380px -17px }

#google {
	position: absolute;
	top: 3px;
	left: 490px;
	height: 50px;
	width: 250px;
	font-size: 9pt;
	}
#us_page {
	text-align: left;
	width: 780px;
	margin: 0;
	border-width: 0;
	padding: 0 0 0;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	}
#pnkz {
	width: 740px;
	height: 20px;
	margin-left: 5px;
	margin-right: 15px;
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 2px;
	border-color: silver;
	padding-top: 5px;
	padding-left: 20px;
	font-size: medium;
	}
#contents {
	width: 740px;
	margin-left: 5px;
	margin-right: 15px;
	border: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	}
#tantou {
	text-align: center;
	width: 760px;
	margin-left: 5px;
	margin-right: 15px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-color: olive;
	font-size:small;
	padding-top: 5px;
	padding-bottom: 3px;
	}
#footer1 {
	position: relative;
	text-align: left;
	width: 780px;
	height: 20px;
	margin: 0px;
	}
#footer11 {
	position: absolute;
	top: 0px;
	height: 20px;
	width: 780px;
	margin:0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	padding: 0 0 0;
	}
#footer11 ul{
	list-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-left: 50px;
	}
#footer11 li{
	display:inline;
	padding-left: 30px;
	float: left;
	font-size: 9pt;
	}
#footer {
	text-align: center;
	margin: 0 0 0;
	padding-top: 3px;
	padding-bottom: 1px;
	height: 35px;
	width: 780px;
	background-image: url(../images/footer.GIF);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9pt;
	text-indent: -9999px;
	color: white;
	}
	