  article, aside, dialog, figure, footer, header,
  hgroup, menu, nav, section { display: block; }


html,body{
	background: url(../img/bg.gif) top center;	
}

img{
	vertical-align: top;	
}

h1,h2,h3,p,ul,dl{
	text-indent: -99999px;	
}

section{ position: relative;}

div#container{ width: 1024px; margin: 0 auto;}
div#container > section#main{ background: url(../img/main.jpg) no-repeat; width: 1024px;  height: 724px;}
div#container > section#detail{ background: url(../img/detail.jpg) no-repeat; width: 1024px;  height: 1195px; position:relative;}




#detail > #buy{
	width: 385px;
	height: 140px;
	display: block;
	position: absolute;
	top: 945px;
	left: 612px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#detail > #buy > a.ibent{
	width: 375px;
	height: 40px;
	display: block;
	background: url(../img/btn_ibent.gif) no-repeat top;
	position: absolute;
	top: 43px;
	left: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#detail > #buy > a.ibent:hover{
	width: 375px;
	height: 40px;
	display: block;
	background: url(../img/btn_ibent.gif) no-repeat bottom;
	position: absolute;
	top: 43px;
	left: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


#detail > #buy > a.ticket{
	width: 375px;
	height: 40px;
	display: block;
	background: url(../img/btn_ticket.gif) no-repeat top;
	position: absolute;
	top: 90px;
	left: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#detail > #buy > a.ticket:hover{
	width: 375px;
	height: 40px;
	display: block;
	background: url(../img/btn_ticket.gif) no-repeat bottom;
	position: absolute;
	top: 90px;
	left: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

footer{
	width:1024px;
	background: url(../img/footer_bg.gif) repeat-y;
	text-align:center;
}

footer a.haku{
	display: block;
	width: 178px;
	margin: 0 0 20px 150px;
	padding-top: 26px;
	float:left;
}

footer a.bhana{
	display: block;
	width: 178px;
	margin: 0 0 20px 90px;
	padding-top: 26px;
	float:left;
}


footer a.grass{
	display: block;
	width: 178px;
	margin: 0 0 20px 90px;
	padding-top: 26px;
	float:left;
}


footer > small{
	width:1024px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 10px 0;
	float:left;
}

footer >  small > a{
	color:#FFFFFF;
	text-decoration:underline;}
