@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	background-color:#e6e6e6;
}

/*-------------左メニュー部分----------------*/ 

.menu {
	width: 170px;
/*	height:450px;*/
	padding:0;
	margin:0;
	text-align: left;
	display:block;
}

.menu p {
    display:none;
}


/*WINメニュー*/

.winMenu {
    width:160px;
	height:170px;
	background-image:url(../images/menu/winMenu/menuFrame.png);
	background-repeat:no-repeat;
	display:table;
	margin:10px auto 10px 10px;
	text-align:center;
}

.winMenu #about {
    width:103px;
	height:13px;
	margin:auto;
	display:block;
	background-image:url(../images/menu/winMenu/aboutWinDF.png);
	background-repeat:no-repeat;
}

.winMenu #about:hover {
	background-image:url(../images/menu/winMenu/aboutWinON.png);
}

.winMenu #winconcert {
    width:103px;
	height:13px;
	margin:auto;
	display:block;
	background-image:url(../images/menu/winMenu/concertInfoDF.png);
	background-repeat:no-repeat;
}

.winMenu #winconcert:hover {
	background-image:url(../images/menu/winMenu/concertInfoON.png);
}

.winMenu #schedule {
    width:103px;
	height:13px;
	margin:auto;
	display:block;
	background-image:url(../images/menu/winMenu/winScheduleDF.png);
	background-repeat:no-repeat;
}

.winMenu #schedule:hover {
	background-image:url(../images/menu/winMenu/winScheduleON.png);
}

.winMenu #access {
    width:103px;
	height:13px;
	margin:auto;
	display:block;
	background-image:url(../images/menu/winMenu/winAccessDF.png);
	background-repeat:no-repeat;
}

.winMenu #access:hover {
	background-image:url(../images/menu/winMenu/winAccessON.png);
}

/*メインメニュー*/

#concert {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/concertInfoDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#concert:hover {
	background-image:url(../images/menu/concertInfoON.png);
}

#archive {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/archiveDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#archive:hover {
	background-image:url(../images/menu/archiveON.png);
}

#profile {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/profileDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#profile:hover {
	background-image:url(../images/menu/profileON.png);
}

#discography {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/discographyDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#discography:hover {
	background-image:url(../images/menu/discographyON.png);
}

#photoalbum {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/photoalbumDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#photoalbum:hover {
	background-image:url(../images/menu/photoalbumON.png);
}


#ticket {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/ticketDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#ticket:hover {
	background-image:url(../images/menu/ticketON.png);
}

#purchase {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/purchaseDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#purchase:hover {
	background-image:url(../images/menu/purchaseON.png);
}


#links {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/linksDF.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#links:hover {
	background-image:url(../images/menu/linksON.png);
}

#blog {
    width:170px;
	height:30px;
	display:block;
	background-image:url(../images/menu/blogDF.png);
	background-repeat:no-repeat;
	margin-top:10px;
}

#blog:hover {
	background-image:url(../images/menu/blogON.png);
}

