<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*	{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "HG丸ｺﾞｼｯｸM-PRO",sans-serif;
}


a	{
  outline: none;
}

img	{
  border: none;
}

/*----------------------------------------------------------------------------
 ページ構造に関するCSS 
----------------------------------------------------------------------------*/
body {
  text-align: center;
  font-family:"ＭＳ ゴシック", sans-serif; 
  background-color: #efffff;
}

#wrapper {
  width : 940px;
  margin:auto;
  height : auto;
  text-align: left;
  overflow: hidden;
  background-image : url(wrapper-bg.gif);
  background-repeat: repeat-y; 
}
#contents	{
  width: 885px;
  height : auto;
  margin: auto;
  overflow: hidden;
  background-color: #fcecca;
  padding: 10px 0 0 15px ;
}
/*--------------------------------------------------------------------
ヘッダー用CSS
----------------------------------------------------------------------*/
#header {
  width: 900px;
  height : 250px;
  margin: auto;
}
/*--
  コンテンツ見出し定義 
--*/
#pageheader {
  margin: -10px 0 0px 25px;
}
/*--
  小見出し（トップページ以外）定義 
--*/
.entry2 {
  width: 300px;
/*  width: auto; */
  height: 30px;
  margin: 20px 25px;
  clear: both; 
}
/*--------------------------------------------------------------------
	メニューボタン
----------------------------------------------------------------------*/
#navi {
	height: 50px;
	width: 870px;
	z-index: 100;
	position:relative;
	padding: 5px 15px;
  margin: auto;
  background-color: #fcecca;
}
#navi ul {
	list-style-type: none;
	width: 870px;
	height: 50px;
/*	margin: 5px 0px; */
}
#navi a {
	text-decoration: none;
	display: block;
	width: 145px;
	height: 50px;
}
#navi ul li	{
	display: inline;
	float: left;
	width: 145px;
	height: 50px;
}
#navi ul li a	{
	display: block;
	width: 145px;
	height: 50px;
}
#navi img	{
	width: 145px;
	height: 50px;
}
#navi ul li a:hover {
	display: block;
	width: 145px;
	height: 50px;
	background-position: 0px 50px;
}
#home	{
	background-image : url(menu_home-m.gif);
}
#inst	{
	background-image : url(menu_institution-m.gif);
}
#gardenchara	{
	background-image : url(menu_gardenchara-m.gif);
}
#gardenmap	{
	background-image : url(menu_gardenmap-m.gif);
}
#yearevent	{
	background-image : url(menu_yearevent-m.gif);
}
#access	{
	background-image : url(menu_access-m.gif);
}
/*--------------------------------------------------------------------
フッター用CSS
----------------------------------------------------------------------*/
#footer	{
	clear: both;
	width: 900px;
	height: 170px;
	text-align: center;
  margin: auto;
}
</pre></body></html>