/* CSS Document */

body
{
    font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size: small;
    *font: x-small;
    background: black;
	line-height: 150%;
	overflow: auto;
}

.visual
{
	width: 955px;
	height: 720px;
	overflow: hidden;
	margin-top: 50px;
}

#main .visual
{
	position: relative;
	background: url(../img/lyric/bg.jpg) 0 0 no-repeat;
}

.song_title
{
	position: absolute;
	top: 106px;
	left: 535px;
	color: #200e01;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.composer
{
	position: absolute;
	top: 129px;
	left: 730px;
	color: #200e01;
	font-size: 11px;
}
.lyric
{
	position: absolute;
	top: 165px;
	left: 540px;
	color: #200e01;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}
	.lyric rt
	{
		font-weight:100;
		font-size: 7px;
	}

