@charset "UTF-8";

/* フォーマット-----------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
html{
height:100%;
}
body {
	color: #333333;
	background-color: #dff2fc;
	background-image: url(image/back.gif);
	background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-position: center;
	height: 100%;
}
hr {
	display: none;
}
img{
	vertical-align:bottom;
}

/* リンク-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* 基本レイアウト-----------------------------*/
#wrapper {
	width: 850px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#header {
	width: 850px;
	height: 62px;
	position: relative;
}
#header ul {
	width: 400px;
	position: absolute;
	top: 22px;
	right: 17px;
	text-align: right;
}

#header ul li {
	list-style: none;
	float: right;
	margin-left: 26px;
}
#header ul li a {
	text-decoration: none;

}

#flasharea {
	height: 220px;
	width: 850px;
	position: relative;
}
#top_contents {
	width: 850px;
	height: 610px;
	position: relative;
}
#event_contents {
	width: 780px;
	height: 530px;
	margin: 15px auto;
}
#joho_contents  {
	margin: 20px auto;
	width: 750px;
}
#contents {
	width: 850px;
}
.pickup {
	height: 160px;
	width: 800px;
	margin: 25px auto 10px;
}
.news {
	height: 412px;
	width: 350px;
	position: absolute;
	left: 25px;
}
.infomation {
	width: 430px;
	height: 426px;
	position: absolute;
	right: 25px;
	overflow: hidden;
}
.infomation #plan {
	height: 200px;
	width: 430px;
	margin-bottom: 10px;
}
.infomation #elmasion {
	height: 84px;
	width: 280px;
	float: left;
	margin-bottom: 10px;
}

/* 新年のみ↓-----------------------------*/
.infomation #danran {
	height: 84px;
	width: 210px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.infomation #kouhoku {
	float: left;
	height: 84px;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.infomation #seya {
	float: right;
	height: 84px;
	width: 100px;
	margin-bottom: 10px;
}
/* 新年のみ↑-----------------------------*/
.infomation #sumukas {
	float: right;
	height: 84px;
	width: 140px;
}
.infomation #rehome {
	height: 44px;
	width: 210px;
	float: left;
	margin-bottom: 10px;
}
.infomation #bosyu {
	height: 44px;
	width: 210px;
	float: right;
	margin-bottom: 10px;
}
.infomation #yamato {
	height: 55px;
	width: 210px;
	float: left;
	margin-bottom: 10px;
}
.infomation #sagamihara {
	height: 55px;
	width: 210px;
	float: right;
	margin-bottom: 10px;
}

/* フッタースタイル-----------------------------*/
#footer {
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	width: 850px;
	height: 46px;
}
#footer ul {
	width: 400px;
	position: absolute;
	top: 22px;
	text-align: left;
	left: 0px;
}

#footer ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
#footer ul li a {
	text-decoration: none;

}
/* ヘッダースタイル-----------------------------*/
#header .logo {
	height: 62px;
	width: 170px;
	position: absolute;
	left: 10px;
}
#footer .logo {
	height: 46px;
	width: 145px;
	position: absolute;
	right: 10px;
	top: 0px;
}
/* 各ページのスタイル-----------------------------*/
#info {
	width: 680px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#info #catch {
	margin-top: 15px;
}

#info  #name {
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
}

#info  #map {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
}

