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

body {
	background-color:#ffffff;
	background-image:url(img/background.jpg);
	background-repeat: repeat;
	background-position:center top;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	font-size: 80%;
	margin:auto;
	width: 100%;
	height: 100%;
}

#box {
    position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -400px;
	margin-top: -290px;
	width: 800px;
	height: 600px;
}  

p.ex {
	color:#CCC;
	text-align: center;
}

/* about */
#content-about {
	background-image: url(img/about.jpg);
	width: 800px;
	height: 600px;
}

/* access */
#content-access {
	background-image: url(img/access.jpg);
	width: 800px;
	height: 600px;
}

#access-box {
	width: 500px;
	height: 500px;
	margin-left: 20px;
	padding-top: 80px;
	float:left;
}

#access-box2 {
	width: 250px;
	height: 500px;
	padding-top:80px;
	margin-left: 520px;
	position:absolute;
}

/* ticket */
#content-ticket {
	background-image: url(img/ticket.jpg);
	width: 800px;
	height: 600px;
}

#ticket-box {
	width:750px;
	padding-top:270px;
	padding-left:100px;
}


/* link */
#content-link {
	background-image: url(img/band.jpg);
	width: 800px;
	height: 600px;
}

#link-box {
	width: 250px;
	float:left;
}

#janet{
	margin:160px 0 0 50px;
}

#act{
	margin:70px 0 0 50px;
}

#tume{
	margin:60px 0 0 50px;
}

#shojo{
	margin:70px 0 0 50px;
}

#link-box2 {
	width: 250px;
	height: 70px;
	margin-top:160px;
	margin-left:320px;
	position:absolute;
}

#link-box3 {
	width: 460px;
	margin-top:320px;
	margin-left:320px;
	position:absolute;
}

/* 以下、触ると何故か動かん */
H2.mids{  
    border-left:5px solid #666;  
    padding:.5em .7em;
} 

