@charaset "Shift_JIS";
/*--------------- style reset */
* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body {
	color:#000;
	background-color:#d0fff0;
}
img {
	border:none;
}
a         {color:#00f;}
a:link    {color:#00f;}
a:visited {color:#009;}
a:active  {color:#009;}
a:hover   {color:#f00;}

/*--------------- box size */
#container {
	margin:0 auto;
	width:800px;
	background-color:#fff;
}
/* --------------- header */
h1 {
	width:800px;
	height:auto;
	margin:0 auto;
	padding-top:10px;
	color:#ff9500;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#ff9500;
	text-decoration: none;
}
/* --------------- navi */
#navi {
	width:785px;
	height:28px;
	background-color:#000;
	padding-left:15px;
}
#navi ul {
	list-style-type:none;
}
#navi li {
	float:left;
	width:110px;
	height:24px;
	margin-top:3px;
}
#navi li a {
	display:block;
	margin:3px 1px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	border:1px solid #fff;
	background-color:#096;
}
#navi li a:hover {
	color:#000;
	background-color:#ff0;
}
.clr {
	clear:both;
}
.clr hr {
	display:none;
}

/* --------------- 新規CSS追加 */

#header-div{
	width:800px;
	height:90px;
	margin:0 auto;
	text-align:center;
}


#footer .park-top {
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}


#footer .park-map {
	font-size: 10px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}

/* --------------- main */
#main {
	float:right;
	width:600px;
	margin:10px 0 5px 0;
}
/* --------------- info */
#info {
	float:right;
	width:580px;
	background-color:#c5ebf8;
}
#info h2 {
	padding:10px 40px;
	font-size:14px;
	font-weight:600;
	line-height:150%;
}
#info p {
	padding:20px 50px;
	font-size:13px;
	line-height:150%;
}
/* --------------- entry */
.entry {
	float:right;
	width:580px;
}
.entry h2 {
	height:30px;
	margin-top:5px;
	padding:5px 0 0 0px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(/image/bcg_h2.jpg) top no-repeat;
}
.entry h3 {
	color:#090;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px dotted #090; 
}
.entry h4 {
	color:#090;
	font-size:13px;
	font-weight:bold;
	border-bottom:2px dotted #090; 
}
.entry p {
	font-size:12px;
	line-height:150%;
}
.entry img {
	float:left;
	margin-bottom:0px;
	border:none;
}
.entry th {
	color:#fff;
	background-color:red;
	font-size:12px;
	font-weight:600;
	line-height:150%;
}
.entry td {
	color:#000;
	background-color:#fff;
	font-size:12px;
	line-height:150%;
}
/* --------------- side */
#side {
	float:left;
	width:200px;
	margin-top:10px;
	background-color:#d0fff0;
}
#side h2 {
	margin:5px 0;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:url(/image/bcg_side.gif) repeat-x;
}
#side p {
	text-align:left;
	font-size:12px;
	line-height:130%;
}
#side img {
	border:none;
	text-decoration:none;
}
/* --------------- footer */
#footer {
	clear:both;
	width:800px;
	height:65px;
	text-align:center;
	border-top:1px solid #ccc;
	background-color:#d0fff0;
}
#footer p {
	padding-top:10px;
	font-size:12px;
	line-height:150%;
}
address {
	font-size:12px;
	line-height:120%;
	font-style:normal;
}
/* --------------- other */
.top {
	text-align:right;
	margin-right:20px;
	margin-bottom:5px;
}
.clearp {
	clear:right;
}
.clr {
	clear:both;
}
.clr hr {
	display:none;
}
strong {
	font-size:15px;
	font-weight:bold;
}
em {
	font-style:normal;
	font-size:14px;
}