@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	text-align: center;
}
a:link {
	color: #FF6666;
	text-decoration: none;
}
a:visited {
	color: #FF6666;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: underline;
}
p {
	font-size: 77%;
	line-height: 140%;
}
/*a.more {
	color: #FF6666;
	text-decoration: none;
}*/
.b {
	font-weight: bold;
}
.red {
	color: #C00;
}
.b_pink {
	font-weight: bold;
	color: #CC33CC;
}
.b_green01 {
	font-weight: bold;
	color: #009900;
}
.b_green02 {
	font-weight: bold;
	color: #690;
}
.b_aqua {
	font-weight: bold;
	color: #009999;
}
.b_purple {
	font-weight: bold;
	color: #993399;
}
.b_yellow {
	font-weight: bold;
	color: #FF6600;
}
#park_content {
	width:600px;
	margin:0px auto;
}
#head {
	margin: 15px 0px 20px 0px;
}
#foot {
	margin: 20px 0px 20px 0px;
}
#park_info, #park_photos {
	text-align:left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#map_waku {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 20px 0px;
}
#map_waku_inner {
	padding: 10px;
}
#btn_access {
	margin: 10px 0px;
	padding: 0px;
}
table#table-01 {
	width: 100%;
	border: 1px #CCCC99 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table-01 th {
	font-size: 93%;
	padding: 5px;
	border: #CCCC99 solid;
	border-width: 0 0 1px 1px;
	background: #FFCC33;
	font-weight: bold;
	line-height: 120%;
}
table#table-01 td {
	font-size: 77%;
	padding: 5px;
	border: 1px #CCCC99 solid;
	border-width: 0 0 1px 1px;
}
table#table-02 {
	width: 500px;
	border: 1px #CCCC99 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table-02 th {
	font-size: 93%;
	padding: 5px;
	border: #CCCC99 solid;
	border-width: 0 0 1px 1px;
	background: #FFFFCC;
	font-weight: bold;
	line-height: 120%;
}
table#table-02 td {
	font-size: 77%;
	padding: 5px;
	border: 1px #CCCC99 solid;
	border-width: 0 0 1px 1px;
}
table#table-03 {
	width: 100%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table-03 th {
	font-size: 93%;
	padding: 5px;
	border: #666666 solid;
	border-width: 0 0 1px 1px;
	background: #E6E6E6;
	font-weight: bold;
	line-height: 120%;
}
table#table-03 td {
	font-size: 77%;
	padding: 5px;
	border: 1px #666666 solid;
	border-width: 0 0 1px 1px;
}

/*20210210 追加*/
table#table-02 th.ye {
	background: #FFCC33;
	padding: 10px;
}
table#table-02 th.w25 {
	width:25%;
}
ul.map{
	margin-left:15px;
}
