* { 
	margin: 0; padding: 0; 
	font-weight: normal;
	font-style:normal; 
	font-size:9pt;
	letter-spacing:0.07em;
}
body{
padding-bottom:70px;
}
br{
	letter-spacing: 0;
}
a{
	cursor:pointer;
}
/*link*/
a:link{
	color:#FFAD00;
	text-decoration:none;
}
a:visited{
	color:#FFAD00;
	text-decoration:none;
}
a:hover{
	color:#FFAD00;
	text-decoration:underline;	
}
a:active{
	color:#FFAD00;
	text-decoration:underline;	
}
body{
	background-color:#1D1C1A;
	background-image:url(../image/bg.gif);
	background-repeat:repeat-y;	
}	


/*タイトル*/
#head{
width:935px;
}

#main{
width:935px;
padding-top: 20px;
}

/*メニュー*/
#menu{
width:240px;
float:left;
}
#menu ul{
list-style-type:none;
margin: 0;
padding: 0; 
}
#menu li{
width:240px;
height:54px;
}
.btn{
margin-top:20px;
margin-right:auto;
margin-left:auto;
padding-bottom: 0px;
text-align:center;
}

/*コンテンツ*/

#contents{
width:670px;
float:right;
}

#artist img{
padding-bottom: 15px;
}
#livedata{
padding-top: 50px;
}
#livedata td{
line-height:160%;
color:#BFBFBF;
}


#link{
padding-top: 50px;
}
.linkttl{
padding-top: 20px;
color:#BFBFBF;
}
#link table{
margin-top: 10px;
line-height:160%;
}

#treasure p{
line-height:160%;
color:#BFBFBF;
padding-bottom:10px;
}
#treasure td{
color:#BFBFBF;
}
.bg_f{
line-height:160%;
background-color:#666666;
}
.bg_g{
line-height:160%;
background-color:#1D1C1A;
padding:6px;
}


.p15{
padding-bottom: 15px;
}

.txt_s{
font-size:7.5pt;
}
a.linksmall{
font-size:7.5pt;
}