/*--- タイトル ---*/
h2 {
	position: absolute;
	background: url("../images/home/title_home.gif") no-repeat;
	top: 90px;
	left: 594px;
	width: 155px;
	height: 64px;
}

#link01 a { background-position: 0 -60px; }

/*--- メインコンテンツ ---*/
#mainBox {
	width: 530px;
	margin-left: 209px;
	min-height: 433px;
	height: 433px;
	/*バックスラッシュハック(MacIE以外が読み込まれる)\*/
	height: auto;
	/*ここまで*/
	_height: 433px;
	background-color: FFFFFFF;
}

dl {
	padding: 10px 10px 5px 5px;
	font-weight: bold;
	border: 1px #333333 dashed;
}
dt {
	float: left;
	text-align: right;
	margin-right: 5px;
}
dd { margin-bottom: 0.5em; }

/*--- イベント ---*/
#Box1 h3 {
	background:  url("../images/home/title_event.gif") no-repeat;
	position: absolute;
	top: 104px;
	left: 241px;
	width: 113px;
	height: 64px;
}
#Box1 .caption {
	text-align: right;
	margin-top: 38px;
	margin-right: 50px;
	vertical-align: bottom;
	white-space: nowrap;
}
#Box1 dl {
	margin-top: 0;
	margin-left: 20px;
	width: 450px;
}
#Box1 dt { width: 7em; }
#Box1 dd { margin-left: 8em; }
#Box1 .sup { margin-left: 40px; }

#Box1 .caption2 {
	text-align: right;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 45px;
	vertical-align: bottom;
	white-space: wrap;
}

/*--- 入場料 ---*/
#Box2 h4 {
	margin-top: 10px;
	margin-left: 80px;
}
#Box2 dl {
	margin-top: 5px;
	margin-left: 85px;
	width: 23em;
}
#Box2 dt { width: 8em; }
#Box2 dd { margin-left: 8em; }
#Box2 .sup { margin-left: 100px; }

/*--- インフォメーション ---*/
#Box3 h3 {
	background: url("../images/home/title_infomation.gif") no-repeat;
	width: 186px;
	height: 55px;
	margin-top: 20px;
	margin-left: 170px;
}
#Box3 p { width: 350px }

/*--- お問合せ ---*/
#Box4 h3 {
	background: url("../images/home/title_reference_j.gif") no-repeat;
	width: 126px;
	height: 55px;
	margin-top: 20px;
}
#Box4 p { width: 320px; margin-left: 30px;}

#Box4 p.contact {
margin-top: 88px;
}
.address a{
	background: url("../images/home/arrow05.gif") left center no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-left: 150px;
	color: #6666FF;
}
.address a:hover {
	background: url("../images/home/arrow05_o.gif") left center no-repeat;
	color: #FF6600;
}

/*--- キティのロゴ ---*/
#logo {
	position: absolute;
	background:  url("../images/home/kitty_logo.gif") no-repeat;
	width: 204px;
	height: 264px;
	bottom: 58px;
	left: 556px;
}

#logo span { display: none; }
