@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
    margin: 0px;
    padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #24433e;
	color: #666;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

#header {
	height: 170px;
	background-image: url(../img/wakayama-k2-p_230730-3.jpg);
	background-repeat: no-repeat;
	background-position: top ;
	padding-top: 65px;
}

#header h1 {
	font-size: 250%;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#header h2 {
	color: gold;
	font-weight: 900;
	font-size: 14px;
	margin-top: 17px;
	text-align: center;
	line-height: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 5px;
	text-shadow: 1px 1px 3px #000000;
}


#navigation {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #00687c;
	margin-bottom: 0px;
}
#navigation h5 {
	font-size: 0%;
	width: 111px;
	float: left;
	height: 22px;
	text-indent: -9999;
	text-decoration: none;
	display: inline;
}

#navigation h6 {
	width: 800px;
	height: 15px;
	display: inline;
}
#navigation #btn01 h5 a {
	height: 22px;
	background-image: url(../img/menu-bar/garden/2021/garden_top.gif);
	display: block;
	text-decoration: none;
	color: #00687c;
}
#navigation #btn01 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_top_over.gif);
}

#navigation #btn02 h5 a {
	height: 22px;
	background-image: url(../img/menu-bar/garden/2021/garden_green.gif);
	display: block;
	text-decoration: none;
	color: #00687c;
}
#navigation #btn02 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_green_over.gif);
}

#navigation #btn03 h5 a {
	height: 22px;
	background-image: url(../img/menu-bar/garden/2021/garden_garden.gif);
	display: block;
	color: #00687c;
	text-decoration: none;
}
#navigation #btn03 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_garden_over.gif);
}

#navigation #btn04 h5 a {
	height: 22px;
	background-image: url(../img/menu-bar/garden/2021/garden_map.gif);
	display: block;
	color: #00687c;
	text-decoration: none;
}
#navigation #btn04 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_map_over.gif);
}

#navigation #btn05 h5 a {
	height: 22px;
	background-image: url(../img/menu-bar/garden/2021/garden_contact.gif);
	display: block;
	color: #00687c;
	text-decoration: none;
}
#navigation #btn05 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_contact_over.gif);
}

#navigation #btn06 h5 a {
	height: 22px;
	background-image: url(../img/menu-bar/garden/2021/garden_about.gif);
	display: block;
	color: #00687c;
	text-decoration: none;
}
#navigation #btn06 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_about_over.gif);
}

#navigation #btn07 h5 a {
	height: 22px;
	width: 134px;
	background-image: url(../img/menu-bar/garden/2021/garden_facebook.gif);
	display: block;
	color: #00687c;
	text-decoration: none;
}
#navigation #btn07 h5 a:hover {
	background-image: url(../img/menu-bar/garden/2021/garden_facebook_over.gif);
}

#maincontent {
    width: 720px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	
}
#container #maincontent table {
	text-align: center;
}



#maincontent h2 {
	font-weight: bold;
	font-size: 200%;
	color: #333;
	height: 32px;
	padding-top: 9px;
	padding-left: 30px;
}

#maincontent h3 {
	font-size: 150%;
	color: #666;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincontent h4 {
	font-size: 110%;
	color: #333;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#maincontent p {
    font-size: 100%;
    color: #666;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-indent: 1em;
}

#maincontent a {
	font-size: 100%;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#maincontent a :hover{
	font-size: 100%;
	color: #F66;
	font-weight: bold;
	text-decoration: underline;
}



#footer {
	height: 32px;
	background-color: #24433e;
}

#footer p {
	color: #ccc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
}


#container #top-com {
	text-align: right;
	height: 22px;
}

#container #botom-inkan {
	text-align: center;
	height: 41px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container #botom-com {
	text-align: left;
	height: 22px;
}
