/* main
-------------------------------------*/
#main{
	height:510px;
	background:#FFFFFF;
	overflow:hidden;
	_zoom:1;
}
#main .photo{
	height:410px;
	background:url(../images/mainimage.jpg) no-repeat center top #000000;
}
#main .photo2{
	height:410px;
	background:url(http://kitamaru.jp/wp/kita-bal_data/images/mainimage_open.jpg) no-repeat center top #000000;
}
#main .tab {
	height:100px;
	margin:0;
	padding:0;
	background:url(../../common/images/bg_tab.png) repeat-x left bottom;
}
#main .tab img{
	display:block;
	height:100px;
	margin:0 auto;
	padding:0;
	border:0;
	background:#FFFFFF;
}

/* contents
-------------------------------------*/
#contents{
	padding-top:30px;
}
#contents #menu{
	padding:0 0 0 15px;
	overflow:hidden;
	zoom:1;
}
#contents #menu dl{
	float:left;
	width:320px;
	margin-right:20px;
	text-align:center;
}
#contents #menu dl dd p{
	height:60px;
	margin:10px 0 0 0;
	text-align:left;
	font-size:12px;
}
#contents #menu .fb-like-box{
	width:325px;
	height:280px;
	margin-left:5px;
}

/* スプラッシュスクリーン用
-------------------------------------*/
.overlay {
  position: absolute;
/*  display: none;*/
  top: 0;
  width: 100%;
  z-index: 1;
}
.overlay img {
  display: inline-block;
  position: absolute;
  width: 800px;
  -webkit-box-shadow: 0px 0px 20px 0px #333;
  -moz-box-shadow: 0px 0px 20px 0px #333;
  box-shadow: 0px 0px 20px 0px #333;
/*  display: none; */
}
#cursol {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
/*  display: none; */
}