@charset "utf-8";

/* Base
-------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-size: 80%;
	color: #555555;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover   { color: #2b63ff; text-decoration: underline; }
a:active  { color: #5481ff; text-decoration: none; }


/* Container
-------------------------------------------------------------------------------------------*/
#container {
	width: 100%;
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Head
-------------------------------------------------------------------------------------------*/
#head {
	width: 825px;
	height: 73px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
}
#head ul {
	width: 396px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#head li {
	display: inline;
}



/* Body
-------------------------------------------------------------------------------------------*/
#body {
	margin: 0px auto 0px auto;
	padding-bottom: 90px;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* --ClearFix-- */
#body:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #body {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.index {
	width: 833px;
}
.attraction {
	width: 825px;
	text-align: center;
}
.point {
	width: 825px;
}



/* content >> layoutへ
---------------------------------------*/








/* Foot
-------------------------------------------------------------------------------------------*/
#foot {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 68px;
	margin: 0px;
	padding: 0px;
	background: url(/data/kidstown/images/common/foot_back.gif) repeat-x left bottom;
}

#footContent {
	width: 825px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
.footLogo {
	position: absolute;
	top: 9px;
	left: 0px;
}
.copyright {
	position: absolute;
	top: 24px;
	right: 0px;
}

.topArrow {
	position: absolute;
	right: 0px;
	top: -23px;
}



































