*{
	margin:0;
	padding:0;
	font-size: medium;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#FFF;
}

/*#############ANCHOR##############*/

A{
}

A:link{
	text-decoration:none;
}

A:visited{
	text-decoration:none;
}

A:hover{
	text-decoration:underline;
}

A:active{
	color:inherit;
}


/*#############ID##############*/

body{
	height:100%;
	background:#00001E;
	font-size: medium;
	line-height: 140%;
	background-image: url('./images/back.png');
}

#main_box{
	width: 610px;
	margin:10px auto 0 auto;
	text-align: left;
	}

#logo{
	vertical-align: text-bottom;
	margin-right: 10px;
	}

	
h1{
	font-size: large;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 0 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	}
	
h2{
	font-size: medium;
	font-weight: bold;
	color: #DDDDE0;
	padding: 0 0 0 10px;
	clear: both;
	}

/*#############BOX##############*/

.myscorebox{
	background-image: url('./images/common_window.png');
	width:480px;
	height:94px;
	overflow:hidden;
	margin-top: 15px;
}
	.myscorebox .userinfo{
		width: 230px;
		color: #fff;
		font-size: x-small;
		margin: 8px 15px;
		float: left;
		line-height: 120%;
		}
		
		.myscorebox .userinfo .myinfo{
			margin-left: 5px;
			font-size: small;
			font-weight: bold;
			color: #fff;
		}
	
	.myscorebox .rankbox{
		background-color: #FFF;
		border-left: 2px solid #969696;
		border-top: 2px solid #969696;
		width: 200px;
		height: 69px;
		overflow:hidden;
		margin: 10px;
		}
		
		.myscorebox .rankbox .subtx{
			text-align: left;
			font-weight: bold;
			font-size: medium;
			margin-top: 5px;
			margin-left: 5px;
			color:#000;
			}
		
		.myscorebox .rankbox .myrank{
			overflow:hidden;
			font-size: xx-large;
			font-weight: bolder;
			padding: 10px;
			text-align: right;
			color:#F56400;
			}
			
.newsbox{
	background-image: url('./images/common_window.png');
	width:480px;
	height:94px;
	overflow:hidden;
	margin-top: 15px;
}
	.newsbox .date{
		width: 450px;
		color: #fff;
		font-size: small;
		margin: 20px 15px;
		line-height: 120%;
		text-align: left;
		font-weight: bold;
		}
		
	.newsbox .news{
		margin-left: 5px;
		font-size: small;
		font-weight: bold;
		color: #fff;
	}

.songbox{
	padding: 5px;
	border: 2px solid #1E1E32;
	background-color: #16162D;
	margin: 5px;
	clear: both;
	}

.left_box{
	margin: 0 auto 0 auto;
	width: 480px;
	}
.right_box{
	float: left;
	width: 130px;
	text-align: right;
	}


/*#############TABLE##############*/

table{
background-color:#16162D;
margin: 0px;
width: 480px;
clear: both;
}
			
	table th{
		background-color: #353547;
		color: #fff;
		padding-left: 5px;
		font-size: x-small;
		font-weight: bold;
		}
	
	table td{
		font-size: x-small;
		padding: 5px;
		border-bottom: 2px solid #1E1E32;
		}
		
	table td.score{
		color: #FFDC00;
		font-size: small;
		font-weight: bold;
		}


/*#############FOOTER##############*/

#footer{
	font-size: x-small;
	color: #fff;
	font-weight: bold;
	clear:both;
	margin-top:5px;
	padding:5px 0;
	text-align:center;
	background-color: #000;
}


/*#############BT##############*/


ul.btbox{
	margin: 10px 0 10px 0;
	height: 38px;
	}
	
ul.btbox li.normal_bt a{
	display: block;
	overflow: hidden;
	width : 120px ;
	text-align : left ;
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	background :top left no-repeat ;
}

ul.btbox li.normal_bt a:link{
    color : #1e1e32;
    background-image : url('./images/normal_bt.png') ;
}

ul.btbox li.normal_bt a:visited{
    color : #1e1e32;
    background-image : url('./images/normal_bt.png') ;
}

ul.btbox li.normal_bt a:hover{
    color : #1e1e32;
	text-decoration: none;
    background-image : url('./images/normal_bt_on.png') ;
}

ul.btbox li.normal_bt a:active{
    color : #1e1e32;
    background-image : url('./images/normal_bt_on.png') ;
}
	
ul.btbox li.now_bt{
	display: block;
	overflow: hidden;
	width : 120px ;
	text-align : left ;
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	background :top left no-repeat ;
    background-image : url('./images/normal_bt_on.png') ;
}


div.gotoaeroguitar{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	}

div.gotoaeroguitar a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(./images/aeroguitar_icon.png) no-repeat;
}

div.gotoaeroguitar a span { display: none; }


div.link_bt_box{
	float: left;
	height: 70px;
	width: 50%;
	}

div.link_bt_box p {
	float: left;
	margin: 20px 0 0 6px;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}


div.link_bt_box_other{
	float: left;
	margin: 0 auto;
	height: 70px;
	width: 100%;
	background-color: #FFF;
}

div.link_bt_box_other p {
	float: left;
	margin: 20px 0 0 6px;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: medium;
}



div.download{
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	}

div.download a {
	display: block;
	width: 174px;
	height: 57px;
	background: url(./images/appstore.png) no-repeat;
}

div.download a span { display: none; }
