@charset "utf-8";
/* CSS Document */

/* =========================================================
 リセット
========================================================= */
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
		list-style:none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom;   }
/* 画像の下にできる隙間をなくす() */
.img {
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	font-size: 0px;
}


/* hr 要素は不可視で使う */
hr { display: none; }

/* =========================================================
 header
========================================================= */
#header {
	margin: 0px auto;
	width: 960px;
	background: url(/common/images/bg_header.png) repeat-x center top;
}
#header h1.logo {
	float: left;
	width: 235px;
}
#header #navarea {
	float: right;
	width: 710px;
	padding-top: 10px;
}
#header ul.hnav {
	width: 344px;
	margin-left: auto;
}
#header ul.hnav li {
	float: left;
}
#header ul.gnav {
	background: url(/common/images/bg_gnav.png) no-repeat;
	margin-top: 25px;
	width: 710px;
}
#header ul.gnav li {
	float: left;
}
#header ul.gnav li.home {
	width: 108px;
	padding-top: 22px;
}
#header ul.gnav li.rivertopia {
	width: 170px;
	padding-bottom: 22px;
	padding-left: 22px;
}
#header ul.gnav li.park {
	width: 182px;
	padding-bottom: 8px;
	padding-left: 22px;
	padding-top: 14px;
}
#header ul.gnav li.shop {
	width: 182px;
	padding-bottom: 22px;
	padding-left: 24px;
}
/* =========================================================
 pan
========================================================= */
ul#pan {
	font-size: 11px;
	margin: 6px auto;
	width: 960px;
}
ul#pan li {
	float: left;
	padding-right: 8px;
}
ul#pan li+li:before {
	content: ">";
	padding-right: 8px;
}
/* =========================================================
 pagetop_img
========================================================= */
#pagetop_img {
}
#pagetop_img > h2 {
	margin: 0px auto;
	width: 960px;
}

/* =========================================================
 content
========================================================= */

#content {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 40px;
}
#pagetop_img + #content {
	margin-top: 15px;
}
#pan+#content {
	margin-top: 10px;
}
#content #main {
	float: left;
	width: 720px;
}

#content #side {
	float: right;
	width: 220px;
}
/* =========================================================
 return
========================================================= */
#return {
	background: url(/common/images/bg_footer.png) repeat-x center top;
	width: 100%;
}
#return > div {
	margin: 0px auto;
	padding-top: 14px;
	text-align: right;
	width: 960px;
}
/* =========================================================
 footer
========================================================= */

#footer {
	background: #68C353;
	border-bottom: #fff solid 1px;
	color: #fff;
	padding-bottom: 20px;
	width: 100%;
}
#footer > div {
	margin: 0px auto;
	width: 960px;
}
#footer .logo {
	float: left;
	width: 286px;
}
#footer .link {
	float: right;
	width: 440px;
	padding-top: 20px;
	padding-right: 60px;
}
#footer .logo address {
	font-size: 12px;
	line-height: 110%;
	padding: 10px;
}
#footer .logo address+p {
	padding-left: 10px;
}
#footer .link > * {
	float: left;
	font-size: 12px;
}
#footer .link > ul {
	width: 100px;
}
#footer .link > ul li {
	background:url(/common/images/icon_footer_arrow.png) no-repeat 0px 50%;
	padding-left: 13px;
}
#footer .link > ul li+li {
	margin-top: 5px;
}
#footer .link > div {
	width: 150px;
	margin-left: 20px;
}
#footer .link > div > ul {
	margin-left: 2em;
	padding-bottom: 15px;
}
#footer .link > div > ul > li {
	list-style: disc;
	margin-top: 5px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer  a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}
#copy {
	background: #4ba736;
	border-top: #146405 solid 2px;
}
#copy > p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: right;
	width: 960px;
}
