/* CSS Document　ソルデザインワークス */
@charset "utf-8";
/*===== 全体 ====================================*/
*{
	
	margin:0;
	padding:0;
}

body {
	text-align:center;/* box centering */
	margin: auto;
	padding: 0px;
	background:url(../img/wasi.jpg)
}

img {
	border: none ;/* img do not want a border */
	vertical-align:middle;
}
.floatright{
         float: right;
         margin-left: 0.5em;
}
.btn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#wrapper {
	width: 920px;
	margin: 10px auto;
	text-align: center;
}
/*===== ヘッダー ====================================*/
div#headertext {
	width: 100%;
	text-align: center;
}
div#header {
	width: 100%;
	text-align: center;
	background-color:#000;
}
div#header_contents {
	width: 920px;
	margin:0 auto;
	text-align:center;
}

.topword {
	line-height: 160%;
	font-size:12px;
	text-align: center;
	color:#999999;
}

.navi {
	color: #ffffff;
	line-height:1.4;
	font-size: 14px;
	text-decoration : none;
}
a.navi:link, a.navi:visited { text-decoration : none; color: #ffffff}
a.navi:hover {text-decoration : underline;
	color: #ffffff;
}
/*===== メニューナビゲーション ====================================*/
div#menu {
	clear:both;
	margin:4px 0 4px 0;
	height: 48px;
	width: 100%;
	text-align:center;
}
div#menu_contents {
	width: 920px;
	margin:0 auto;
	text-align:center;
}
#menu ul li {
  position: relative;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  list-style-type: none;
}
/*= HOME =*/
#menu li a {
  width:auto;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  padding:10px 31px;
  text-decoration:none;
  display:block;
  background:#333333;
}
#menu li a:hover {
  background:#666666;
}
/*= 公園について =*/
#menu li a.about {
  width:auto;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  padding:10px 31px;
  text-decoration:none;
  display:block;
  background:#26453d;
}
#menu ul li a.about:hover {
  background:#47726c;
}
/*= 三井地区 =*/
#menu li a.mitsui {
  width:auto;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  padding:10px 31px;
  text-decoration:none;
  display:block;
  background:#1b813e;
}
#menu ul li a.mitsui:hover {
  background:#7ba23f;
}
/*= 吉田地区 =*/
#menu li a.yoshida {
  width:auto;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  padding:10px 31px;
  text-decoration:none;
  display:block;
  background:#6a4028;
}
#menu ul li a.yoshida:hover {
  background:#a35e47;
}

/* 子メニュー緑 - .sub-menu */
#menu .sub-menu {
  position: absolute;
  top: 47px;
  display: none;
}
#menu .sub-menu a {
  color: #fff;
  font-size:16px;
  width: 144px;
  background: #7ba23f;
  padding: 10px 15px;
  display: block;
}
/* 子メニュー茶 - .sub-menu */
#menu .sub-menu2 {
  position: absolute;
  top: 47px;
  display: none;
}
#menu .sub-menu2 a {
  color: #fff;
  font-size:16px;
  width: 144px;
  background: #a35e47;
  padding: 10px 15px;
  display: block;
}

/* ホバーで子メニュー表示 */
#menu .menu-item:hover ul,
#menu .menu-item ul.focused {
  display: block;
  opacity: 0.90; /* 90％不透明度（＝10％透過） */

}
#menu li.menu-item li a:hover,
#menu li.menu-item li a:focus {
  background: #4f726c;
}

/*===== ぱんくず ====================================*/
.pank {
	color: #999999;
	line-height:1.1;
	font-size: 12px;
	text-decoration : none;
}
a.pank:link, a.pank:visited { text-decoration : none; color: #999999}
a.pank:hover {text-decoration : underline; color: #999999;
}
/*===== サイトマップ ====================================*/
.sm {
	color: #339933;
	line-height:1.8;
	font-size: 14px;
	text-decoration : none;
}
a.sm:link, a.sm:visited { text-decoration : none; color: #330000}
a.sm:hover {color: #0066cc;
}

/*===== ページコンテンツ ====================================*/
div#contents {
	width: 920px;
	margin:0 auto;
	text-align:center;
}

div#contentsMain {
text-align: left;
padding:0px 0 0px 0;
}
/*===== topページコンテンツ ====================*/
div#topimg {
	width: 920px;
	text-align: left;
	padding:0px 0 10px 0px;
}

div#topcontents_left {
	margin:0 auto;
	width:280px;
	float:left;
	text-align: left;
	background:#fff;
}

div#topcontents_right {
	margin:0 auto;
	width:200px;
	float:right;
	text-align: left;
}

div#topcontents_center {
	margin:0 210px 0 290px;
	width:410px;
	float:center;
	text-align: left;
}
/* topテーブル */
div.ttbl {
	margin: 0 0 10px 0;
}
div.ttbl table{
	border-top: 1px solid #47726c;
	border-bottom: 6px solid #47726c;
	border-left: 6px solid #47726c;
	border-right: 6px solid #47726c;
	background-color:#fff;
}
div.ttbl table td {
	padding: 5px;
	color: #ffffff;
	line-height:1.4;
	font-size: 14px;
	text-decoration : none;
}
/*===== ページコンテンツ左右分け =========================*/
div#contents_left {
	margin:0 auto;
	width: 120px;
	float:left;
	text-align: left;
}

div#contents_right {
	margin:0 auto;
	width:780px;
	float:right;
	text-align: left;
}

/*===== ページの先頭へ戻る ====================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*===== ｈｒ ====================================*/
hr {
height: 0px;
border-color: #669933;
color:#669933;
}

/*===== フッター ====================================*/
div#footer {
	clear:both;
	margin:0 auto;
	text-align:center;
	background-color:#000000;
	padding:0px 0 0px 0;
}

div#footerMain {
	width:920px;
	margin:0 auto;
	text-align:center;
}

.corpinfo {
	color: #ffffff;
	line-height:1.8;
	font-size: 16px;
	text-decoration : none;
}

.copyright {
	color: #ffffff;
	line-height:2.8;
	font-size: 10px;
	text-decoration : none;
}

/*===== 概要テーブル ====================================*/
div.tbl {
	margin: 10px 0px 10px 0px;
}

div.tbl table{
	border-top: 1px solid #dddddd;
}

div.tbl table td {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
}

div.tbl table th {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #efefef;
	font-weight: normal;
	text-align: left;
}

div.tbl table td.head {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #f5f5f5;
}
/*===== テーブルl（える） ====================================*/
div.tbll {
	margin: 8px 0px 8px 0px;
}

div.tbll table{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

div.tbll table td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	font-size: 12px;
}

div.tbll table th {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #efefef;
	font-weight: normal;
	text-align: left;
}

div.tbll table td.head {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	background: #f5f5f5;
}
/*===== テーブル0 ====================================*/
div.tbl0 {
	margin: 10px 0px 10px 0px;
}

div.tbl0 table{
	border-top: 0px;
	border-left: 0px;
}

div.tbl0 table td {
	border-right: 0px;
	border-bottom: 0px;
	padding: 2px;
	font-size: 14px;
}

#waku{ border: 2px solid #1B676B;border-radius: 10px;" cellspacing="0" cellpadding="10"}

/*===== 画像枠 ====================================*/
.imgwaku{    
    /*border:1px solid #999; 外枠の色 */    
     padding:5px;/* 余白 */    
     background-color:#ffffff;/* 余白部分の色 */    
}

