@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■　カラムの設定　■■■■■■■■■■*/

#main_column {
	float: left;
	width: 708px;
	margin-left: 8px;
	_margin-left: 4px;
}

#title_right {
	float: right;
	width: 168px;
	margin-right: 8px;
	_margin-right: 4px;
}

#lyric_block {
	float: right;
	width: 532px;
	background: url(../images/songs/songs_contents_mid.png) repeat-y;
}

#lyric_block .song_title {
	width: 532px;
	padding-top: 12px;
	background: url(../images/songs/songs_contents_top.png) no-repeat top;
}

#lyric_block .song_copyright {
	width: 532px;
	padding-bottom: 6px;
	background: url(../images/songs/songs_contents_bottom.png) no-repeat bottom;
}

#title_left {
	float: left;
	width: 168px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■　曲目リストスタイル　■■■■■■■■■*/

.title_list ol {
	list-style: none;
	font-size: 85%;
}

.title_list ol li {
	padding-left: 24px;
	border-bottom: dotted 1px #a3a3a2;
	background: url(../images/songs/allow.gif) no-repeat 6px 6px;
}

.title_list ol li.sound {
	background: url(../images/songs/sound.gif) no-repeat 6px 6px;
}

.title_list ol li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 0px;
	color: #595857;
}

.title_list ol li a:hover {
	color: #165e83;
	text-decoration: underline;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　歌詞表示スタイル　■■■■■■■■■*/

.song_title,
.song_copyright,
p.lyric {
	text-align: center;
}

.song_title h3 {
	text-align: center;
	margin-bottom: 16px;
}

.song_title h4 {
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 8px;
}

p.lyric {
	margin-bottom: 32px;
}

.song_copyright p {
	font-size: 85%;
	letter-spacing: 1px;
	color: #999;
}

.mp3_player {
	width: 240px;
	margin: 0 auto 12px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■　インデックス　■■■■■■■■■■*/

.song_index {
	margin: 0 24px 56px;
}

.song_index p {
	margin-bottom: 1em;
}