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

@import "reset.css";
@import "common.css";


html {
　　min-width: 100%; /* html要素をウィンドウサイズにフィット */
    /*background:url('../../images/body_bg.jpg') no-repeat center; /* 背景画像をhtml要素に表示 */
    /*background-size:cover; /* 背景画像をhtml要素にフィット */
	margin-top:25%;
	background-color:#000000;
}

#wrapper {
	position:absolute;
	top:0;
	width:97%;
	padding-left:3%;
}

h1{
	margin-top:45px;
}

#tnavi{
	margin-top:35px;
}

#tnavi li{
	margin-bottom:11px;
	height:40px;
	overflow:none;
}

#tnavi li.lastChild{
	margin-bottom:0;
}




#tnavi li a{
	display:block;
	height:40px;
	overflow:none;
}


#tnavi li#tnavi-news{
	width:128px;
	background:url(../../images/tnavi_news.png) no-repeat 0 0;
}

#tnavi li#tnavi-news a{
	width:128px;
}

#tnavi li#tnavi-profile{
	width:177px;
	background:url(../../images/tnavi_profile.png) no-repeat 0 0;
}

#tnavi li#tnavi-profile a{
	width:177px;
}

#tnavi li#tnavi-discography{
	position:relative;
	background:url(../../images/tnavi_discography.png) no-repeat 0 0;
	width:309px;
}

#tnavi li#tnavi-discography a{
	width:309px;
}

#tnavi li#tnavi-discography ul{
	position:absolute;
	top:0;
	left:309px;
	background:#000;
	padding-right:30px;
	display:none;
	width:560px;
}

#tnavi li#tnavi-discography ul li{
	float:left;
	margin-bottom:0;
}

#tnavi li#tnavi-discography ul li a{
	width:auto;
	display:inline;
}

#tnavi li#tnavi-discography ul li a img{
	display:block;
}


#tnavi li#tnavi-biography{
	width:246px;
	height:40px;
	background:url(../../images/tnavi_biography.png) no-repeat 0 0;
}

#tnavi li#tnavi-biography a{
	width:246px;
	height:40px;
}

#tnavi li#tnavi-links{
	width:132px;
	background:url(../../images/tnavi_links.png) no-repeat 0 0;
}

#tnavi li#tnavi-links a{
	width:132px;
}

#tnavi li#tnavi-online{
	width:272px;
	background:url(../../images/tnavi_online_shop.png) no-repeat 0 0;
}

#tnavi li#tnavi-online a{
	width:272px;
}


#tnavi li a img{
	display:none;
}



/*#tnavi li#tnavi-news:hover a{
	background:url(../../images/tnavi_news_on.png) no-repeat 0 0;
}*/

#banner-area{
	margin-top:27px;
}

#banner-area li{
	float:left;
	margin-right:10px;
	width:162px;
	height:82px;
	display:block;
	background:url(../../images/top_banner_bg.png) no-repeat 0 0;
}

#banner-area li a img{
	margin:4px;
}

#footer{
	margin-top:65px;
}

#footer #copyright{
	float:right;
	width:181px !important;
	text-align: end;
}

#footer #jamboree{
	float:right;
	width:399px;
}
