@charset "UTF-8";
/* CSS Document */

*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #434343;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	background-image: none;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #434343;
	text-decoration: none;
}

a:hover {
	color: #777;
	text-decoration: none;
}

#top {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	background: top url(../img/btn/btn_back.png) repeat-x;
	z-index: 900;
}

#btn {
	width: 980px;
	height: 50px;
	margin: 0px auto;
	position: relative;
	background-image: url(../img/btn/btn_c.png);
}

.space10 {
	height: 10px;
}

.space50 {
	height: 50px;
}

.space100 {
	height: 100px;
}

/*-----------btn--------------*/

#btn_text {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999px;
}

#logo {
	width: 55px;
	height: 33px;
	position: absolute;
	top: 6px;
	left: 10px;
	overflow: hidden;
}

#top_b {
	width: 64px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 642px;
	z-index: 930;
}

#top_b2 {
	width: 64px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 642px;
	z-index: 910;
}

#performer {
	width: 116px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 526px;
	z-index: 932;
}

#performer2 {
	width: 116px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 526px;
	z-index: 912;
}

#event {
	width: 169px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 357px;
	z-index: 933;
}

#event2 {
	width: 169px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 357px;
	z-index: 913;
}

#kids {
	width: 78px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 279px;
	z-index: 934;
}

#kids2 {
	width: 78px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 279px;
	z-index: 914;
}

#shop {
	width: 75px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 204px;
	z-index: 935;
}

#shop2 {
	width: 75px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 204px;
	z-index: 915;
}

#about {
	width: 103px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 101px;
	z-index: 931;
}

#about2 {
	width: 103px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 101px;
	z-index: 911;
}

#contact {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 1px;
	z-index: 936;
}

#contact2 {
	width: 100px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 1px;
	z-index: 916;
}


/*----------------------------*/


.wrap {
	width: 980px;
	margin: 0px auto 0px;
}


.clear {
	clear: both;
}

.line_pic {
	width: 100%;
	height: 100px;
	background: url(../img/line.png) no-repeat top;
}

/*--------------footer-------------*/

#footer {
	width: 100%;
	height: 100px;
	margin-top: 50px;
	position: relative;
	background: url(../img/footer.jpg) repeat-x #bbbbbb;
}

#footer_c {
	width: 980px;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

#footer_text {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #4b4b4b;
}

#footer_text2 {
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #4b4b4b;
}
	
