@charset "UTF-8";
/*
 * プレイヤー用スタイルシート
 *
 * @author EG
 * 2009-3-1	新規作成
 */

body {
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	background-color: #000;
}
div.maruko_x_lyric h2 {
	padding-bottom:5px;
	padding-top: 20px;
}

.maruko_x_credit {
	text-align: right;
	padding-right:10px;

}


div.maruko_x_lyric {
	background-image: url('/audio/img/audio_maruko_x_lyric_back_720-630.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 700px;
	height: 590px;
}
div.matsuya_lyric {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 700px;
	height: 590px;
}

.maruko_x_block {
	width: 320px;
	height: auto;
	float: left;
	font-size: 90%;
}

.top20 {
	padding-top: 20px;
}
.top80 {
	padding-top: 80px;
}

