/* CSS Document */

/*　トップのスタイル設定（background以外をstyle.cssより継承）　*/
#top{
    background:#e6f0ff;
    filter: Alpha(opacity=60);
}


/* コンテンツエリアのスタイル設定　*/
/* 左側（曲目一覧） */
#leftcontents{
	float:left;
	margin:10px 0px 0px 10px;
	padding:0px;
	width:320px;
}

.text_nomal{
	margin:0px 0px 0px 0px;
	text-align:left;
}

#text_bold{
	margin:0px 0px 7px 0px;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
}
.list{
	margin:10px 0px 10px 0px;
	text-align:left;
	line-height:17px;
	font-size: 13px;
}

/* 右側（画像） */
#rightcontents{
	float:right;
	margin:40px 0px 0px 0px;
	padding:0px;
	width:280px;
}

#rightcontents p{
	margin:5px 0px 0px 0px;
	line-height:14px;
}

/* 下（曲説明） */
#bottomcontents{
    clear:both;
	margin:30px 0px 30px 0px;
	padding:0px 0px 30px 0px;
	width:590px;
/*	voice-family:"\"}\"";
	voice-family: inherit;
	width:570px;
	}
html>body #contents{
	width:570px;*/
}

#bottomcontents p{
	margin:5px 0px 0px 0px;
	text-align:left;
}

/* 部分的にリンクの色を変更する */
.link a{
}

.link A:active  { COLOR: #9966FF;}
.link A:hover   { COLOR: #cc99ff;}
.link A:link    { COLOR: #9966FF;}
.link A:visited { COLOR: #9966FF;}

