body {
	text-align:center;
	margin:0 auto 0 auto;
	background-color:#F7E400;
	color:#7F1E02;
	font-weight:bold;
}
A:link { color: #7F1E02 }   /* リンク */
A:visited {                 /* 既に見たリンク */
	color: #7F1E02;
}
A:active { color: #0099cc } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
	color: #0099cc;
	text-decoration: none     /* 下線を消す */
}
li {
	list-style:none;
	font-size:80%;
	margin:0; padding:0;
}   
ul {
	margin:0; padding:0;
}   
#wrap {
	width:770px;
	text-align:left;
	margin:0 auto 0 auto;
	background-color:#FFF7E6;
}
#pankuzu{
	width:750px;
	height:80px:
	text-align:left;
	margin:0px 0px 10px 10px;
	color:#7F1E02;
	font-weight:bold;
}
#mainBody{
	width:750px;
	height:1000px:
	text-align:left;
	margin:0px 0px 10px 10px;
	position:relative; 
}
.clear {clear:both;}
.clear hr {display:none;}


#header {
	background-color:#FFF7E6;
	height:232px;
	position:relative  ;
}
#footer {
	background-color:#ff6600;
	height:60px;
	position:relative  ;
	text-align:center;
	padding: 10px 0px 0px 0px;
}
#mainPhoto{

}

.center{
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}

/* -----トップページ左右分割用----- */
#mainWrap {
	padding:0 10px;
	width:420px;
	position:relative  ;
}
#sideWrap {
	width:280px;
	margin:420px;
	padding: 10px 0px 10px 0px;
	position:relative  ;
}


/* -----ヘッダーメニューボタン----- */
div#header em {
    display: none;
}
div#menu_top a{
	background:url('../img/logo.jpg') left top no-repeat;
	position:absolute ;
	top:0px;
	left:0px;
	width:349px;
	height:232px;
}
#menu_home a{
	background:url('../img/menu-home.gif') left top no-repeat;
	position:absolute ;
	top:40px;
	left:380px;
	width:96px;
	height:32px;
}
#menu_party a{
	background:url('../img/menu-party.gif') left top no-repeat;
	position:absolute ;
	top:19px;
	left:500px;
	width:110px;
	height:33px;
}
#menu_art a{
	background:url('../img/menu-art.gif') left top no-repeat;
	position:absolute ;
	top:35px;
	left:630px;
	width:72px;
	height:32px;
}
#menu_about a{
	background:url('../img/menu-about.gif') left top no-repeat;
	position:absolute ;
	top:90px;
	left:350px;
	width:111px;
	height:32px;
}
#menu_map a{
	background:url('../img/menu-map.gif') left top no-repeat;
	position:absolute ;
	top:120px;
	left:465px;
	width:75px;
	height:32px;
}
#menu_menu a{
	background:url('../img/menu-menu.gif') left top no-repeat;
	position:absolute ;
	top:65px;
	left:500px;
	width:96px;
	height:32px;
}
#menu_photos a{
	background:url('../img/menu-photos.gif') left top no-repeat;
	position:absolute ;
	top:80px;
	left:620px;
	width:130px;
	height:32px;
}
#menu_schedule a{
	background:url('../img/menu-schedule.gif') left top no-repeat;
	position:absolute ;
	top:160px;
	left:450px;
	width:170px;
	height:28px;
}
#menu_shop a{
	background:url('../img/menu-shop.gif') left top no-repeat;
	position:absolute ;
	top:115px;
	left:550px;
	width:95px;
	height:28px;
}
#menu_links a{
	background:url('../img/menu-link.gif') left top no-repeat;
	position:absolute ;
	top:135px;
	left:650px;
	width:102px;
	height:32px;
}
#menu_blog a{
	background:url('../img/menu-blog.gif') left top no-repeat;
	position:absolute ;
	top:135px;
	left:340px;
	width:94px;
	height:28px;
}

